Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 2013-02-20 | 13 | -35/+22 |
* | pkt-line: provide a generic reading function with options | Jeff King | 2013-02-20 | 3 | -15/+36 |
* | pkt-line: drop safe_write function | Jeff King | 2013-02-20 | 10 | -35/+19 |
* | pkt-line: move a misplaced comment | Jeff King | 2013-02-20 | 2 | -16/+13 |
* | write_or_die: raise SIGPIPE when we get EPIPE | Jeff King | 2013-02-20 | 1 | -6/+13 |
* | upload-archive: use argv_array to store client arguments | Jeff King | 2013-02-20 | 1 | -21/+14 |
* | upload-archive: do not copy repo name | Jeff King | 2013-02-20 | 1 | -7/+2 |
* | send-pack: prefer prefixcmp over memcmp in receive_status | Jeff King | 2013-02-20 | 1 | -5/+4 |
* | fetch-pack: fix out-of-bounds buffer offset in get_ack | Jeff King | 2013-02-20 | 1 | -0/+2 |
* | upload-pack: remove packet debugging harness | Jeff King | 2013-02-20 | 3 | -35/+22 |
* | upload-pack: do not add duplicate objects to shallow list | Jeff King | 2013-02-20 | 1 | -2/+4 |
* | upload-pack: use get_sha1_hex to parse "shallow" lines | Jeff King | 2013-02-20 | 1 | -1/+1 |
* | Git 1.8.2-rc0v1.8.2-rc0 | Junio C Hamano | 2013-02-17 | 2 | -1/+14 |
* | Merge branch 'jc/hidden-refs' | Junio C Hamano | 2013-02-17 | 7 | -30/+166 |
|\ | |||||
| * | upload/receive-pack: allow hiding ref hierarchies | Junio C Hamano | 2013-02-07 | 7 | -1/+146 |
| * | upload-pack: simplify request validation | Junio C Hamano | 2013-01-28 | 1 | -17/+11 |
| * | upload-pack: share more code | Junio C Hamano | 2013-01-18 | 1 | -17/+14 |
* | | Merge branch 'mp/diff-algo-config' | Junio C Hamano | 2013-02-17 | 6 | -1/+95 |
|\ \ | |||||
| * | | diff: Introduce --diff-algorithm command line option | Michal Privoznik | 2013-01-16 | 5 | -1/+53 |
| * | | config: Introduce diff.algorithm variable | Michal Privoznik | 2013-01-16 | 3 | -0/+42 |
| * | | git-completion.bash: Autocomplete --minimal and --histogram for git-diff | Michal Privoznik | 2013-01-14 | 1 | -1/+1 |
* | | | Merge branch 'mw/bash-prompt-show-untracked-config' | Junio C Hamano | 2013-02-17 | 2 | -4/+85 |
|\ \ \ | |||||
| * | | | t9903: add extra tests for bash.showDirtyState | Martin Erik Werner | 2013-02-13 | 1 | -1/+37 |
| * | | | t9903: add tests for bash.showUntrackedFiles | Martin Erik Werner | 2013-02-13 | 1 | -0/+40 |
| * | | | shell prompt: add bash.showUntrackedFiles option | Martin Erik Werner | 2013-02-13 | 1 | -3/+8 |
* | | | | Merge branch 'jk/rebase-i-comment-char' | Junio C Hamano | 2013-02-17 | 2 | -40/+58 |
|\ \ \ \ | |||||
| * | | | | rebase -i: respect core.commentchar | John Keeping | 2013-02-12 | 2 | -40/+58 |
* | | | | | Merge branch 'jk/read-commit-buffer-data-after-free' | Junio C Hamano | 2013-02-17 | 2 | -7/+78 |
|\ \ \ \ \ | |||||
| * | | | | | log: re-encode commit messages before grepping | Jeff King | 2013-02-11 | 2 | -7/+78 |
* | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-02-15 | 1 | -0/+12 |
* | | | | | | Merge branch 'wk/man-deny-current-branch-is-default-these-days' | Junio C Hamano | 2013-02-14 | 1 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | user-manual: Update for receive.denyCurrentBranch=refuse | W. Trevor King | 2013-02-14 | 1 | -3/+4 |
* | | | | | | | Merge branch 'mk/make-rm-depdirs-could-be-empty' | Junio C Hamano | 2013-02-14 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefile: don't run "rm" without any files | Matt Kraai | 2013-02-13 | 1 | -2/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mm/config-local-completion' | Junio C Hamano | 2013-02-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | completion: support 'git config --local' | Matthieu Moy | 2013-02-12 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'ef/non-ascii-parse-options-error-diag' | Junio C Hamano | 2013-02-14 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | parse-options: report uncorrupted multi-byte options | Erik Faye-Lund | 2013-02-11 | 1 | -1/+4 |
* | | | | | | | | | Merge branch 'mk/old-expat' | Junio C Hamano | 2013-02-14 | 3 | -0/+11 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Allow building with xmlparse.h | Matt Kraai | 2013-02-11 | 3 | -0/+11 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'da/p4merge-mktemp-fix' | Junio C Hamano | 2013-02-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | p4merge: fix printf usage | David Aguilar | 2013-02-10 | 1 | -1/+1 |
* | | | | | | | | | | Documentation/git-add: kill remaining <filepattern> | Junio C Hamano | 2013-02-14 | 1 | -1/+1 |
* | | | | | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-02-14 | 1 | -0/+9 |
* | | | | | | | | | | Merge branch 'jk/diff-graph-cleanup' | Junio C Hamano | 2013-02-14 | 4 | -114/+79 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | combine-diff.c: teach combined diffs about line prefix | John Keeping | 2013-02-12 | 1 | -17/+30 |
| * | | | | | | | | | | diff.c: use diff_line_prefix() where applicable | John Keeping | 2013-02-12 | 1 | -95/+20 |
| * | | | | | | | | | | diff: add diff_line_prefix function | John Keeping | 2013-02-12 | 2 | -0/+13 |
| * | | | | | | | | | | diff.c: make constant string arguments const | John Keeping | 2013-02-12 | 1 | -2/+4 |
| * | | | | | | | | | | diff: write prefix to the correct file | John Keeping | 2013-02-12 | 1 | -1/+1 |