Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 2013-02-20 | 11 | -45/+47 | |
| * | | | | | | | | | | | | | | | | | pkt-line: move LARGE_PACKET_MAX definition from sideband | Jeff King | 2013-02-20 | 3 | -3/+4 | |
| * | | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 2013-04-01 | 10 | -156/+650 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | git-commit: populate the edit buffer with 2 blank lines before s-o-b | Brandon Casey | 2013-02-23 | 2 | -2/+37 | |
| * | | | | | | | | | | | | | | | | | | Unify appending signoff in format-patch, commit and sequencer | Brandon Casey | 2013-02-12 | 2 | -95/+27 | |
| * | | | | | | | | | | | | | | | | | | format-patch: update append_signoff prototype | Nguyễn Thái Ngọc Duy | 2013-02-12 | 3 | -17/+15 | |
| * | | | | | | | | | | | | | | | | | | t4014: more tests about appending s-o-b lines | Nguyễn Thái Ngọc Duy | 2013-02-12 | 1 | -0/+241 | |
| * | | | | | | | | | | | | | | | | | | sequencer.c: teach append_signoff to avoid adding a duplicate newline | Brandon Casey | 2013-02-12 | 1 | -2/+13 | |
| * | | | | | | | | | | | | | | | | | | sequencer.c: teach append_signoff how to detect duplicate s-o-b | Brandon Casey | 2013-02-12 | 4 | -17/+50 | |
| * | | | | | | | | | | | | | | | | | | sequencer.c: always separate "(cherry picked from" from commit body | Brandon Casey | 2013-02-12 | 2 | -63/+118 | |
| * | | | | | | | | | | | | | | | | | | sequencer.c: require a conforming footer to be preceded by a blank line | Brandon Casey | 2013-02-12 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | | | | | sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footer | Brandon Casey | 2013-02-12 | 2 | -14/+92 | |
| * | | | | | | | | | | | | | | | | | | t/t3511: add some tests of 'cherry-pick -s' functionality | Brandon Casey | 2013-02-12 | 1 | -0/+111 | |
| * | | | | | | | | | | | | | | | | | | t/test-lib-functions.sh: allow to specify the tag name to test_commit | Brandon Casey | 2013-02-12 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | commit, cherry-pick -s: remove broken support for multiline rfc2822 fields | Brandon Casey | 2013-02-12 | 1 | -6/+0 | |
| * | | | | | | | | | | | | | | | | | | sequencer.c: rework search for start of footer to improve clarity | Jonathan Nieder | 2013-02-12 | 1 | -4/+6 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'sr/am-show-final-message-in-applying-indicator' | Junio C Hamano | 2013-04-01 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | git-am: show the final log message on "Applying:" indicator | Simon Ruderich | 2013-03-21 | 1 | -7/+7 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'rr/test-3200-style' | Junio C Hamano | 2013-04-01 | 1 | -253/+267 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | t3200 (branch): modernize style | Ramkumar Ramachandra | 2013-03-20 | 1 | -233/+244 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-03-31 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | cat-file: Fix an gcc -Wuninitialized warning | Ramsay Jones | 2013-03-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | fast-import: Fix an gcc -Wuninitialized warning | Ramsay Jones | 2013-03-29 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'yd/use-test-config-unconfig' | Junio C Hamano | 2013-03-28 | 11 | -142/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | t5520: use test_config to set/unset git config variables (leftover bits) | Ramkumar Ramachandra | 2013-03-28 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | t7600: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -34/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | t7502: remove clear_config | Yann Droneaud | 2013-03-25 | 1 | -26/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | t7502: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | t9500: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | t7508: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -30/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | t7500: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | t5541: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | t5520: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -8/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | t4202: use test_config/test_unconfig to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -20/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | t4034: use test_config/test_unconfig to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | t4304: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | t3400: use test_config to set/unset git config variables | Yann Droneaud | 2013-03-25 | 1 | -2/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' | Junio C Hamano | 2013-03-28 | 2 | -1/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |