aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-add.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao1-1/+0
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-3/+1
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones1-1/+1
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano1-2/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-26Make git-mv a builtinJohannes Schindelin1-40/+0
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen1-2/+1
2006-07-08Close the index file between writing and committingJohannes Schindelin1-1/+1
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-4/+4
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+189
2006-05-19Move pathspec matching from builtin-add.c into dir.cLinus Torvalds1-81/+1
2006-05-18builtin-add: fix unmatched pathspec warnings.Junio C Hamano1-1/+1
2006-05-17builtin-add: warn on unmatched pathspecsLinus Torvalds1-19/+58
2006-05-17Do "git add" as a builtinLinus Torvalds1-0/+228