diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-10-15 16:15:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-15 16:15:00 -0700 |
commit | 9768648144e8597890d371d9581eb26da52a4922 (patch) | |
tree | f21f08ddcb4021eb248e6873b0f0aa2b4d91bd10 /Documentation | |
parent | 6fb02165a3885314b5b356263dd267a5966f92be (diff) | |
parent | 3991e91063bb701d8ba12199b993a8f121f27f04 (diff) | |
download | git-9768648144e8597890d371d9581eb26da52a4922.tar.gz git-9768648144e8597890d371d9581eb26da52a4922.tar.xz |
Merge branch 'maint'
* maint:
git-prune-packed.txt: fix reference to GIT_OBJECT_DIRECTORY
clone --branch: refuse to clone if upstream repo is empty
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-prune-packed.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt index 80dc022ed..6738055bd 100644 --- a/Documentation/git-prune-packed.txt +++ b/Documentation/git-prune-packed.txt @@ -14,7 +14,7 @@ SYNOPSIS DESCRIPTION ----------- -This program searches the `$GIT_OBJECT_DIR` for all objects that currently +This program searches the `$GIT_OBJECT_DIRECTORY` for all objects that currently exist in a pack file as well as the independent object directories. All such extra objects are removed. |