Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t1000: fix case table. | Junio C Hamano | 2007-04-10 | 2 | -2/+2 |
* | git-archive: make tar the default format | René Scharfe | 2007-04-09 | 3 | -5/+12 |
* | Merge branch 'jc/push' | Junio C Hamano | 2007-04-08 | 1 | -7/+10 |
|\ | |||||
| * | git-push to multiple locations does not stop at the first failure | Junio C Hamano | 2007-04-07 | 1 | -7/+8 |
| * | git-push reports the URL after failing. | Junio C Hamano | 2007-04-07 | 1 | -0/+2 |
* | | Merge branch 'jc/merge-subtree' | Junio C Hamano | 2007-04-08 | 7 | -3/+373 |
|\ \ | |||||
| * | | A new merge stragety 'subtree'. | Junio C Hamano | 2007-04-07 | 7 | -3/+373 |
| |/ | |||||
* | | Merge branch 'js/fetch-progress' | Junio C Hamano | 2007-04-08 | 1 | -4/+10 |
|\ \ | |||||
| * | | git-fetch: add --quiet | Junio C Hamano | 2007-03-09 | 1 | -4/+10 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-04-08 | 2 | -22/+31 |
|\ \ \ | |||||
| * | | | Add Documentation/cmd-list.made to .gitignore | Junio C Hamano | 2007-04-08 | 1 | -0/+1 |
| * | | | git-svn: fix log command to avoid infinite loop on long commit messages | Eric Wong | 2007-04-08 | 1 | -2/+9 |
| * | | | git-svn: dcommit/rebase confused by patches with git-svn-id: lines | Eric Wong | 2007-04-08 | 1 | -20/+21 |
| * | | | git-svn: bail out on incorrect command-line options | Eric Wong | 2007-04-08 | 1 | -1/+4 |
* | | | | Start 1.5.2 cycle by prepareing RelNotes for it. | Junio C Hamano | 2007-04-07 | 2 | -1/+77 |
* | | | | Merge branch 'jc/read-tree-df' (early part) | Junio C Hamano | 2007-04-07 | 4 | -28/+167 |
|\ \ \ \ | |||||
| * | | | | Fix switching to a branch with D/F when current branch has file D. | Junio C Hamano | 2007-04-04 | 1 | -1/+112 |
| * | | | | Fix twoway_merge that passed d/f conflict marker to merged_entry(). | Junio C Hamano | 2007-04-04 | 1 | -2/+8 |
| * | | | | Fix read-tree --prefix=dir/. | Junio C Hamano | 2007-04-04 | 1 | -0/+1 |
| * | | | | unpack-trees: get rid of *indpos parameter. | Junio C Hamano | 2007-04-04 | 2 | -9/+8 |
| * | | | | unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well. | Junio C Hamano | 2007-04-04 | 1 | -7/+7 |
| * | | | | add_cache_entry(): removal of file foo does not conflict with foo/bar | Junio C Hamano | 2007-04-04 | 1 | -9/+31 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-04-07 | 2 | -4/+50 |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | |||||
| * | | | Prepare for 1.5.1.1 | Junio C Hamano | 2007-04-07 | 2 | -1/+47 |
| * | | | cvsserver: small corrections to asciidoc documentation | Frank Lichtenheld | 2007-04-07 | 1 | -4/+4 |
* | | | | Merge branch 'jc/index-output' | Junio C Hamano | 2007-04-07 | 13 | -25/+66 |
|\ \ \ \ | |||||
| * | | | | git-read-tree --index-output=<file> | Junio C Hamano | 2007-04-03 | 6 | -16/+30 |
| * | | | | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 2007-04-03 | 13 | -23/+50 |
* | | | | | Merge branch 'fp/make-j' | Junio C Hamano | 2007-04-07 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: Add '+' to QUIET_SUBDIR0 to fix parallel make. | Fernando J. Pereda | 2007-04-05 | 1 | -2/+2 |
* | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2007-04-07 | 3 | -66/+199 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-bisect: allow bisecting with only one bad commit. | Junio C Hamano | 2007-04-06 | 2 | -45/+59 |
| * | | | | | | t6030: add a bit more tests to git-bisect | Junio C Hamano | 2007-04-06 | 1 | -1/+37 |
| * | | | | | | git-bisect: modernization | Junio C Hamano | 2007-04-05 | 1 | -5/+4 |
| * | | | | | | Documentation: bisect: "start" accepts one bad and many good commits | Christian Couder | 2007-04-05 | 1 | -4/+15 |
| * | | | | | | Bisect: teach "bisect start" to optionally use one bad and many good revs. | Christian Couder | 2007-04-05 | 2 | -26/+99 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jc/checkout' (early part) | Junio C Hamano | 2007-04-07 | 2 | -3/+64 |
|\ \ \ \ \ \ | |||||
| * | | | | | | checkout: allow detaching to HEAD even when switching to the tip of a branch | Junio C Hamano | 2007-04-03 | 2 | -3/+64 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-04-07 | 11 | -67/+87 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Documentation: tighten dependency for git.{html,txt} | Junio C Hamano | 2007-04-06 | 2 | -4/+17 |
| * | | | | | Makefile: iconv() on Darwin has the old interface | Arjen Laarhoven | 2007-04-06 | 1 | -0/+1 |
| * | | | | | t5300-pack-object.sh: portability issue using /usr/bin/stat | Arjen Laarhoven | 2007-04-06 | 1 | -5/+6 |
| * | | | | | t3200-branch.sh: small language nit | Arjen Laarhoven | 2007-04-06 | 1 | -1/+1 |
| * | | | | | usermanual.txt: some capitalization nits | Arjen Laarhoven | 2007-04-06 | 1 | -4/+4 |
| * | | | | | Make builtin-branch.c handle the git config file | Lars Hjemli | 2007-04-06 | 2 | -10/+6 |
| * | | | | | rename_ref(): only print a warning when config-file update fails | Lars Hjemli | 2007-04-06 | 1 | -1/+1 |
| * | | | | | Distinguish branches by more than case in tests. | Brian Gernhardt | 2007-04-06 | 1 | -3/+3 |
| * | | | | | Avoid composing too long "References" header. | YOSHIFUJI Hideaki / 吉藤英明 | 2007-04-06 | 1 | -1/+1 |
| * | | | | | cvsimport: Improve formating consistency | Frank Lichtenheld | 2007-04-06 | 1 | -3/+3 |
| * | | | | | cvsimport: Reorder options in documentation for better understanding | Frank Lichtenheld | 2007-04-06 | 1 | -27/+27 |