author | Jared Hance <jaredhance@gmail.com> | |
Tue, 20 Jul 2010 19:35:56 +0000 (15:35 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 20 Jul 2010 23:52:53 +0000 (16:52 -0700) | ||
commit | 07de4eba60cdf1b24f297ce2b2816d3403323352 | |
tree | ff10b334ae2e5592a715d101a59ae55de9dba6b3 | tree | snapshot |
parent | c5212b87dafb3f559ceb898bd9b40bfc3cd0ad68 | commit | diff |
Add -e/--exclude to git-clean.
With the -e/--exclude option for git-clean, a user can specify files
that they haven't yet told git about, but either need for a short amount
of time or plan to tell git about them later. This allows one to still
use git-clean while these files are around without losing data.
Signed-off-by: Jared Hance <jaredhance@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With the -e/--exclude option for git-clean, a user can specify files
that they haven't yet told git about, but either need for a short amount
of time or plan to tell git about them later. This allows one to still
use git-clean while these files are around without losing data.
Signed-off-by: Jared Hance <jaredhance@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clean.txt | diff | blob | history | |
builtin/clean.c | diff | blob | history |