Re: pull-fetch-param.txt (was Re: [PATCH] escape tilde in Documentation/git-rev-parse.txt)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Gerrit Pape
Date: Thursday, July 12, 2007 - 6:06 am

On Tue, Oct 03, 2006 at 11:19:20AM +0200, Stefan Richter wrote:

Hi, this still is a problem, at least on Debian/unstable; with asciidoc
8.2.1, the git-push(1) and git-fetch(1) man pages have this 'broken'
refspec description[0].

Additionally there're problems with callouts, whereever <n> is used to
refer to a callout list, it renders broken man pages[1], e.g.:

 $ man git-reset
 [...]
 EXAMPLES
        Undo a commit and redo
 
                $ git commit ...
                $ git reset --soft HEAD^      \fB(1)\fR
                $ edit                        \fB(2)\fR
                $ git commit -a -c ORIG_HEAD  \fB(3)\fR
            .sp \fB1. \fRThis is most often done when you remembered what you
            just committed is incomplete, or you misspelled your commit
            message, or both. Leaves working tree as it was before "reset".
 
            .br \fB2. \fRmake corrections to working tree files.
 
            .br \fB3. \fR"reset" copies the old head to .git/ORIG_HEAD; redo
            the commit by starting with its log message. If you do not need to
            edit the message further, you can give -C option instead.
 
            See also the --amend option to git-commit(1).
 
            .br
 
        Undo commits permanently
 
                $ git commit ...
                $ git reset --hard HEAD~3   \fB(1)\fR
            .sp \fB1. \fRThe last three commits (HEAD, HEAD^, and HEAD~2) were
            bad and you do not want to ever see them again. Do not do this if
            you have already given these commits to somebody else.
 
            .br
 
        Undo a commit, making it a topic branch
 [...]


Regards, Gerrit.

[0] http://bugs.debian.org/432560
[1] http://bugs.debian.org/420114
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] escape tilde in Documentation/git-rev-parse.txt, Stefan Richter, (Mon Oct 2, 11:55 am)
Re: pull-fetch-param.txt, Junio C Hamano, (Tue Oct 3, 1:01 pm)
Re: pull-fetch-param.txt, Stuart Rackham, (Tue Oct 3, 3:38 pm)
Re: pull-fetch-param.txt, Junio C Hamano, (Tue Oct 3, 7:03 pm)
Re: pull-fetch-param.txt, Stefan Richter, (Wed Oct 4, 9:28 am)
Re: pull-fetch-param.txt, Stefan Richter, (Wed Oct 4, 10:15 am)
Re: asciidoc 7--8 compatibility, Stefan Richter, (Wed Oct 4, 3:22 pm)
Re: asciidoc 7--8 compatibility, Stuart Rackham, (Wed Oct 4, 4:40 pm)
Re: pull-fetch-param.txt (was Re: [PATCH] escape tilde in ..., Gerrit Pape, (Thu Jul 12, 6:06 am)
Re: pull-fetch-param.txt, Junio C Hamano, (Thu Jul 12, 2:58 pm)
Re: pull-fetch-param.txt, Gerrit Pape, (Thu Jul 12, 10:53 pm)
Re: pull-fetch-param.txt, Junio C Hamano, (Fri Jul 13, 12:17 am)
Re: pull-fetch-param.txt, Gerrit Pape, (Fri Jul 13, 12:48 am)
Re: pull-fetch-param.txt, Gerrit Pape, (Fri Jul 20, 7:32 am)
Re: pull-fetch-param.txt, Junio C Hamano, (Fri Jul 20, 9:45 am)
Re: pull-fetch-param.txt, Julian Phillips, (Fri Jul 20, 10:09 am)
Re: pull-fetch-param.txt, Junio C Hamano, (Fri Jul 20, 11:01 am)