aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-add.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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