git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tarmigan Casebolt <tarmigan+git@gmail.com>
To: gitster@pobox.com
Cc: git@vger.kernel.org, Tarmigan Casebolt <tarmigan+git@gmail.com>,
	Daniel Barkalow <barkalow@iabervon.org>,
	Lea Wiemann <lewiemann@gmail.com>
Subject: [PATCH] Add hints to revert documentation about other ways to undo changes
Date: Tue, 19 Aug 2008 12:50:31 -0700	[thread overview]
Message-ID: <1219175431-20730-1-git-send-email-tarmigan+git@gmail.com> (raw)
In-Reply-To: <7vk5ec7s05.fsf@gitster.siamese.dyndns.org>

Based on its name, people may read the 'git revert' documentation when
they want to undo local changes, especially people who have used other
SCM's.  'git revert' may not be what they had in mind, but git
provides several other ways to undo changes to files.  We can help
them by pointing them towards the git commands that do what they might
want to do.

Cc: Daniel Barkalow <barkalow@iabervon.org>
Cc: Lea Wiemann <lewiemann@gmail.com>
Signed-off-by: Tarmigan Casebolt <tarmigan+git@gmail.com>
---

On Tue, Aug 19, 2008 at 11:56 AM, Junio C Hamano <gitster@pobox.com> wrote:
> The last sentence makes the paragraph incoherent, doesn't it?

Yeah.  My thinking was that the people who would appreciate this note
would be newbies, and it might be nice to warn them not to just try
'git reset --hard' without thinking.

> By starting this paragraph with "Despite its name", you are stating your
> expectation that the people who find "git revert" nonintuitive are the
> majority.  
>
> And you explain how to perform the operation that majority
> would expect, which is to throw away uncommitted changes to go back to the
> clean slate.  If that is what the target audience of this paragraph
> expects to happen anyway, why do you need to caution against it in the
> last sentence?

I envision this note as useful for a majority of newbies who don't yet
have a sense of everything 'git reset' and 'git checkout' can do.

> If the answer is "because it is not cut-and-dried which expectation is the
> majority, and we try to be careful not to lose local modifications of
> users", then the tone of the paragraph needs to become more neutral.
>
> I'd suggest either dropping the first sentence altogether and starting the
> paragraph with "If you want to throw away...", or replacing the first
> sentence with "'git revert' is used to record a new commit to reverse the
> effect of an earlier commit (often a faulty one)."

Good idea.  I like the later option.

Thanks,
Tarmigan

 Documentation/git-revert.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt
index 98cfa3c..e578edf 100644
--- a/Documentation/git-revert.txt
+++ b/Documentation/git-revert.txt
@@ -15,7 +15,15 @@ Given one existing commit, revert the change the patch introduces, and record a
 new commit that records it.  This requires your working tree to be clean (no
 modifications from the HEAD commit).
 
+Note: 'git revert' is used to record a new commit to reverse the
+effect of an earlier commit (often a faulty one).  If you want to
+throw away all uncommitted changes in your working directory, you
+should see linkgit:git-reset[1], particularly the '--hard' option.  If
+you want to extract specific files as they were in another commit, you
+should see linkgit:git-checkout[1], specifically the 'git checkout
+<commit> -- <filename>' syntax.  Take care with these alternatives as
+both will discard uncommitted changes in your working directory.
+
 OPTIONS
 -------
 <commit>::
-- 
1.6.0

  reply	other threads:[~2008-08-19 19:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1219165591-19969-1-git-send-email-tarmigan+git@gmail.com>
2008-08-19 17:06 ` [PATCH] Add hints to revert documentation about other ways to undo changes Tarmigan
2008-08-19 18:56 ` Junio C Hamano
2008-08-19 19:50   ` Tarmigan Casebolt [this message]
2008-08-20 23:06     ` Junio C Hamano
2008-08-20 23:36       ` Tarmigan
2008-08-20 23:52         ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1219175431-20730-1-git-send-email-tarmigan+git@gmail.com \
    --to=tarmigan+git@gmail.com \
    --cc=barkalow@iabervon.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=lewiemann@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).