author | Pavel Roskin <proski@gnu.org> | |
Wed, 5 Apr 2006 06:00:48 +0000 (02:00 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 5 Apr 2006 09:51:27 +0000 (02:51 -0700) | ||
commit | c3b831bd84320374834f9984c118cb4fc7050ebc | |
tree | a0fdb5930d2362a375ccb79c895f6c41f72491a4 | tree | snapshot |
parent | 12d81ce59846e17676c5534257ca2f1783829d63 | commit | diff |
Add git-clean command
This command removes untracked files from the working tree. This
implementation is based on cg-clean with some simplifications. The
documentation is included.
[jc: with trivial documentation fix, noticed by Jakub Narebski]
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This command removes untracked files from the working tree. This
implementation is based on cg-clean with some simplifications. The
documentation is included.
[jc: with trivial documentation fix, noticed by Jakub Narebski]
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore | diff | blob | history | |
Documentation/git-clean.txt | [new file with mode: 0644] | blob |
Makefile | diff | blob | history | |
git-clean.sh | [new file with mode: 0755] | blob |