summaryrefslogtreecommitdiff
path: root/builtin-rm.c
Commit message (Expand)AuthorAgeFilesLines
* Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm2007-04-171-4/+17
* git-rm: Trivial fix for a comment typo.Steven Grimm2007-04-161-1/+1
* Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm2007-04-161-3/+6
* _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-2/+2
* git-rm: don't remove newly added file without -fJeff King2007-03-271-14/+4
* git-rm documentation: remove broken behaviour from the example.Junio C Hamano2007-01-161-1/+1
* 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