summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/remove-export-from-config-mak-in'Junio C Hamano2013-04-011-6/+0
|\
| * Fix `make install` when configured with autoconfKirill Smelkov2013-03-051-0/+1
| * Makefile: do not export mandir/htmldir/infodirJunio C Hamano2013-02-121-1/+1
| * config.mak.in: remove unused definitionsJunio C Hamano2013-02-032-8/+1
* | Merge branch 'kb/name-hash'Junio C Hamano2013-04-014-62/+166
|\ \
| * | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-274-62/+166
* | | Merge branch 'jk/common-make-variables-export-safety'Junio C Hamano2013-04-011-15/+21
|\ \ \
| * | | Makefile: make mandir, htmldir and infodir absoluteJohn Keeping2013-02-251-15/+21
* | | | Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-0122-365/+338
|\ \ \ \
| * | | | do not use GIT_TRACE_PACKET=3 in testsJeff King2013-03-212-25/+27
| * | | | remote-curl: always parse incoming refsJeff King2013-02-241-9/+13
| * | | | remote-curl: move ref-parsing code up in fileJeff King2013-02-241-59/+59
| * | | | remote-curl: pass buffer straight to get_remote_headsJeff King2013-02-241-24/+2
| * | | | teach get_remote_heads to read from a memory bufferJeff King2013-02-246-10/+12
| * | | | pkt-line: share buffer/descriptor reading implementationJeff King2013-02-246-59/+69
| * | | | 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