From 8fd5230c0ebc53d2757489e73f39773c40af2dad Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 10 Aug 2006 00:18:08 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.4.2-rc4 --- git-status.html | 7 +++++-- git-status.txt | 6 +++++- tutorial-2.html | 3 ++- tutorial-2.txt | 1 + 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/git-status.html b/git-status.html index 965cf704b..4794a1a3e 100644 --- a/git-status.html +++ b/git-status.html @@ -272,7 +272,7 @@ git-status(1) Manual Page

SYNOPSIS

-

git-status

+

git-status <options>…

DESCRIPTION

@@ -285,6 +285,9 @@ running git commit.

If there is no path that is different between the index file and the current HEAD commit, the command exits with non-zero status.

+

The command takes the same set of options as git-commit; it +shows what would be committed if the same options are given to +git-commit.

OUTPUT

@@ -306,7 +309,7 @@ Junio C Hamano <junkio@cox.net>.

diff --git a/git-status.txt b/git-status.txt index e446f4812..ce7857e5a 100644 --- a/git-status.txt +++ b/git-status.txt @@ -8,7 +8,7 @@ git-status - Show working tree status SYNOPSIS -------- -'git-status' +'git-status' ... DESCRIPTION ----------- @@ -23,6 +23,10 @@ If there is no path that is different between the index file and the current HEAD commit, the command exits with non-zero status. +The command takes the same set of options as `git-commit`; it +shows what would be committed if the same options are given to +`git-commit`. + OUTPUT ------ diff --git a/tutorial-2.html b/tutorial-2.html index 9c46c352a..c277ea012 100644 --- a/tutorial-2.html +++ b/tutorial-2.html @@ -501,6 +501,7 @@ we can examine with ls-files:

$ git cat-file -t 513feba2 blob $ git cat-file blob 513feba2 +hello world! hello world, again

So what our "git update-index" did was store a new blob and then put @@ -634,7 +635,7 @@ example, creating a new commit.

diff --git a/tutorial-2.txt b/tutorial-2.txt index 894ca5e06..2f4fe1217 100644 --- a/tutorial-2.txt +++ b/tutorial-2.txt @@ -244,6 +244,7 @@ $ git ls-files --stage $ git cat-file -t 513feba2 blob $ git cat-file blob 513feba2 +hello world! hello world, again ------------------------------------------------ -- 2.26.2