Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2008-04-12 | 2 | -5/+5 |
|\ | |||||
| * | t7401: squelch garbage output | Junio C Hamano | 2008-04-12 | 1 | -1/+1 |
| * | Fix config key miscount in url.*.insteadOf | Daniel Barkalow | 2008-04-12 | 1 | -4/+4 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-04-11 | 1 | -0/+13 |
|\ \ | |/ | |||||
| * | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-11 | 1 | -0/+13 |
| |\ | |||||
| | * | bisect: fix bad rev checking in "git bisect good" | Christian Couder | 2008-04-11 | 1 | -0/+13 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-04-10 | 1 | -1/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-10 | 1 | -1/+14 |
| |\ \ | | |/ | |||||
| | * | git-archive: ignore prefix when checking file attribute | René Scharfe | 2008-04-10 | 1 | -1/+14 |
* | | | Merge branch 'mk/unpack-careful' | Junio C Hamano | 2008-04-09 | 1 | -0/+95 |
|\ \ \ | |||||
| * | | | t5300: add test for "index-pack --strict" | Martin Koegler | 2008-03-07 | 1 | -0/+47 |
| * | | | unpack-objects: fix --strict handling | Junio C Hamano | 2008-03-05 | 1 | -1/+1 |
| * | | | t5300: add test for "unpack-objects --strict" | Junio C Hamano | 2008-03-05 | 1 | -0/+48 |
* | | | | Merge branch 'jk/add-i-mode' | Junio C Hamano | 2008-04-09 | 1 | -0/+19 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | add--interactive: allow user to choose mode update | Jeff King | 2008-03-27 | 1 | -1/+11 |
| * | | | add--interactive: ignore mode change in 'p'atch command | Jeff King | 2008-03-27 | 1 | -0/+9 |
* | | | | git-svn: fix following renamed paths when tracking a single path | Eric Wong | 2008-04-07 | 2 | -0/+110 |
* | | | | Merge branch 'jc/maint-apply-match-beginning' | Junio C Hamano | 2008-04-06 | 1 | -0/+13 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix "git apply" to correctly enforce "match at the beginning" | Junio C Hamano | 2008-04-06 | 1 | -0/+13 |
* | | | | test suite: remove useless TERM cruft in "t7005-editor.sh" | Christian Couder | 2008-04-06 | 1 | -4/+0 |
* | | | | Merge branch 'js/filter-branch' | Junio C Hamano | 2008-04-02 | 1 | -2/+18 |
|\ \ \ \ | |||||
| * | | | | filter-branch: Fix renaming a directory in the tree-filter | veillette@yahoo.ca | 2008-03-31 | 1 | -1/+1 |
| * | | | | filter-branch: Test renaming directories in a tree-filter | Johannes Sixt | 2008-03-31 | 1 | -2/+18 |
* | | | | | Merge branch 'bc/mktag' | Junio C Hamano | 2008-04-02 | 1 | -5/+180 |
|\ \ \ \ \ | |||||
| * | | | | | mktag.c: tweak validation of tagger field and adjust test script | Brandon Casey | 2008-03-31 | 1 | -16/+72 |
| * | | | | | mktag.c: improve verification of tagger field and tests | Brandon Casey | 2008-03-30 | 1 | -5/+124 |
* | | | | | | Merge branch 'dd/cvsserver' | Junio C Hamano | 2008-04-02 | 1 | -0/+50 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cvsserver: Add test for update -p | Damien Diederen | 2008-03-27 | 1 | -0/+18 |
| * | | | | | | cvsserver: Add a few tests for 'status' command | Damien Diederen | 2008-03-27 | 1 | -0/+32 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | t7004-tag: Skip more tests if gpg is not available. | Johannes Sixt | 2008-04-02 | 1 | -7/+8 |
| |/ / / / |/| | | | | |||||
* | | | | | diff-files: careful when inspecting work tree items | Junio C Hamano | 2008-03-30 | 1 | -3/+3 |
* | | | | | diff-index: careful when inspecting work tree items | Junio C Hamano | 2008-03-30 | 1 | -1/+1 |
* | | | | | Add corner case tests for diff-index and diff-files | Junio C Hamano | 2008-03-30 | 1 | -0/+140 |
| |/ / / |/| | | | |||||
* | | | | builtin-prune: protect objects listed on the command line | Junio C Hamano | 2008-03-27 | 1 | -1/+1 |
* | | | | Add tests for git-prune | Michele Ballabio | 2008-03-27 | 1 | -0/+34 |
|/ / / | |||||
* | | | Merge branch 'maint' | Junio C Hamano | 2008-03-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'jc/maint-fetch-regression-1.5.4' into maint | Junio C Hamano | 2008-03-27 | 66 | -7/+903 |
| |\ \ | |||||
| * | | | t/t3800-mktag.sh: use test_must_fail rather than '!' | Brandon Casey | 2008-03-26 | 1 | -2/+2 |
* | | | | test_must_fail: 129 is a valid error code from usage() | Junio C Hamano | 2008-03-27 | 1 | -1/+1 |
* | | | | t9600-cvsimport.sh: set HOME before checking for cvsps availability | Frank Lichtenheld | 2008-03-26 | 1 | -6/+6 |
* | | | | Merge branch 'jc/maint-fetch-regression-1.5.4' | Junio C Hamano | 2008-03-26 | 65 | -7/+831 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | git-fetch test: test tracking fetch results, not just FETCH_HEAD | Junio C Hamano | 2008-03-26 | 65 | -7/+831 |
| * | | | Tighten refspec processing | Daniel Barkalow | 2008-03-26 | 1 | -0/+72 |
| |/ / | |||||
* | | | init: show "Reinit" message even in an (existing) empty repository | Johannes Schindelin | 2008-03-25 | 1 | -0/+17 |
* | | | builtin-remote: Fix missing newline at end of listing of pushed branches | Johannes Sixt | 2008-03-23 | 1 | -0/+6 |
* | | | remote.c: Fix overtight refspec validation | Junio C Hamano | 2008-03-22 | 1 | -0/+72 |
* | | | Make git-svn tests behave better on OS X | Kevin Ballard | 2008-03-22 | 1 | -2/+23 |
* | | | t/t7003-filter-branch.sh: use test_must_fail rather than '!' | Brandon Casey | 2008-03-22 | 1 | -6/+6 |
* | | | Don't try and percent-escape existing percent escapes in git-svn URIs | Kevin Ballard | 2008-03-20 | 1 | -0/+31 |
* | | | remote show: do not show symbolic refs | Johannes Schindelin | 2008-03-19 | 1 | -0/+10 |