summaryrefslogtreecommitdiff
path: root/builtin-rm.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-1/+1
2007-11-05Don't always require working tree for git-rmLibravatar Mike Hommey1-0/+3
2007-10-29Make builtin-rm.c use parse_options.Libravatar Pierre Habouzit1-31/+23
2007-09-14Simplify cache APILibravatar Junio C Hamano1-1/+0
2007-07-13More permissive "git-rm --cached" behavior without -f.Libravatar Matthieu Moy1-6/+26
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Libravatar Steven Grimm1-4/+17
2007-04-16git-rm: Trivial fix for a comment typo.Libravatar Steven Grimm1-1/+1
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Libravatar Steven Grimm1-3/+6
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Libravatar Junio C Hamano1-2/+2
2007-03-27git-rm: don't remove newly added file without -fLibravatar Jeff King1-14/+4
2007-01-16git-rm documentation: remove broken behaviour from the example.Libravatar Junio C Hamano1-1/+1
2007-01-11git-rm: do not fail on already removed file.Libravatar Junio C Hamano1-1/+5
2006-12-25git-rm: update to saner semanticsLibravatar Junio C Hamano1-20/+103
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-1/+1
2006-08-12Better error message when we are unable to lock the index fileLibravatar Junio C Hamano1-3/+1
2006-08-03Further clean-up: usage() vs die()Libravatar Junio C Hamano1-2/+2
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Libravatar Ramsay Allan Jones1-1/+1
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+1
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Libravatar Peter Eriksen1-2/+1
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-07-08Close the index file between writing and committingLibravatar Johannes Schindelin1-1/+1
2006-06-08git-rm: honor -n flag.Libravatar Junio C Hamano1-7/+10
2006-06-06Make index file locking code reusable to others.Libravatar Junio C Hamano1-3/+3
2006-05-23builtin-rm: squelch compiler warnings.Libravatar Junio C Hamano1-0/+1
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeLibravatar Junio C Hamano1-0/+151
2006-05-19Add builtin "git rm" commandLibravatar Linus Torvalds1-0/+150