summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vcs-svn: Use mark to indicate nodes with included textJonathan Nieder2010-11-241-8/+8
* vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder2010-11-241-4/+5
* vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder2010-11-241-12/+11
* vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder2010-11-242-7/+166
* vcs-svn: Check for errors from open()Jonathan Nieder2010-11-244-5/+9
* vcs-svn: Allow simple v3 dumps (no deltas yet)David Barr2010-11-242-6/+365
* vcs-svn: Error out for v3 dumpsJonathan Nieder2010-11-242-25/+47
* Merge branch 'jl/maint-pull-tags-doc'Junio C Hamano2010-11-171-0/+2
|\
| * pull: Remove --tags option from manpageJens Lehmann2010-11-031-0/+2
* | Merge branch 'kb/maint-submodule-savearg'Junio C Hamano2010-11-172-12/+59
|\ \
| * | submodule: only preserve flags across recursive status/update invocationsKevin Ballard2010-11-032-11/+42
| * | submodule: preserve all arguments exactly when recursingKevin Ballard2010-11-032-4/+20
| |/
* | Merge branch 'jk/missing-config'Junio C Hamano2010-11-172-3/+30
|\ \
| * | config: treat non-existent config files as emptyJeff King2010-10-212-3/+30
* | | Merge branch 'kb/maint-diff-ws-check'Junio C Hamano2010-11-174-47/+118
|\ \ \
| * | | diff: handle lines containing only whitespace and tabs betterKevin Ballard2010-10-202-3/+41
| * | | test-lib: extend test_decode_color to handle more color codesKevin Ballard2010-10-202-44/+77
* | | | Merge branch 'bg/maint-gitweb-test-lib'Junio C Hamano2010-11-171-1/+1
|\ \ \ \
| * | | | t/gitweb-lib: Don't pass constant to decode_utf8Brian Gernhardt2010-10-201-1/+1
| |/ / /
* | | | Merge branch 'jm/mailmap'Junio C Hamano2010-11-172-16/+61
|\ \ \ \
| * | | | t4203: do not let "git shortlog" DWIM based on ttyJunio C Hamano2010-10-191-2/+2
| * | | | t4203 (mailmap): stop hardcoding commit ids and datesJonathan Nieder2010-10-181-9/+17
| * | | | mailmap: fix use of freed memoryJim Meyering2010-10-132-7/+44
* | | | | Merge branch 'tr/maint-git-repack-tmpfile'Junio C Hamano2010-11-171-2/+3
|\ \ \ \ \
| * | | | | repack: place temporary packs under .git/objects/pack/Thomas Rast2010-10-191-2/+3
* | | | | | Merge branch 'jk/maint-apply-no-binary'Junio C Hamano2010-11-172-1/+32
|\ \ \ \ \ \
| * | | | | | apply: don't segfault on binary files with missing dataJeff King2010-10-292-1/+32
| |/ / / / /
* | | | | | Merge branch 'jk/push-progress'Junio C Hamano2010-11-178-51/+112
|\ \ \ \ \ \
| * | | | | | push: pass --progress down to git-pack-objectsJeff King2010-10-184-2/+7
| * | | | | | t5523-push-upstream: test progress messagesTay Ray Chuan2010-10-181-0/+38
| * | | | | | t5523-push-upstream: add function to ensure fresh upstream repoTay Ray Chuan2010-10-181-1/+5
| * | | | | | test_terminal: ensure redirections work reliablyJonathan Nieder2010-10-181-28/+10
| * | | | | | test_terminal: catch use without TTY prerequisiteJonathan Nieder2010-10-182-8/+12
| * | | | | | test-lib: allow test code to check the list of declared prerequisitesJonathan Nieder2010-10-181-7/+19
| * | | | | | tests: test terminal output to both stdout and stderrJeff King2010-10-182-11/+28
| * | | | | | tests: factor out terminal handling from t7006Jeff King2010-10-183-30/+29
* | | | | | | Merge branch 'tr/maint-merge-file-subdir'Junio C Hamano2010-11-173-3/+16
|\ \ \ \ \ \ \
| * | | | | | | merge-file: correctly find files when called in subdirThomas Rast2010-10-182-1/+14
| * | | | | | | prefix_filename(): safely handle the case where pfx_len=0Thomas Rast2010-10-181-2/+2
* | | | | | | | Merge branch 'jn/send-pack-error'Junio C Hamano2010-11-171-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | send-pack: avoid redundant "pack-objects died with strange error"Jonathan Nieder2010-10-181-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'mg/make-prove'Junio C Hamano2010-11-172-1/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | test: allow running the tests under "prove"Michael J Gruber2010-10-262-1/+15
* | | | | | | | | Merge branch 'kb/completion-checkout'Junio C Hamano2010-11-171-3/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | completion: Support the DWIM mode for git checkoutKevin Ballard2010-10-131-3/+27
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sg/completion'Junio C Hamano2010-11-171-15/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bash: support pretty format aliasesSZEDER Gábor2010-10-131-4/+17
| * | | | | | | | | bash: support more 'git notes' subcommands and their optionsSZEDER Gábor2010-10-131-9/+41
| * | | | | | | | | bash: not all 'git bisect' subcommands make sense when not bisectingSZEDER Gábor2010-10-131-1/+5
| * | | | | | | | | bash: offer refs for 'git bisect start'SZEDER Gábor2010-10-131-1/+1
| |/ / / / / / / /