1
0
mirror of https://github.com/git/git.git synced 2024-10-03 14:01:22 +02:00
git/Documentation/howto
Dmitry Potapov f9a08f618f update-hook-example: optionally allow non-fast-forward
Sometimes it is desirable to have non-fast-forward branches in a
shared repository. A typical example of that is the 'pu' branch.
This patch extends the format of allowed-users and allow-groups
files by using the '+' sign at the beginning as the mark that
non-fast-forward pushes are permitted to the branch.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-06-25 22:41:10 -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 update-hook-example: optionally allow non-fast-forward 2008-06-25 22:41:10 -07:00
use-git-daemon.txt
using-merge-subtree.txt