File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ DESCRIPTION
1414The changeset (or "diff") of each commit between the fork-point and <head>
1515is compared against each commit between the fork-point and <upstream>.
1616
17- Every commit with a changeset that doesn't exist in the other branch
18- has its id (sha1) reported, prefixed by a symbol. Those existing only
17+ Every commit that doesn't exist in the <upstream> branch
18+ has its id (sha1) reported, prefixed by a symbol. The ones that have
19+ equivalent change already
1920in the <upstream> branch are prefixed with a minus (-) sign, and those
2021that only exist in the <head> branch are prefixed with a plus (+) symbol.
2122
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ LONG_USAGE=' __*__*__*__*__> <upstream>
1212Each commit between the fork-point (or <limit> if given) and <head> is
1313examined, and compared against the change each commit between the
1414fork-point and <upstream> introduces. If the change seems to be in
15- the upstream, it is shown on the standard output with prefix "+ ".
16- Otherwise it is shown with prefix "- ".'
15+ the upstream, it is shown on the standard output with prefix "- ".
16+ Otherwise it is shown with prefix "+ ".'
1717. git-sh-setup
1818
1919case " $1 " in -v) verbose=t; shift ;; esac
You can’t perform that action at this time.
0 commit comments