This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
SE: allow arbitrary send-email options after --
Browse Source
todo
Junio C Hamano
2009-03-04 11:40:32 -08:00
parent
6ff8635f65
commit
cb9b3a72e5
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
4
SE
Unescape
Escape
View File
@ -13,6 +13,10 @@ do
--dry-run | -n)
--dry-run | -n)
dryrun=--dry-run
dryrun=--dry-run
;;
;;
--)
shift
break
;;
-*)
-*)
echo >&2 "? $1"
echo >&2 "? $1"
exit 1
exit 1
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
kernel/git
Title
Body
Create Issue