summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b68342)
raw | patch | inline | side by side (parent: 6b68342)
author | Matthias Kestenholz <matthias@spinlock.ch> | |
Fri, 18 May 2007 13:39:33 +0000 (15:39 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 19 May 2007 04:47:40 +0000 (21:47 -0700) |
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
index 59dfabed23696fda20d036305c98d213de2b8b9c..5fd3b62cf17b76b06dd8a799b03143a7203a8309 100644 (file)
SYNOPSIS
--------
+[verse]
'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
[--remote=<repo>] <tree-ish> [path...]
index 92e7a687229761b46f57fb4197a725a075f0a0f2..5051e2bada6d2409f40a04bbd25a5201df7d836e 100644 (file)
SYNOPSIS
--------
+[verse]
'git-bundle' create <file> [git-rev-list args]
'git-bundle' verify <file>
'git-bundle' list-heads <file> [refname...]
index e560b30c571c793bff428ec32ca510bec7595155..4913c2552f9a092dbd982b55c7e7cb2ffc986570 100644 (file)
SYNOPSIS
--------
+[verse]
git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD
git-fmt-merge-msg [--summary | --no-summray] -F <file>
index 5b5c4c865f49d1da36fa1fbbcae96a33fd8da9a4..d6c8bf800f4456ea63ff7d9b0c01b2d4f0d9d179 100644 (file)
SYNOPSIS
--------
+[verse]
'git-name-rev' [--tags] [--refs=<pattern>]
( --all | --stdin | <committish>... )
index 2f417a8f856094b3664eeff2ff3f0ce761c89503..753b275a0f79d88ef439a4c235452bd17f81ce2e 100644 (file)
SYNOPSIS
--------
+[verse]
'git-rebase' [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]
-
'git-rebase' --continue | --skip | --abort
DESCRIPTION