aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano2013-04-01
|\
| * status, branch: fix the misleading "bisecting" messageNguyễn Thái Ngọc Duy2013-03-23
| * branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy2013-03-16
| * status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy2013-03-16
| * wt-status: move wt_status_get_state() out to wt_status_print()Nguyễn Thái Ngọc Duy2013-03-16
| * wt-status: split wt_status_state parsing function outNguyễn Thái Ngọc Duy2013-03-16
| * wt-status: move strbuf into read_and_strip_branch()Nguyễn Thái Ngọc Duy2013-03-16
| * Merge branch 'jc/reflog-reverse-walk' into nd/branch-show-rebase-bisect-stateJunio C Hamano2013-03-13
| |\
* | \ Merge branch 'jc/nobody-sets-src-peer-ref'Junio C Hamano2013-04-01
|\ \ \
| * | | match_push_refs(): nobody sets src->peer_ref anymoreJunio C Hamano2013-03-04
* | | | Merge branch 'jc/remove-export-from-config-mak-in'Junio C Hamano2013-04-01
|\ \ \ \
| * | | | Fix `make install` when configured with autoconfKirill Smelkov2013-03-05
| * | | | Makefile: do not export mandir/htmldir/infodirJunio C Hamano2013-02-12
| * | | | config.mak.in: remove unused definitionsJunio C Hamano2013-02-03
* | | | | Merge branch 'kb/name-hash'Junio C Hamano2013-04-01
|\ \ \ \ \
| * | | | | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-27
* | | | | | Merge branch 'jk/common-make-variables-export-safety'Junio C Hamano2013-04-01
|\ \ \ \ \ \
| * | | | | | Makefile: make mandir, htmldir and infodir absoluteJohn Keeping2013-02-25
* | | | | | | Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-01
|\ \ \ \ \ \ \
| * | | | | | | do not use GIT_TRACE_PACKET=3 in testsJeff King2013-03-21
| * | | | | | | remote-curl: always parse incoming refsJeff King2013-02-24
| * | | | | | | remote-curl: move ref-parsing code up in fileJeff King2013-02-24
| * | | | | | | remote-curl: pass buffer straight to get_remote_headsJeff King2013-02-24
| * | | | | | | teach get_remote_heads to read from a memory bufferJeff King2013-02-24
| * | | | | | | pkt-line: share buffer/descriptor reading implementationJeff King2013-02-24
| * | | | | | | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-20
| * | | | | | | 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
* | | | | | | | Merge branch 'bc/append-signed-off-by'Junio C Hamano2013-04-01
|\ \ \ \ \ \ \ \
| * | | | | | | | git-commit: populate the edit buffer with 2 blank lines before s-o-bBrandon Casey2013-02-23
| * | | | | | | | Unify appending signoff in format-patch, commit and sequencerBrandon Casey2013-02-12
| * | | | | | | | format-patch: update append_signoff prototypeNguyễn Thái Ngọc Duy2013-02-12
| * | | | | | | | t4014: more tests about appending s-o-b linesNguyễn Thái Ngọc Duy2013-02-12
| * | | | | | | | sequencer.c: teach append_signoff to avoid adding a duplicate newlineBrandon Casey2013-02-12
| * | | | | | | | sequencer.c: teach append_signoff how to detect duplicate s-o-bBrandon Casey2013-02-12
| * | | | | | | | sequencer.c: always separate "(cherry picked from" from commit bodyBrandon Casey2013-02-12
| * | | | | | | | sequencer.c: require a conforming footer to be preceded by a blank lineBrandon Casey2013-02-12
| * | | | | | | | sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footerBrandon Casey2013-02-12
| * | | | | | | | t/t3511: add some tests of 'cherry-pick -s' functionalityBrandon Casey2013-02-12