Package: git-doc
Version: 1:1.7.2.5-1
Severity: minor
File: /usr/share/doc/git-doc/git-revert.html

Second example for git revert is

git revert -n master5..master2

with the part "5..master" in subscript.
I guess the following is meant

git revert -n master~5..master~2

Similarly, in the HTML documentation of cherry-pick,
the forth example is

git cherry-pick master4 master2

with "4 master" in subscript.  Probably

git cherry-pick master~4 master~2

is intended.

Best wishes,

        Gábor Braun

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 
'stable-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

git-doc depends on no packages.

git-doc recommends no packages.

Versions of packages git-doc suggests:
ii  git                          1:1.7.2.5-1 fast, scalable, distributed revisi
pn  git-arch                     <none>      (no description available)
pn  git-cvs                      <none>      (no description available)
pn  git-email                    <none>      (no description available)
ii  git-svn                      1:1.7.2.5-1 fast, scalable, distributed revisi
ii  gitk                         1:1.7.2.5-1 fast, scalable, distributed revisi
pn  gitweb                       <none>      (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to