summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano2014-09-151-4/+3
| * | | | receive-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+14
| * | | | send-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+13
| * | | | send-pack: always send capabilitiesJunio C Hamano2014-09-151-3/+1
| * | | | send-pack: refactor decision to send update per refJunio C Hamano2014-09-151-15/+21
| * | | | send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano2014-09-151-5/+10
| * | | | receive-pack: factor out queueing of commandJunio C Hamano2014-09-151-21/+29
| * | | | receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-151-3/+5
| * | | | receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-151-12/+14
| * | | | receive-pack: do not overallocate command structureJunio C Hamano2014-09-151-2/+3
* | | | | Sync with maintJunio C Hamano2014-10-071-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'maint-2.0' into maintJunio C Hamano2014-10-071-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'maint-1.9' into maint-2.0Junio C Hamano2014-10-071-1/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-10-071-1/+1
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | git-tag.txt: Add a missing hyphen to `-s`Wieland Hoffmann2014-10-071-1/+1
| * | | | | | | Merge branch 'jk/mbox-from-line' into maintJunio C Hamano2014-10-076-1/+66
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Sync with 2.1.2Junio C Hamano2014-09-292-1/+22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Git 2.1.2v2.1.2Junio C Hamano2014-09-294-3/+24
| * | | | | | | | Merge branch 'jk/fsck-exit-code-fix' into maintJunio C Hamano2014-09-293-9/+87
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-294-7/+41
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mk/reachable-protect-detached-head' into maintJunio C Hamano2014-09-292-0/+25
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'mb/fast-import-delete-root' into maintJunio C Hamano2014-09-292-1/+109
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/index-pack-threading-races' into maintJunio C Hamano2014-09-291-2/+31
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/send-pack-many-refspecs' into maintJunio C Hamano2014-09-295-2/+153
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'so/rebase-doc' into maintJunio C Hamano2014-09-291-6/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jt/itimer-autoconf'Junio C Hamano2014-09-292-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | autoconf: check for setitimer()jt/itimer-autoconfJonas 'Sortie' Termansen2014-08-291-0/+6
| * | | | | | | | | | | | | | | autoconf: check for struct itimervalJonas 'Sortie' Termansen2014-08-291-0/+8
| * | | | | | | | | | | | | | | git-compat-util.h: add missing semicolon after struct itimervalJonas 'Sortie' Termansen2014-08-291-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jc/test-lazy-prereq'Junio C Hamano2014-09-292-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | tests: drop GIT_*_TIMING_TESTS environment variable supportjc/test-lazy-prereqJunio C Hamano2014-06-132-4/+0
* | | | | | | | | | | | | | | | Merge branch 'sb/merge-recursive-copy-paste-fix'Junio C Hamano2014-09-291-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | merge-recursive: remove stale commented debugging codesb/merge-recursive-copy-paste-fixStefan Beller2014-09-231-4/+0
| * | | | | | | | | | | | | | | | merge-recursive: fix copy-paste mistakeStefan Beller2014-09-231-1/+1
* | | | | | | | | | | | | | | | | Merge branch 'pr/use-default-sigpipe-setting'Junio C Hamano2014-09-293-1/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | mingw.h: add dummy functions for sigset_t operationspr/use-default-sigpipe-settingJohannes Sixt2014-09-222-3/+8
| * | | | | | | | | | | | | | | | | unblock and unignore SIGPIPEPatrick Reynolds2014-09-182-0/+44
* | | | | | | | | | | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-09-291-0/+12
* | | | | | | | | | | | | | | | | | Merge branch 'jk/mbox-from-line'Junio C Hamano2014-09-296-1/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | mailinfo: work around -Wstring-plus-int warningjk/mbox-from-lineEric Sunshine2014-09-221-1/+2
| * | | | | | | | | | | | | | | | | mailinfo: make ">From" in-body header check more robustJeff King2014-09-166-1/+65
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'sb/t6031-typofix'Junio C Hamano2014-09-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t6031-test-merge-recursive: do not forget to add file to be committedsb/t6031-typofixStefan Beller2014-09-221-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'sb/t9300-typofix'Junio C Hamano2014-09-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t9300-fast-import: fix typo in test descriptionsb/t9300-typofixStefan Beller2014-09-221-1/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'rs/remote-simplify'Junio C Hamano2014-09-291-12/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | remote: simplify match_name_with_pattern() using strbufrs/remote-simplifyRené Scharfe2014-09-221-12/+5
* | | | | | | | | | | | | | | | | | Merge branch 'rs/graph-simplify'Junio C Hamano2014-09-291-13/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | graph: simplify graph_padding_line()rs/graph-simplifyRené Scharfe2014-09-221-13/+4
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-298-27/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \