summaryrefslogtreecommitdiff
path: root/builtin-rm.c
Commit message (Expand)AuthorAgeFilesLines
* git-rm: do not fail on already removed file.Junio C Hamano2007-01-111-1/+5
* git-rm: update to saner semanticsJunio C Hamano2006-12-251-20/+103
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-3/+1
* Further clean-up: usage() vs die()Junio C Hamano2006-08-031-2/+2
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-031-1/+1
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen2006-07-251-2/+1
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* Close the index file between writing and committingJohannes Schindelin2006-07-081-1/+1
* git-rm: honor -n flag.Junio C Hamano2006-06-081-7/+10
* Make index file locking code reusable to others.Junio C Hamano2006-06-061-3/+3
* builtin-rm: squelch compiler warnings.Junio C Hamano2006-05-231-0/+1
* Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-201-0/+1
* Add builtin "git rm" commandLinus Torvalds2006-05-191-0/+150