Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-08-03 | Replace some calls to die(usage_str) with usage(usage_str). | Ramsay Allan Jones | 1 | -1/+1 |
2006-07-29 | Merge branch 'lt/setup' into __/setup-n-mv | Junio C Hamano | 1 | -2/+1 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+1 |
2006-07-26 | Make git-mv a builtin | Johannes Schindelin | 1 | -40/+0 |
2006-07-25 | Substitute xmalloc()+memset(0) with xcalloc(). | Peter Eriksen | 1 | -2/+1 |
2006-07-08 | Close the index file between writing and committing | Johannes Schindelin | 1 | -1/+1 |
2006-06-06 | Make index file locking code reusable to others. | Junio C Hamano | 1 | -4/+4 |
2006-05-20 | Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree | Junio C Hamano | 1 | -0/+189 |
2006-05-19 | Move pathspec matching from builtin-add.c into dir.c | Linus Torvalds | 1 | -81/+1 |
2006-05-18 | builtin-add: fix unmatched pathspec warnings. | Junio C Hamano | 1 | -1/+1 |
2006-05-17 | builtin-add: warn on unmatched pathspecs | Linus Torvalds | 1 | -19/+58 |
2006-05-17 | Do "git add" as a builtin | Linus Torvalds | 1 | -0/+228 |