summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-2011-45/+47
| * | | | | | | | | | | | | | | | | pkt-line: move LARGE_PACKET_MAX definition from sidebandJeff King2013-02-203-3/+4
| * | | | | | | | | | | | | | | | | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-2013-35/+22
| * | | | | | | | | | | | | | | | | pkt-line: provide a generic reading function with optionsJeff King2013-02-203-15/+36
| * | | | | | | | | | | | | | | | | pkt-line: drop safe_write functionJeff King2013-02-2010-35/+19
| * | | | | | | | | | | | | | | | | pkt-line: move a misplaced commentJeff King2013-02-202-16/+13
| * | | | | | | | | | | | | | | | | write_or_die: raise SIGPIPE when we get EPIPEJeff King2013-02-201-6/+13
| * | | | | | | | | | | | | | | | | upload-archive: use argv_array to store client argumentsJeff King2013-02-201-21/+14
| * | | | | | | | | | | | | | | | | upload-archive: do not copy repo nameJeff King2013-02-201-7/+2
| * | | | | | | | | | | | | | | | | send-pack: prefer prefixcmp over memcmp in receive_statusJeff King2013-02-201-5/+4
| * | | | | | | | | | | | | | | | | fetch-pack: fix out-of-bounds buffer offset in get_ackJeff King2013-02-201-0/+2
| * | | | | | | | | | | | | | | | | upload-pack: remove packet debugging harnessJeff King2013-02-203-35/+22
| * | | | | | | | | | | | | | | | | upload-pack: do not add duplicate objects to shallow listJeff King2013-02-201-2/+4
| * | | | | | | | | | | | | | | | | upload-pack: use get_sha1_hex to parse "shallow" linesJeff King2013-02-201-1/+1
* | | | | | | | | | | | | | | | | | Merge branch 'bc/append-signed-off-by'Junio C Hamano2013-04-0110-156/+650
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git-commit: populate the edit buffer with 2 blank lines before s-o-bBrandon Casey2013-02-232-2/+37
| * | | | | | | | | | | | | | | | | | Unify appending signoff in format-patch, commit and sequencerBrandon Casey2013-02-122-95/+27
| * | | | | | | | | | | | | | | | | | format-patch: update append_signoff prototypeNguyễn Thái Ngọc Duy2013-02-123-17/+15
| * | | | | | | | | | | | | | | | | | t4014: more tests about appending s-o-b linesNguyễn Thái Ngọc Duy2013-02-121-0/+241
| * | | | | | | | | | | | | | | | | | sequencer.c: teach append_signoff to avoid adding a duplicate newlineBrandon Casey2013-02-121-2/+13
| * | | | | | | | | | | | | | | | | | sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey2013-02-124-17/+50
| * | | | | | | | | | | | | | | | | | sequencer.c: always separate "(cherry picked from" from commit bodyBrandon Casey2013-02-122-63/+118
| * | | | | | | | | | | | | | | | | | sequencer.c: require a conforming footer to be preceded by a blank lineBrandon Casey2013-02-121-1/+5
| * | | | | | | | | | | | | | | | | | sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footerBrandon Casey2013-02-122-14/+92
| * | | | | | | | | | | | | | | | | | t/t3511: add some tests of 'cherry-pick -s' functionalityBrandon Casey2013-02-121-0/+111
| * | | | | | | | | | | | | | | | | | t/test-lib-functions.sh: allow to specify the tag name to test_commitBrandon Casey2013-02-121-4/+4
| * | | | | | | | | | | | | | | | | | commit, cherry-pick -s: remove broken support for multiline rfc2822 fieldsBrandon Casey2013-02-121-6/+0
| * | | | | | | | | | | | | | | | | | sequencer.c: rework search for start of footer to improve clarityJonathan Nieder2013-02-121-4/+6
* | | | | | | | | | | | | | | | | | | Merge branch 'sr/am-show-final-message-in-applying-indicator'Junio C Hamano2013-04-011-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | git-am: show the final log message on "Applying:" indicatorSimon Ruderich2013-03-211-7/+7
* | | | | | | | | | | | | | | | | | | | Merge branch 'rr/test-3200-style'Junio C Hamano2013-04-011-253/+267
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | t3200 (branch): modernize styleRamkumar Ramachandra2013-03-201-233/+244
* | | | | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2013-03-312-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | cat-file: Fix an gcc -Wuninitialized warningRamsay Jones2013-03-291-1/+1
| * | | | | | | | | | | | | | | | | | | | fast-import: Fix an gcc -Wuninitialized warningRamsay Jones2013-03-291-0/+1
* | | | | | | | | | | | | | | | | | | | | Merge branch 'yd/use-test-config-unconfig'Junio C Hamano2013-03-2811-142/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | t5520: use test_config to set/unset git config variables (leftover bits)Ramkumar Ramachandra2013-03-281-3/+3
| * | | | | | | | | | | | | | | | | | | | | t7600: use test_config to set/unset git config variablesYann Droneaud2013-03-251-34/+26
| * | | | | | | | | | | | | | | | | | | | | t7502: remove clear_configYann Droneaud2013-03-251-26/+6
| * | | | | | | | | | | | | | | | | | | | | t7502: use test_config to set/unset git config variablesYann Droneaud2013-03-251-5/+3
| * | | | | | | | | | | | | | | | | | | | | t9500: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| * | | | | | | | | | | | | | | | | | | | | t7508: use test_config to set/unset git config variablesYann Droneaud2013-03-251-30/+16
| * | | | | | | | | | | | | | | | | | | | | t7500: use test_config to set/unset git config variablesYann Droneaud2013-03-251-4/+2
| * | | | | | | | | | | | | | | | | | | | | t5541: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| * | | | | | | | | | | | | | | | | | | | | t5520: use test_config to set/unset git config variablesYann Droneaud2013-03-251-8/+4
| * | | | | | | | | | | | | | | | | | | | | t4202: use test_config/test_unconfig to set/unset git config variablesYann Droneaud2013-03-251-20/+8
| * | | | | | | | | | | | | | | | | | | | | t4034: use test_config/test_unconfig to set/unset git config variablesYann Droneaud2013-03-251-4/+3
| * | | | | | | | | | | | | | | | | | | | | t4304: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| * | | | | | | | | | | | | | | | | | | | | t3400: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second'Junio C Hamano2013-03-282-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \