From 0868a302deebe5253106fdf9af00c82e2c711e66 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 22 Jul 2008 09:20:44 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc0-14-g95f8
---
diff-generate-patch.txt | 2 +-
git-am.html | 8 +-
git-am.txt | 6 +-
git-blame.html | 4 +-
git-blame.txt | 2 +-
git-branch.html | 4 +-
git-branch.txt | 2 +-
git-check-attr.html | 102 +++--
git-check-attr.txt | 2 +-
git-cherry-pick.html | 4 +-
git-cherry-pick.txt | 2 +-
git-cherry.html | 4 +-
git-cherry.txt | 2 +-
git-commit.html | 4 +-
git-commit.txt | 2 +-
git-count-objects.html | 98 +++--
git-count-objects.txt | 2 +-
git-describe.html | 4 +-
git-describe.txt | 2 +-
git-diff-files.html | 4 +-
git-diff-index.html | 4 +-
git-diff-tree.html | 4 +-
git-diff.html | 302 ++++++++------
git-fetch.html | 4 +-
git-fetch.txt | 2 +-
git-fmt-merge-msg.html | 4 +-
git-fmt-merge-msg.txt | 2 +-
git-format-patch.html | 4 +-
git-format-patch.txt | 2 +-
git-hash-object.html | 4 +-
git-hash-object.txt | 2 +-
git-log.html | 4 +-
git-ls-remote.html | 4 +-
git-ls-remote.txt | 2 +-
git-ls-tree.html | 114 ++++--
git-ls-tree.txt | 2 +-
git-mailinfo.html | 4 +-
git-mailinfo.txt | 2 +-
git-mailsplit.html | 100 +++--
git-mailsplit.txt | 2 +-
git-merge-one-file.html | 4 +-
git-merge-one-file.txt | 2 +-
git-merge.html | 4 +-
git-merge.txt | 2 +-
git-mktree.html | 98 +++--
git-mktree.txt | 2 +-
git-peek-remote.html | 4 +-
git-peek-remote.txt | 2 +-
git-pull.html | 4 +-
git-pull.txt | 2 +-
git-push.html | 4 +-
git-push.txt | 2 +-
git-rebase.html | 8 +-
git-rebase.txt | 6 +-
git-reflog.html | 4 +-
git-reflog.txt | 2 +-
git-request-pull.html | 98 +++--
git-request-pull.txt | 2 +-
git-rerere.html | 4 +-
git-rerere.txt | 2 +-
git-reset.html | 4 +-
git-reset.txt | 2 +-
git-rev-parse.html | 4 +-
git-rev-parse.txt | 2 +-
git-revert.html | 4 +-
git-revert.txt | 2 +-
git-show-branch.html | 4 +-
git-show-branch.txt | 2 +-
git-show.html | 4 +-
git-show.txt | 2 +-
git-status.html | 4 +-
git-status.txt | 2 +-
git-symbolic-ref.html | 4 +-
git-symbolic-ref.txt | 2 +-
git-tag.html | 4 +-
git-tag.txt | 2 +-
git-update-server-info.html | 114 ++++--
git-update-server-info.txt | 2 +-
git-verify-pack.html | 4 +-
git-verify-pack.txt | 2 +-
git-whatchanged.html | 4 +-
git-whatchanged.txt | 2 +-
howto-index.html | 154 +++++---
howto-index.txt | 10 +-
howto/rebase-from-internal-branch.txt | 2 +-
howto/rebuild-from-update-hook.txt | 2 +-
howto/revert-branch-rebase.html | 118 ++++--
howto/revert-branch-rebase.txt | 2 +-
howto/separating-topic-branches.txt | 2 +-
howto/update-hook-example.txt | 2 +-
technical/api-index.html | 90 ++++-
technical/api-index.txt | 2 +-
technical/api-path-list.txt | 126 ------
technical/api-string-list.html | 541 ++++++++++++++++++++++++++
technical/api-string-list.txt | 128 ++++++
user-manual.html | 4 +-
user-manual.txt | 2 +-
97 files changed, 1758 insertions(+), 687 deletions(-)
delete mode 100644 technical/api-path-list.txt
create mode 100644 technical/api-string-list.html
create mode 100644 technical/api-string-list.txt
diff --git a/diff-generate-patch.txt b/diff-generate-patch.txt
index 029c5f2b8..517e1eba3 100644
--- a/diff-generate-patch.txt
+++ b/diff-generate-patch.txt
@@ -96,7 +96,7 @@ index fabadb8,cc95eb0..4866510
+
or like this (when '--cc' option is used):
- diff --c file
+ diff --cc file
2. It is followed by one or more extended header lines
(this example shows a merge with two parents):
diff --git a/git-am.html b/git-am.html
index f06361895..474d025d4 100644
--- a/git-am.html
+++ b/git-am.html
@@ -557,9 +557,9 @@ hand resolve the conflict in the working directory, and update
-The command refuses to process new mailboxes while .git/rebase
+
The command refuses to process new mailboxes while .git/rebase-apply
directory exists, so if you decide to start over from scratch,
-run rm -f -r .git/rebase before running the command with mailbox
+run rm -f -r .git/rebase-apply before running the command with mailbox
names.
Before any patches are applied, ORIG_HEAD is set to the tip of the
current branch. This is useful if you have problems with multiple
@@ -573,7 +573,7 @@ errors in the "From:" lines).
-
Written by Junio C Hamano <junkio@cox.net>
+
Written by Junio C Hamano <gitster@pobox.com>
@@ -585,7 +585,7 @@ errors in the "From:" lines).