| Commit message (Expand) | Author | Age | Files | Lines |
* | rebase -i: squash should retain the authorship of the _first_ commit | Johannes Schindelin | 2007-09-29 | 1 | -1/+1 |
* | Fixed minor typo in t/t9001-send-email.sh test command line. | Glenn Rempe | 2007-09-24 | 1 | -1/+1 |
* | t/t4014: test "am -3" with mode-only change. | Junio C Hamano | 2007-09-18 | 1 | -2/+5 |
* | git-push: documentation and tests for pushing only branches | Jeff King | 2007-09-18 | 1 | -0/+10 |
* | git-commit: partial commit of paths only removed from the index | Junio C Hamano | 2007-09-17 | 1 | -2/+13 |
* | git-commit: Allow partial commit of file removal. | Junio C Hamano | 2007-09-17 | 1 | -0/+21 |
* | Merge branch 'jc/grep-c' into maint | Junio C Hamano | 2007-09-17 | 1 | -0/+4 |
|\ |
|
| * | Split grep arguments in a way that does not requires to add /dev/null. | Junio C Hamano | 2007-09-14 | 1 | -0/+4 |
* | | apply --index-info: fall back to current index for mode changes | Johannes Schindelin | 2007-09-16 | 1 | -0/+15 |
* | | revision walker: --cherry-pick is a limited operation | Johannes Schindelin | 2007-09-15 | 1 | -0/+14 |
|/ |
|
* | Add test to check recent fix to "git add -u" | Benoit Sigoure | 2007-09-14 | 1 | -1/+10 |
* | Fix a test failure (t9500-*.sh) on cygwin | Ramsay Jones | 2007-09-11 | 1 | -5/+13 |
* | git-tag -s must fail if gpg cannot sign the tag. | Carlos Rica | 2007-09-09 | 1 | -0/+7 |
* | git-diff: don't squelch the new SHA1 in submodule diffs | Sven Verdoolaege | 2007-09-09 | 1 | -0/+4 |
* | Cleanup unnecessary file modifications in t1400-update-ref | Shawn O. Pearce | 2007-09-05 | 1 | -2/+0 |
* | git-apply: do not read past the end of buffer | Junio C Hamano | 2007-09-05 | 1 | -0/+58 |
* | rebase -m: Fix incorrect short-logs of already applied commits. | Johannes Sixt | 2007-09-01 | 1 | -0/+44 |
* | git-tag: Fix -l option to use better shell style globs. | Carlos Rica | 2007-08-31 | 1 | -11/+9 |
* | git-svn: fix dcommit clobbering upstream when committing multiple changes | Eric Wong | 2007-08-31 | 1 | -0/+30 |
* | filter-branch: introduce convenience function "skip_commit" | Johannes Schindelin | 2007-08-31 | 1 | -7/+1 |
* | filter-branch: provide the convenience functions also for commit filters | Johannes Schindelin | 2007-08-31 | 1 | -0/+10 |
* | git-merge: do up-to-date check also for all strategies | Junio C Hamano | 2007-08-27 | 1 | -0/+77 |
* | Fix initialization of a bare repository | Junio C Hamano | 2007-08-27 | 1 | -0/+116 |
* | Fix racy-git handling in git-write-tree. | Linus Torvalds | 2007-08-24 | 1 | -0/+44 |
* | rebase -i: fix squashing corner case | Johannes Schindelin | 2007-08-23 | 1 | -0/+21 |
* | Make thin-pack generation subproject aware. | Linus Torvalds | 2007-08-19 | 1 | -0/+52 |
* | Allow frontends to bidirectionally communicate with fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -0/+31 |
* | Make trailing LF optional for all fast-import commands | Shawn O. Pearce | 2007-08-19 | 1 | -0/+46 |
* | Make trailing LF following fast-import `data` commands optional | Shawn O. Pearce | 2007-08-19 | 1 | -0/+21 |
* | Teach fast-import to ignore lines starting with '#' | Shawn O. Pearce | 2007-08-19 | 1 | -0/+40 |
* | Actually allow TAG_FIXUP branches in fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -0/+47 |
* | t1301-shared-repo.sh: fix 'stat' portability issue | Arjen Laarhoven | 2007-08-16 | 1 | -1/+10 |
* | git-clone: allow --bare clone | Junio C Hamano | 2007-08-15 | 1 | -1/+4 |
* | git-apply: apply submodule changes | Sven Verdoolaege | 2007-08-15 | 1 | -0/+17 |
* | Merge branch 'maint' to sync with 1.5.2.5 | Junio C Hamano | 2007-08-15 | 1 | -16/+57 |
|\ |
|
| * | git-add -u paths... now works from subdirectory | Salikh Zakirov | 2007-08-15 | 1 | -0/+14 |
| * | Fix "git add -u" data corruption. | Junio C Hamano | 2007-08-15 | 1 | -16/+43 |
* | | git-svn: fix log with single revision against a non-HEAD branch | Eric Wong | 2007-08-15 | 1 | -0/+48 |
* | | attr.c: read .gitattributes from index as well. | Junio C Hamano | 2007-08-14 | 1 | -0/+81 |
* | | merge-recursive: do not rudely die on binary merge | Junio C Hamano | 2007-08-14 | 1 | -0/+67 |
* | | Add a test for git-commit being confused by relative GIT_DIR | David Kastrup | 2007-08-13 | 1 | -0/+55 |
* | | Fix t5701-clone-local for white space from wc | Brian Gernhardt | 2007-08-13 | 1 | -2/+2 |
* | | t3902 - skip test if file system doesn't support HT in names | Mark Levedahl | 2007-08-13 | 1 | -0/+6 |
* | | git-add: Add support for --refresh option. | Alexandre Julliard | 2007-08-13 | 1 | -0/+12 |
* | | t3404: fix "fake-editor" | Junio C Hamano | 2007-08-13 | 1 | -17/+19 |
* | | Merge branch 'cr/tag' | Junio C Hamano | 2007-08-10 | 2 | -9/+119 |
|\ \ |
|
| * | | Teach "git stripspace" the --strip-comments option | Johannes Schindelin | 2007-07-26 | 1 | -0/+5 |
| * | | builtin-tag.c: Fix two memory leaks and minor notation changes. | Carlos Rica | 2007-07-21 | 1 | -0/+35 |
| * | | Make git tag a builtin. | Carlos Rica | 2007-07-20 | 1 | -9/+79 |
* | | | Merge branch 'jc/clone' | Junio C Hamano | 2007-08-10 | 3 | -2/+19 |
|\ \ \ |
|