aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2006-04-05 02:00:48 -0400
committerJunio C Hamano <junkio@cox.net>2006-04-05 02:51:27 -0700
commitc3b831bd84320374834f9984c118cb4fc7050ebc (patch)
treea0fdb5930d2362a375ccb79c895f6c41f72491a4 /Makefile
parent12d81ce59846e17676c5534257ca2f1783829d63 (diff)
downloadgit-c3b831bd84320374834f9984c118cb4fc7050ebc.tar.gz
git-c3b831bd84320374834f9984c118cb4fc7050ebc.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 145099ada..3367b8c13 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__
SCRIPT_SH = \
git-add.sh git-bisect.sh git-branch.sh git-checkout.sh \
- git-cherry.sh git-clone.sh git-commit.sh \
+ git-cherry.sh git-clean.sh git-clone.sh git-commit.sh \
git-count-objects.sh git-diff.sh git-fetch.sh \
git-format-patch.sh git-log.sh git-ls-remote.sh \
git-merge-one-file.sh git-parse-remote.sh \