index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-rm.c
Commit message (
Expand
)
Author
Age
*
git-rm: don't remove newly added file without -f
Jeff King
2007-03-27
*
git-rm documentation: remove broken behaviour from the example.
Junio C Hamano
2007-01-16
*
git-rm: do not fail on already removed file.
Junio C Hamano
2007-01-11
*
git-rm: update to saner semantics
Junio C Hamano
2006-12-25
*
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
*
Better error message when we are unable to lock the index file
Junio C Hamano
2006-08-12
*
Further clean-up: usage() vs die()
Junio C Hamano
2006-08-03
*
Replace some calls to die(usage_str) with usage(usage_str).
Ramsay Allan Jones
2006-08-03
*
Call setup_git_directory() much earlier
Linus Torvalds
2006-07-29
*
Substitute xmalloc()+memset(0) with xcalloc().
Peter Eriksen
2006-07-25
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
*
Close the index file between writing and committing
Johannes Schindelin
2006-07-08
*
git-rm: honor -n flag.
Junio C Hamano
2006-06-08
*
Make index file locking code reusable to others.
Junio C Hamano
2006-06-06
*
builtin-rm: squelch compiler warnings.
Junio C Hamano
2006-05-23
*
Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree
Junio C Hamano
2006-05-20
*
Add builtin "git rm" command
Linus Torvalds
2006-05-19