summaryrefslogtreecommitdiff
path: root/builtin-rm.c
AgeCommit message (Expand)Author
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