Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-09 | Remove trailing dot after short description | Fredrik Kuivinen | 1 | -1/+1 | |
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-03-05 | documentation: add 'see also' sections to git-rm and git-add | Jeff Muizelaar | 1 | -0/+3 | |
Pair up git-add and git-rm by adding a 'see also' section that references the opposite command to each of their documentation files. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-02-22 | Add new git-rm command with documentation | Carl Worth | 1 | -0/+89 | |
This adds a git-rm command which provides convenience similar to git-add, (and a bit more since it takes care of the rm as well if given -f). Like git-add, git-rm expands the given path names through git-ls-files. This means it only acts on files listed in the index. And it does act recursively on directories by default, (no -r needed as in the case of rm itself). When it recurses, it does not remove empty directories that are left behind. Signed-off-by: Junio C Hamano <junkio@cox.net> |