summaryrefslogtreecommitdiff
path: root/builtin-rm.c
Commit message (Expand)AuthorAgeFilesLines
* rm: loosen safety valve for empty filesJeff King2008-10-221-1/+2
* git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-081-0/+1
* Use remove_path from dir.c instead of own implementationAlex Riesen2008-09-291-21/+1
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-151-1/+1
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-2/+2
* builtin-rm: Add a --force flagPieter de Bie2008-08-081-1/+1
* Merge branch 'maint'Junio C Hamano2008-07-191-5/+5
|\
| * builtin-rm: fix index lock file pathOlivier Marin2008-07-191-5/+5
* | Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* Improve use of lockfile APIBrandon Casey2008-01-161-1/+1
* Don't always require working tree for git-rmMike Hommey2007-11-051-0/+3
* Make builtin-rm.c use parse_options.Pierre Habouzit2007-10-291-31/+23
* Simplify cache APIJunio C Hamano2007-09-141-1/+0
* More permissive "git-rm --cached" behavior without -f.Matthieu Moy2007-07-131-6/+26
* 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