Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vcs-svn: Eliminate node_ctx.mark global | Jonathan Nieder | 2010-11-24 | 1 | -12/+11 |
* | vcs-svn: Eliminate node_ctx.srcRev global | Jonathan Nieder | 2010-11-24 | 2 | -7/+166 |
* | vcs-svn: Check for errors from open() | Jonathan Nieder | 2010-11-24 | 4 | -5/+9 |
* | vcs-svn: Allow simple v3 dumps (no deltas yet) | David Barr | 2010-11-24 | 2 | -6/+365 |
* | vcs-svn: Error out for v3 dumps | Jonathan Nieder | 2010-11-24 | 2 | -25/+47 |
* | Merge branch 'jl/maint-pull-tags-doc' | Junio C Hamano | 2010-11-17 | 1 | -0/+2 |
|\ | |||||
| * | pull: Remove --tags option from manpage | Jens Lehmann | 2010-11-03 | 1 | -0/+2 |
* | | Merge branch 'kb/maint-submodule-savearg' | Junio C Hamano | 2010-11-17 | 2 | -12/+59 |
|\ \ | |||||
| * | | submodule: only preserve flags across recursive status/update invocations | Kevin Ballard | 2010-11-03 | 2 | -11/+42 |
| * | | submodule: preserve all arguments exactly when recursing | Kevin Ballard | 2010-11-03 | 2 | -4/+20 |
| |/ | |||||
* | | Merge branch 'jk/missing-config' | Junio C Hamano | 2010-11-17 | 2 | -3/+30 |
|\ \ | |||||
| * | | config: treat non-existent config files as empty | Jeff King | 2010-10-21 | 2 | -3/+30 |
* | | | Merge branch 'kb/maint-diff-ws-check' | Junio C Hamano | 2010-11-17 | 4 | -47/+118 |
|\ \ \ | |||||
| * | | | diff: handle lines containing only whitespace and tabs better | Kevin Ballard | 2010-10-20 | 2 | -3/+41 |
| * | | | test-lib: extend test_decode_color to handle more color codes | Kevin Ballard | 2010-10-20 | 2 | -44/+77 |
* | | | | Merge branch 'bg/maint-gitweb-test-lib' | Junio C Hamano | 2010-11-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | t/gitweb-lib: Don't pass constant to decode_utf8 | Brian Gernhardt | 2010-10-20 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jm/mailmap' | Junio C Hamano | 2010-11-17 | 2 | -16/+61 |
|\ \ \ \ | |||||
| * | | | | t4203: do not let "git shortlog" DWIM based on tty | Junio C Hamano | 2010-10-19 | 1 | -2/+2 |
| * | | | | t4203 (mailmap): stop hardcoding commit ids and dates | Jonathan Nieder | 2010-10-18 | 1 | -9/+17 |
| * | | | | mailmap: fix use of freed memory | Jim Meyering | 2010-10-13 | 2 | -7/+44 |
* | | | | | Merge branch 'tr/maint-git-repack-tmpfile' | Junio C Hamano | 2010-11-17 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | repack: place temporary packs under .git/objects/pack/ | Thomas Rast | 2010-10-19 | 1 | -2/+3 |
* | | | | | | Merge branch 'jk/maint-apply-no-binary' | Junio C Hamano | 2010-11-17 | 2 | -1/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | apply: don't segfault on binary files with missing data | Jeff King | 2010-10-29 | 2 | -1/+32 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/push-progress' | Junio C Hamano | 2010-11-17 | 8 | -51/+112 |
|\ \ \ \ \ \ | |||||
| * | | | | | | push: pass --progress down to git-pack-objects | Jeff King | 2010-10-18 | 4 | -2/+7 |
| * | | | | | | t5523-push-upstream: test progress messages | Tay Ray Chuan | 2010-10-18 | 1 | -0/+38 |
| * | | | | | | t5523-push-upstream: add function to ensure fresh upstream repo | Tay Ray Chuan | 2010-10-18 | 1 | -1/+5 |
| * | | | | | | test_terminal: ensure redirections work reliably | Jonathan Nieder | 2010-10-18 | 1 | -28/+10 |
| * | | | | | | test_terminal: catch use without TTY prerequisite | Jonathan Nieder | 2010-10-18 | 2 | -8/+12 |
| * | | | | | | test-lib: allow test code to check the list of declared prerequisites | Jonathan Nieder | 2010-10-18 | 1 | -7/+19 |
| * | | | | | | tests: test terminal output to both stdout and stderr | Jeff King | 2010-10-18 | 2 | -11/+28 |
| * | | | | | | tests: factor out terminal handling from t7006 | Jeff King | 2010-10-18 | 3 | -30/+29 |
* | | | | | | | Merge branch 'tr/maint-merge-file-subdir' | Junio C Hamano | 2010-11-17 | 3 | -3/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | merge-file: correctly find files when called in subdir | Thomas Rast | 2010-10-18 | 2 | -1/+14 |
| * | | | | | | | prefix_filename(): safely handle the case where pfx_len=0 | Thomas Rast | 2010-10-18 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'jn/send-pack-error' | Junio C Hamano | 2010-11-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | send-pack: avoid redundant "pack-objects died with strange error" | Jonathan Nieder | 2010-10-18 | 1 | -1/+1 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mg/make-prove' | Junio C Hamano | 2010-11-17 | 2 | -1/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | test: allow running the tests under "prove" | Michael J Gruber | 2010-10-26 | 2 | -1/+15 |
* | | | | | | | | | Merge branch 'kb/completion-checkout' | Junio C Hamano | 2010-11-17 | 1 | -3/+27 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | completion: Support the DWIM mode for git checkout | Kevin Ballard | 2010-10-13 | 1 | -3/+27 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'sg/completion' | Junio C Hamano | 2010-11-17 | 1 | -15/+64 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bash: support pretty format aliases | SZEDER Gábor | 2010-10-13 | 1 | -4/+17 |
| * | | | | | | | | | bash: support more 'git notes' subcommands and their options | SZEDER Gábor | 2010-10-13 | 1 | -9/+41 |
| * | | | | | | | | | bash: not all 'git bisect' subcommands make sense when not bisecting | SZEDER Gábor | 2010-10-13 | 1 | -1/+5 |
| * | | | | | | | | | bash: offer refs for 'git bisect start' | SZEDER Gábor | 2010-10-13 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'sg/bisect' | Junio C Hamano | 2010-11-17 | 1 | -2/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bisect: check for mandatory argument of 'bisect replay' | SZEDER Gábor | 2010-10-13 | 1 | -0/+1 |