aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-rm.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-3/+1
2006-08-03Further clean-up: usage() vs die()Junio C Hamano1-2/+2
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones1-1/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen1-2/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-07-08Close the index file between writing and committingJohannes Schindelin1-1/+1
2006-06-08git-rm: honor -n flag.Junio C Hamano1-7/+10
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-3/+3
2006-05-23builtin-rm: squelch compiler warnings.Junio C Hamano1-0/+1
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+151
2006-05-19Add builtin "git rm" commandLinus Torvalds1-0/+150