index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-rm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-19
rm: only refresh entries that we may touch
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-1
/
+1
2009-05-25
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
1
-1
/
+2
2009-03-23
builtin-rm: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-2
/
+1
2008-11-28
git add --intent-to-add: fix removal of cached emptiness
Junio C Hamano
1
-1
/
+1
2008-11-28
builtin-rm.c: explain and clarify the "local change" logic
Junio C Hamano
1
-11
/
+42
2008-10-22
rm: loosen safety valve for empty files
Jeff King
1
-1
/
+2
2008-10-08
git rm: refresh index before up-to-date check
Johannes Schindelin
1
-0
/
+1
2008-09-29
Use remove_path from dir.c instead of own implementation
Alex Riesen
1
-21
/
+1
2008-09-15
Start conforming code to "git subcmd" style part 3
Heikki Orsila
1
-1
/
+1
2008-08-31
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
1
-2
/
+2
2008-08-08
builtin-rm: Add a --force flag
Pieter de Bie
1
-1
/
+1
2008-07-19
Merge branch 'maint'
Junio C Hamano
1
-5
/
+5
2008-07-19
builtin-rm: fix index lock file path
Olivier Marin
1
-5
/
+5
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-1
/
+1
2008-01-16
Improve use of lockfile API
Brandon Casey
1
-1
/
+1
2007-11-05
Don't always require working tree for git-rm
Mike Hommey
1
-0
/
+3
2007-10-29
Make builtin-rm.c use parse_options.
Pierre Habouzit
1
-31
/
+23
2007-09-14
Simplify cache API
Junio C Hamano
1
-1
/
+0
2007-07-13
More permissive "git-rm --cached" behavior without -f.
Matthieu Moy
1
-6
/
+26
2007-04-17
Add --ignore-unmatch option to exit with zero status when no files are removed.
Steven Grimm
1
-4
/
+17
2007-04-16
git-rm: Trivial fix for a comment typo.
Steven Grimm
1
-1
/
+1
2007-04-16
Add --quiet option to suppress output of "rm" commands for removed files.
Steven Grimm
1
-3
/
+6
2007-04-03
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
1
-2
/
+2
2007-03-27
git-rm: don't remove newly added file without -f
Jeff King
1
-14
/
+4
2007-01-16
git-rm documentation: remove broken behaviour from the example.
Junio C Hamano
1
-1
/
+1
2007-01-11
git-rm: do not fail on already removed file.
Junio C Hamano
1
-1
/
+5
2006-12-25
git-rm: update to saner semantics
Junio C Hamano
1
-20
/
+103
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
1
-1
/
+1
2006-08-12
Better error message when we are unable to lock the index file
Junio C Hamano
1
-3
/
+1
2006-08-03
Further clean-up: usage() vs die()
Junio C Hamano
1
-2
/
+2
2006-08-03
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
1
-1
/
+1
2006-07-29
Call setup_git_directory() much earlier
Linus Torvalds
1
-2
/
+1
2006-07-25
Substitute xmalloc()+memset(0) with xcalloc().
Peter Eriksen
1
-2
/
+1
2006-07-10
Fix more typos, primarily in the code
Pavel Roskin
1
-1
/
+1
2006-07-08
Close the index file between writing and committing
Johannes Schindelin
1
-1
/
+1
2006-06-08
git-rm: honor -n flag.
Junio C Hamano
1
-7
/
+10
2006-06-06
Make index file locking code reusable to others.
Junio C Hamano
1
-3
/
+3
2006-05-23
builtin-rm: squelch compiler warnings.
Junio C Hamano
1
-0
/
+1
2006-05-20
Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree
Junio C Hamano
1
-0
/
+151
2006-05-19
Add builtin "git rm" command
Linus Torvalds
1
-0
/
+150