summaryrefslogtreecommitdiff
path: root/builtin-rm.c
AgeCommit message (Expand)Author
2008-01-16Improve use of lockfile APIBrandon Casey
2007-11-06Don't always require working tree for git-rmMike Hommey
2007-10-30Make builtin-rm.c use parse_options.Pierre Habouzit
2007-09-14Simplify cache APIJunio C Hamano
2007-07-14More permissive "git-rm --cached" behavior without -f.Matthieu Moy
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm
2007-04-16git-rm: Trivial fix for a comment typo.Steven Grimm
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-03-27git-rm: don't remove newly added file without -fJeff King
2007-01-16git-rm documentation: remove broken behaviour from the example.Junio C Hamano
2007-01-11git-rm: do not fail on already removed file.Junio C Hamano
2006-12-25git-rm: update to saner semanticsJunio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-08-04Further clean-up: usage() vs die()Junio C Hamano
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Peter Eriksen
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-08Close the index file between writing and committingJohannes Schindelin
2006-06-09git-rm: honor -n flag.Junio C Hamano
2006-06-06Make index file locking code reusable to others.Junio C Hamano
2006-05-23builtin-rm: squelch compiler warnings.Junio C Hamano
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano
2006-05-20Add builtin "git rm" commandLinus Torvalds