diff options
author | Christian Meder <chris@absolutegiganten.org> | 2005-10-10 16:01:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-10 16:01:31 -0700 |
commit | 72e9340cfde90189d76ef3c8a4793ea7764ff8ee (patch) | |
tree | 2d2be1c4fe841de12630495929e2ac394f58012c /Documentation/git-verify-pack.txt | |
parent | 98438bd0e893c23186fb82ea8b04964c0f1ef9d1 (diff) | |
download | git-72e9340cfde90189d76ef3c8a4793ea7764ff8ee.tar.gz |
Convert usage of GIT and Git into git
Convert usage of GIT and Git into git.
Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-verify-pack.txt')
-rw-r--r-- | Documentation/git-verify-pack.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index 9b3946614f..cd74ffd391 100644 --- a/Documentation/git-verify-pack.txt +++ b/Documentation/git-verify-pack.txt @@ -3,7 +3,7 @@ git-verify-pack(1) NAME ---- -git-verify-pack - Validate packed GIT archive files. +git-verify-pack - Validate packed git archive files. SYNOPSIS @@ -13,7 +13,7 @@ SYNOPSIS DESCRIPTION ----------- -Reads given idx file for packed GIT archive created with +Reads given idx file for packed git archive created with git-pack-objects command and verifies idx file and the corresponding pack file. |