diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2009-11-19 07:13:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-20 22:08:11 -0800 |
commit | 0de8b94720501e869a05c52a691985fa4ce69803 (patch) | |
tree | ea49120fdfb3eb20550c45fffa5eb4f217bb4fb6 /Documentation | |
parent | ddae8ae8b59f75d324a5b1ae20705f4fa72db9f3 (diff) | |
download | git-0de8b94720501e869a05c52a691985fa4ce69803.tar.gz |
Documentation: talk a little bit about GIT_NO_REPLACE_OBJECTS
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-replace.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-replace.txt b/Documentation/git-replace.txt index 69f704faf8..65a0da508a 100644 --- a/Documentation/git-replace.txt +++ b/Documentation/git-replace.txt @@ -44,6 +44,9 @@ $ git cat-file commit foo shows information about commit 'bar'. +The 'GIT_NO_REPLACE_OBJECTS' environment variable can be set to +achieve the same effect as the `--no-replace-objects` option. + OPTIONS ------- -f:: |