aboutsummaryrefslogtreecommitdiff
path: root/builtin-rm.c
Commit message (Expand)AuthorAge
* builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-23
* git add --intent-to-add: fix removal of cached emptinessJunio C Hamano2008-11-28
* builtin-rm.c: explain and clarify the "local change" logicJunio C Hamano2008-11-28
* rm: loosen safety valve for empty filesJeff King2008-10-22
* git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-08
* Use remove_path from dir.c instead of own implementationAlex Riesen2008-09-29
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-15
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* builtin-rm: Add a --force flagPieter de Bie2008-08-08
* Merge branch 'maint'Junio C Hamano2008-07-19
|\
| * builtin-rm: fix index lock file pathOlivier Marin2008-07-19
* | Make usage strings dash-lessStephan Beyer2008-07-13
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Improve use of lockfile APIBrandon Casey2008-01-16
* Don't always require working tree for git-rmMike Hommey2007-11-05
* Make builtin-rm.c use parse_options.Pierre Habouzit2007-10-29
* Simplify cache APIJunio C Hamano2007-09-14
* More permissive "git-rm --cached" behavior without -f.Matthieu Moy2007-07-13
* Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm2007-04-17
* git-rm: Trivial fix for a comment typo.Steven Grimm2007-04-16
* Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm2007-04-16
* _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
* git-rm: don't remove newly added file without -fJeff King2007-03-27
* git-rm documentation: remove broken behaviour from the example.Junio C Hamano2007-01-16
* git-rm: do not fail on already removed file.Junio C Hamano2007-01-11
* git-rm: update to saner semanticsJunio C Hamano2006-12-25
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* Further clean-up: usage() vs die()Junio C Hamano2006-08-03
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-03
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen2006-07-25
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* Close the index file between writing and committingJohannes Schindelin2006-07-08
* git-rm: honor -n flag.Junio C Hamano2006-06-08
* Make index file locking code reusable to others.Junio C Hamano2006-06-06
* builtin-rm: squelch compiler warnings.Junio C Hamano2006-05-23
* Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-20
* Add builtin "git rm" commandLinus Torvalds2006-05-19