Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-svn: testcase for partial rebuild | Deskin Miler | 2008-09-21 | 1 | -0/+59 |
* | Merge branch 'db/maint-checkout-b' | Junio C Hamano | 2008-09-21 | 2 | -0/+22 |
|\ | |||||
| * | Check early that a new branch is new and valid | Daniel Barkalow | 2008-09-21 | 2 | -0/+22 |
* | | t5510: test "git fetch" following tags minimally | Junio C Hamano | 2008-09-21 | 1 | -0/+20 |
* | | Update draft release notes to 1.6.1 | Junio C Hamano | 2008-09-20 | 1 | -1/+21 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-19 | 8 | -39/+56 |
|\ \ | |/ | |||||
| * | Start draft release notes for 1.6.0.3 | Junio C Hamano | 2008-09-19 | 2 | -1/+30 |
| * | git-repack uses --no-repack-object, not --no-repack-delta. | Mikael Magnusson | 2008-09-19 | 2 | -2/+2 |
| * | Typo "bogos" in format-patch error message. | Mikael Magnusson | 2008-09-19 | 1 | -1/+1 |
| * | builtin-clone: fix typo | Fabrizio Chiarello | 2008-09-19 | 1 | -1/+1 |
| * | Bust the ghost of long-defunct diffcore-pathspec. | Yann Dirson | 2008-09-19 | 2 | -34/+22 |
| * | completion: git commit should list --interactive | Eric Raible | 2008-09-19 | 1 | -1/+1 |
* | | bash: use for-each-ref format 'refname:short' | SZEDER Gábor | 2008-09-19 | 1 | -20/+6 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-18 | 12 | -39/+327 |
|\ \ | |/ | |||||
| * | Merge branch 'dp/maint-rebase-fix' into maint | Junio C Hamano | 2008-09-18 | 1 | -3/+11 |
| |\ | |||||
| * \ | Merge branch 'jc/maint-checkout-keep-remove' into maint | Junio C Hamano | 2008-09-18 | 5 | -2/+24 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/maint-diff-quiet' into maint | Junio C Hamano | 2008-09-18 | 1 | -11/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/maint-name-hash-clear' into maint | Junio C Hamano | 2008-09-18 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jc/maint-template-permbits' into maint | Junio C Hamano | 2008-09-18 | 1 | -5/+7 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'mh/maint-honor-no-ssl-verify' into maint | Junio C Hamano | 2008-09-18 | 1 | -1/+10 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | sha1_file: link() returns -1 on failure, not errno | Thomas Rast | 2008-09-18 | 1 | -1/+3 |
| * | | | | | | | Make git archive respect core.autocrlf when creating zip format archives | Charles Bailey | 2008-09-18 | 2 | -1/+3 |
| * | | | | | | | Add new test to demonstrate git archive core.autocrlf inconsistency | Charles Bailey | 2008-09-18 | 1 | -0/+46 |
| * | | | | | | | gitweb: avoid warnings for commits without body | Joey Hess | 2008-09-18 | 1 | -1/+1 |
| * | | | | | | | Clarified gitattributes documentation regarding custom hunk header. | Garry Dolley | 2008-09-18 | 1 | -9/+9 |
| * | | | | | | | git-svn: fix handling of even funkier branch names | Eric Wong | 2008-09-18 | 2 | -0/+17 |
| * | | | | | | | git-svn: Always create a new RA when calling do_switch for svn:// | Alec Berryman | 2008-09-18 | 3 | -13/+235 |
| * | | | | | | | git-svn: factor out svnserve test code for later use | Alec Berryman | 2008-09-18 | 2 | -13/+18 |
| * | | | | | | | diff/diff-files: do not use --cc too aggressively | Junio C Hamano | 2008-09-18 | 2 | -2/+13 |
* | | | | | | | | Merge branch 'jc/diff-prefix' | Junio C Hamano | 2008-09-18 | 7 | -8/+70 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | diff: vary default prefix depending on what are compared | Junio C Hamano | 2008-08-30 | 7 | -8/+70 |
* | | | | | | | | | Merge branch 'np/pack' | Junio C Hamano | 2008-09-18 | 3 | -11/+27 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t5300: improve SHA1 collision test | Nicolas Pitre | 2008-09-02 | 1 | -1/+2 |
| * | | | | | | | | | pack-objects: don't include missing preferred base objects | Nicolas Pitre | 2008-09-02 | 1 | -0/+8 |
| * | | | | | | | | | sha1write: don't copy full sized buffers | Nicolas Pitre | 2008-09-02 | 1 | -10/+17 |
| * | | | | | | | | | Merge branch 'np/maint-safer-pack' into np/pack | Junio C Hamano | 2008-09-02 | 6 | -55/+112 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'bw/shortref' | Junio C Hamano | 2008-09-18 | 3 | -7/+173 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | for-each-ref: `:short` format for `refname` | Bert Wesarg | 2008-09-05 | 3 | -7/+173 |
* | | | | | | | | | | | | Merge branch 'rs/decorate' | Junio C Hamano | 2008-09-18 | 5 | -28/+60 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | add '%d' pretty format specifier to show decoration | René Scharfe | 2008-09-04 | 2 | -0/+22 |
| * | | | | | | | | | | | | move load_ref_decorations() to log-tree.c and export it | René Scharfe | 2008-09-04 | 3 | -35/+37 |
| * | | | | | | | | | | | | log: add load_ref_decorations() | René Scharfe | 2008-09-04 | 1 | -2/+10 |
* | | | | | | | | | | | | | Merge branch 'tr/rev-list-reverse' | Junio C Hamano | 2008-09-18 | 3 | -21/+60 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | t6013: replace use of 'tac' with equivalent Perl | Thomas Rast | 2008-08-31 | 1 | -2/+2 |
| * | | | | | | | | | | | | | rev-list: fix --reverse interaction with --parents | Thomas Rast | 2008-08-29 | 3 | -21/+60 |
* | | | | | | | | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2008-09-18 | 2 | -27/+260 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | bisect: remove "checkout_done" variable used when checking merge bases | Christian Couder | 2008-09-05 | 1 | -5/+27 |
| * | | | | | | | | | | | | | | bisect: only check merge bases when needed | Christian Couder | 2008-08-27 | 2 | -14/+58 |
| * | | | | | | | | | | | | | | bisect: test merge base if good rev is not an ancestor of bad rev | Christian Couder | 2008-08-27 | 2 | -25/+192 |
* | | | | | | | | | | | | | | | Merge branch 'jc/setlinebuf-setvbuf' | Junio C Hamano | 2008-09-18 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |