aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pkt-line: move LARGE_PACKET_MAX definition from sidebandJeff King2013-02-20
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-20
* pkt-line: provide a generic reading function with optionsJeff King2013-02-20
* pkt-line: drop safe_write functionJeff King2013-02-20
* pkt-line: move a misplaced commentJeff King2013-02-20
* write_or_die: raise SIGPIPE when we get EPIPEJeff King2013-02-20
* upload-archive: use argv_array to store client argumentsJeff King2013-02-20
* upload-archive: do not copy repo nameJeff King2013-02-20
* send-pack: prefer prefixcmp over memcmp in receive_statusJeff King2013-02-20
* fetch-pack: fix out-of-bounds buffer offset in get_ackJeff King2013-02-20
* upload-pack: remove packet debugging harnessJeff King2013-02-20
* upload-pack: do not add duplicate objects to shallow listJeff King2013-02-20
* upload-pack: use get_sha1_hex to parse "shallow" linesJeff King2013-02-20
* Git 1.8.2-rc0v1.8.2-rc0Junio C Hamano2013-02-17
* Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-17
|\
| * upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-07
| * upload-pack: simplify request validationJunio C Hamano2013-01-28
| * upload-pack: share more codeJunio C Hamano2013-01-18
* | Merge branch 'mp/diff-algo-config'Junio C Hamano2013-02-17
|\ \
| * | diff: Introduce --diff-algorithm command line optionMichal Privoznik2013-01-16
| * | config: Introduce diff.algorithm variableMichal Privoznik2013-01-16
| * | git-completion.bash: Autocomplete --minimal and --histogram for git-diffMichal Privoznik2013-01-14
* | | Merge branch 'mw/bash-prompt-show-untracked-config'Junio C Hamano2013-02-17
|\ \ \
| * | | t9903: add extra tests for bash.showDirtyStateMartin Erik Werner2013-02-13
| * | | t9903: add tests for bash.showUntrackedFilesMartin Erik Werner2013-02-13
| * | | shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner2013-02-13
* | | | Merge branch 'jk/rebase-i-comment-char'Junio C Hamano2013-02-17
|\ \ \ \
| * | | | rebase -i: respect core.commentcharJohn Keeping2013-02-12
* | | | | Merge branch 'jk/read-commit-buffer-data-after-free'Junio C Hamano2013-02-17
|\ \ \ \ \
| * | | | | log: re-encode commit messages before greppingJeff King2013-02-11
* | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-02-15
* | | | | | Merge branch 'wk/man-deny-current-branch-is-default-these-days'Junio C Hamano2013-02-14
|\ \ \ \ \ \
| * | | | | | user-manual: Update for receive.denyCurrentBranch=refuseW. Trevor King2013-02-14
* | | | | | | Merge branch 'mk/make-rm-depdirs-could-be-empty'Junio C Hamano2013-02-14
|\ \ \ \ \ \ \
| * | | | | | | Makefile: don't run "rm" without any filesMatt Kraai2013-02-13
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'mm/config-local-completion'Junio C Hamano2013-02-14
|\ \ \ \ \ \ \
| * | | | | | | completion: support 'git config --local'Matthieu Moy2013-02-12
* | | | | | | | Merge branch 'ef/non-ascii-parse-options-error-diag'Junio C Hamano2013-02-14
|\ \ \ \ \ \ \ \
| * | | | | | | | parse-options: report uncorrupted multi-byte optionsErik Faye-Lund2013-02-11
* | | | | | | | | Merge branch 'mk/old-expat'Junio C Hamano2013-02-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow building with xmlparse.hMatt Kraai2013-02-11
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'da/p4merge-mktemp-fix'Junio C Hamano2013-02-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | p4merge: fix printf usageDavid Aguilar2013-02-10
* | | | | | | | | | Documentation/git-add: kill remaining <filepattern>Junio C Hamano2013-02-14
* | | | | | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-02-14
* | | | | | | | | | Merge branch 'jk/diff-graph-cleanup'Junio C Hamano2013-02-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | combine-diff.c: teach combined diffs about line prefixJohn Keeping2013-02-12
| * | | | | | | | | | diff.c: use diff_line_prefix() where applicableJohn Keeping2013-02-12
| * | | | | | | | | | diff: add diff_line_prefix functionJohn Keeping2013-02-12
| * | | | | | | | | | diff.c: make constant string arguments constJohn Keeping2013-02-12