File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ SYNOPSIS
1414DESCRIPTION
1515-----------
1616Takes the patches given on the command line and emails them out.
17+ Patches can be specified as files, directories (which will send all
18+ files in the directory), or directly as a revision list. In the
19+ last case, any format accepted by linkgit:git-format-patch[1] can
20+ be passed to git send-email.
1721
1822The header of the email is configurable by command line options. If not
1923specified on the command line, the user will be prompted with a ReadLine
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ do_next () {
420420 NEWHEAD=$( git rev-parse HEAD) &&
421421 case $HEADNAME in
422422 refs/* )
423- message=" $GIT_REFLOG_ACTION : $HEADNAME onto $SHORTONTO ) " &&
423+ message=" $GIT_REFLOG_ACTION : $HEADNAME onto $SHORTONTO " &&
424424 git update-ref -m " $message " $HEADNAME $NEWHEAD $OLDHEAD &&
425425 git symbolic-ref HEAD $HEADNAME
426426 ;;
You can’t perform that action at this time.
0 commit comments