~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to Documentation/git-cherry-pick.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20070422133105-xg8fnm18r2cxcbg1
Tags: upstream-1.5.1.2
ImportĀ upstreamĀ versionĀ 1.5.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
-------
20
20
<commit>::
21
21
        Commit to cherry-pick.
 
22
        For a more complete list of ways to spell commits, see
 
23
        "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
22
24
 
23
25
-e|--edit::
24
26
        With this option, `git-cherry-pick` will let you edit the commit
36
38
        development branch), adding this information can be
37
39
        useful.
38
40
 
39
 
-r|--replay::
 
41
-r::
40
42
        It used to be that the command defaulted to do `-x`
41
43
        described above, and `-r` was to disable it.  Now the
42
44
        default is not to do `-x` so this option is a no-op.