]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
git-add: Add support for --refresh option.
authorAlexandre Julliard <julliard@winehq.org>
Sat, 11 Aug 2007 21:59:01 +0000 (23:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2007 19:58:38 +0000 (12:58 -0700)
commitd616813d75b888b7c29bbad19808fe5cffa5380c
tree822ae0e97f9ae00643bf9aee04f29af684bbd2a1
parent77b258f436874bdd1caecd4b3c9c63e3d49bd147
git-add: Add support for --refresh option.

This allows to refresh only a subset of the project files, based on
the specified pathspecs.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
builtin-add.c
cache.h
read-cache.c
t/t3700-add.sh