Age | Commit message (Expand) | Author | Files | Lines |
2008-05-25 | Merge branch 'js/config-cb' | Junio C Hamano | 1 | -1/+1 |
2008-05-25 | Merge branch 'jc/add-n-u' | Junio C Hamano | 1 | -1/+1 |
2008-05-21 | "git-add -n -u" should not add but just report | Junio C Hamano | 1 | -1/+1 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
2008-05-12 | Make the exit code of add_file_to_index actually useful | Alex Riesen | 1 | -1/+2 |
2008-03-07 | Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files) | Junio C Hamano | 1 | -5/+1 |
2008-02-05 | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 1 | -1/+5 |
2008-02-05 | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 1 | -2/+2 |
2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -1/+0 |
2007-10-29 | Make builtin-mv.c use parse-options | Pierre Habouzit | 1 | -49/+35 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -4/+1 |
2007-09-14 | Simplify cache API | Junio C Hamano | 1 | -5/+2 |
2007-04-07 | Merge branch 'jc/index-output' | Junio C Hamano | 1 | -2/+2 |
2007-04-05 | Rename add_file_to_index() to add_file_to_cache() | Junio C Hamano | 1 | -1/+1 |
2007-04-03 | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 1 | -2/+2 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+0 |
2006-12-04 | git-mv: search more precisely for source directory in index | Johannes Schindelin | 1 | -4/+7 |
2006-10-02 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2006-10-01 | git-mv: invalidate the removed path properly in cache-tree | Junio C Hamano | 1 | -0/+1 |
2006-08-26 | Use xrealloc instead of realloc | Jonas Fonseca | 1 | -3/+3 |
2006-08-23 | remove ugly shadowing of loop indexes in subloops. | Pierre Habouzit | 1 | -3/+3 |
2006-08-21 | builtin-mv: readability patch | Johannes Schindelin | 1 | -60/+44 |
2006-08-21 | git-mv: fix off-by-one error | Johannes Schindelin | 1 | -1/+1 |
2006-08-21 | git-mv: special case destination "." | Johannes Schindelin | 1 | -1/+4 |
2006-08-16 | [PATCH] git-mv: add more path normalization | Johannes Schindelin | 1 | -9/+16 |
2006-08-15 | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 1 | -1/+4 |
2006-08-12 | Better error message when we are unable to lock the index file | Junio C Hamano | 1 | -4/+1 |
2006-08-08 | builtin-mv: fix use of uninitialized memory. | Junio C Hamano | 1 | -1/+2 |
2006-08-03 | Further clean-up: usage() vs die() | Junio C Hamano | 1 | -1/+1 |
2006-07-29 | Merge branch 'lt/setup' into __/setup-n-mv | Junio C Hamano | 1 | -2/+1 |
2006-07-26 | builtin git-mv: support moving directories | Johannes Schindelin | 1 | -5/+82 |
2006-07-26 | Make git-mv a builtin | Johannes Schindelin | 1 | -0/+221 |