| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -2/+0 |
* | git-mv: search more precisely for source directory in index | Johannes Schindelin | 2006-12-04 | 1 | -4/+7 |
* | Merge branch 'maint' | Junio C Hamano | 2006-10-02 | 1 | -0/+1 |
|\ |
|
| * | git-mv: invalidate the removed path properly in cache-tree | Junio C Hamano | 2006-10-01 | 1 | -0/+1 |
* | | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 | 1 | -3/+3 |
* | | remove ugly shadowing of loop indexes in subloops. | Pierre Habouzit | 2006-08-23 | 1 | -3/+3 |
|/ |
|
* | builtin-mv: readability patch | Johannes Schindelin | 2006-08-21 | 1 | -60/+44 |
* | git-mv: fix off-by-one error | Johannes Schindelin | 2006-08-21 | 1 | -1/+1 |
* | git-mv: special case destination "." | Johannes Schindelin | 2006-08-21 | 1 | -1/+4 |
* | [PATCH] git-mv: add more path normalization | Johannes Schindelin | 2006-08-16 | 1 | -9/+16 |
* | git-mv: succeed even if source is a prefix of destination | Johannes Schindelin | 2006-08-15 | 1 | -1/+4 |
* | Better error message when we are unable to lock the index file | Junio C Hamano | 2006-08-12 | 1 | -4/+1 |
* | builtin-mv: fix use of uninitialized memory. | Junio C Hamano | 2006-08-08 | 1 | -1/+2 |
* | Further clean-up: usage() vs die() | Junio C Hamano | 2006-08-03 | 1 | -1/+1 |
* | Merge branch 'lt/setup' into __/setup-n-mv | Junio C Hamano | 2006-07-29 | 1 | -2/+1 |
* | builtin git-mv: support moving directories | Johannes Schindelin | 2006-07-26 | 1 | -5/+82 |
* | Make git-mv a builtin | Johannes Schindelin | 2006-07-26 | 1 | -0/+221 |