index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-rm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-1
/
+1
*
Don't always require working tree for git-rm
Mike Hommey
2007-11-06
1
-0
/
+3
*
Make builtin-rm.c use parse_options.
Pierre Habouzit
2007-10-30
1
-31
/
+23
*
Simplify cache API
Junio C Hamano
2007-09-14
1
-1
/
+0
*
More permissive "git-rm --cached" behavior without -f.
Matthieu Moy
2007-07-14
1
-6
/
+26
*
Add --ignore-unmatch option to exit with zero status when no files are removed.
Steven Grimm
2007-04-17
1
-4
/
+17
*
git-rm: Trivial fix for a comment typo.
Steven Grimm
2007-04-16
1
-1
/
+1
*
Add --quiet option to suppress output of "rm" commands for removed files.
Steven Grimm
2007-04-16
1
-3
/
+6
*
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
2007-04-04
1
-2
/
+2
*
git-rm: don't remove newly added file without -f
Jeff King
2007-03-27
1
-14
/
+4
*
git-rm documentation: remove broken behaviour from the example.
Junio C Hamano
2007-01-16
1
-1
/
+1
*
git-rm: do not fail on already removed file.
Junio C Hamano
2007-01-11
1
-1
/
+5
*
git-rm: update to saner semantics
Junio C Hamano
2006-12-25
1
-20
/
+103
*
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
1
-1
/
+1
*
Better error message when we are unable to lock the index file
Junio C Hamano
2006-08-13
1
-3
/
+1
*
Further clean-up: usage() vs die()
Junio C Hamano
2006-08-04
1
-2
/
+2
*
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
2006-08-04
1
-1
/
+1
*
Call setup_git_directory() much earlier
Linus Torvalds
2006-07-29
1
-2
/
+1
*
Substitute xmalloc()+memset(0) with xcalloc().
Peter Eriksen
2006-07-25
1
-2
/
+1
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
1
-1
/
+1
*
Close the index file between writing and committing
Johannes Schindelin
2006-07-08
1
-1
/
+1
*
git-rm: honor -n flag.
Junio C Hamano
2006-06-09
1
-7
/
+10
*
Make index file locking code reusable to others.
Junio C Hamano
2006-06-06
1
-3
/
+3
*
builtin-rm: squelch compiler warnings.
Junio C Hamano
2006-05-23
1
-0
/
+1
*
Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree
Junio C Hamano
2006-05-20
1
-0
/
+1
*
Add builtin "git rm" command
Linus Torvalds
2006-05-20
1
-0
/
+150