remote.c: introduce remote.pushdefault
[gitweb.git] / Documentation / git-verify-pack.txt
index 7c2428d5692ce7e3961821c865c9539c30dca113..0eb9ffbdd2e691c24ed07eb8c97828bc3a81b427 100644 (file)
@@ -3,17 +3,18 @@ git-verify-pack(1)
 
 NAME
 ----
-git-verify-pack - Validate packed git archive files
+git-verify-pack - Validate packed Git archive files
 
 
 SYNOPSIS
 --------
+[verse]
 'git verify-pack' [-v|--verbose] [-s|--stat-only] [--] <pack>.idx ...
 
 
 DESCRIPTION
 -----------
-Reads given idx file for packed git archive created with the
+Reads given idx file for packed Git archive created with the
 'git pack-objects' command and verifies idx file and the
 corresponding pack file.