aboutsummaryrefslogtreecommitdiff
path: root/builtin-add.c
Commit message (Expand)AuthorAge
* Fix duplicate xmalloc in builtin-addLiu Yubao2006-09-15
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-03
* Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano2006-07-29
|\
| * Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* | Make git-mv a builtinJohannes Schindelin2006-07-26
|/
* Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen2006-07-25
* Close the index file between writing and committingJohannes Schindelin2006-07-08
* Make index file locking code reusable to others.Junio C Hamano2006-06-06
* Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-20
* Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-19
* builtin-add: fix unmatched pathspec warnings.Junio C Hamano2006-05-18
* builtin-add: warn on unmatched pathspecsLinus Torvalds2006-05-17
* Do "git add" as a builtinLinus Torvalds2006-05-17