aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-rm.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-272/+0
2010-01-19rm: only refresh entries that we may touchNguyễn Thái Ngọc Duy1-1/+2
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-1/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-03-23builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-2/+1
2008-11-28git add --intent-to-add: fix removal of cached emptinessJunio C Hamano1-1/+1
2008-11-28builtin-rm.c: explain and clarify the "local change" logicJunio C Hamano1-11/+42
2008-10-22rm: loosen safety valve for empty filesJeff King1-1/+2
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin1-0/+1
2008-09-29Use remove_path from dir.c instead of own implementationAlex Riesen1-21/+1
2008-09-15Start conforming code to "git subcmd" style part 3Heikki Orsila1-1/+1
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-2/+2
2008-08-08builtin-rm: Add a --force flagPieter de Bie1-1/+1
2008-07-19Merge branch 'maint'Junio C Hamano1-5/+5
2008-07-19builtin-rm: fix index lock file pathOlivier Marin1-5/+5
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-01-16Improve use of lockfile APIBrandon Casey1-1/+1
2007-11-05Don't always require working tree for git-rmMike Hommey1-0/+3
2007-10-29Make builtin-rm.c use parse_options.Pierre Habouzit1-31/+23
2007-09-14Simplify cache APIJunio C Hamano1-1/+0
2007-07-13More permissive "git-rm --cached" behavior without -f.Matthieu Moy1-6/+26
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm1-4/+17
2007-04-16git-rm: Trivial fix for a comment typo.Steven Grimm1-1/+1
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm1-3/+6
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano1-2/+2
2007-03-27git-rm: don't remove newly added file without -fJeff King1-14/+4
2007-01-16git-rm documentation: remove broken behaviour from the example.Junio C Hamano1-1/+1
2007-01-11git-rm: do not fail on already removed file.Junio C Hamano1-1/+5
2006-12-25git-rm: update to saner semanticsJunio C Hamano1-20/+103
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