1
0
mirror of https://github.com/git/git.git synced 2024-10-22 12:28:32 +02:00
git/Documentation/howto
Dmitry Potapov df79b9fdb8 fix update-hook-example to work with packed tag references
The update-hook-example used 'test -f' to check the tag present, which
does not work if the checked reference is packed. This check has been
changed to use 'git rev-parse $tag' instead.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-06-25 12:44:32 -07:00
..
maintain-git.txt
rebase-and-edit.txt
rebase-from-internal-branch.txt
rebuild-from-update-hook.txt
recover-corrupted-blob-object.txt
revert-branch-rebase.txt
separating-topic-branches.txt
setup-git-server-over-http.txt Consistency: Use "libcurl" instead of "cURL library" and "curl" 2008-06-15 13:35:10 -07:00
update-hook-example.txt fix update-hook-example to work with packed tag references 2008-06-25 12:44:32 -07:00
use-git-daemon.txt
using-merge-subtree.txt