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
14
14
DESCRIPTION
15
15
-----------
16
16
Takes 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.
17
21
18
22
The header of the email is configurable by command line options. If not
19
23
specified 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 () {
420
420
NEWHEAD=$( git rev-parse HEAD) &&
421
421
case $HEADNAME in
422
422
refs/* )
423
- message=" $GIT_REFLOG_ACTION : $HEADNAME onto $SHORTONTO ) " &&
423
+ message=" $GIT_REFLOG_ACTION : $HEADNAME onto $SHORTONTO " &&
424
424
git update-ref -m " $message " $HEADNAME $NEWHEAD $OLDHEAD &&
425
425
git symbolic-ref HEAD $HEADNAME
426
426
;;
You can’t perform that action at this time.
0 commit comments