* [PATCH] Give git-am back the ability to add Signed-off-by lines.
@ 2007-11-06 20:33 Johannes Sixt
2007-11-06 21:07 ` Junio C Hamano
2007-11-06 22:35 ` Pierre Habouzit
0 siblings, 2 replies; 3+ messages in thread
From: Johannes Sixt @ 2007-11-06 20:33 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Pierre Habouzit
This was lost in the migration to git-rev-parse --parseopt by commit
78443d90491c1b82afdffc3d5d2ab8c1a58928b5.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
---
git-am.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-am.sh b/git-am.sh
index 876b973..e5af955 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -131,7 +131,7 @@ do
binary=t ;;
-3|--3way)
threeway=t ;;
- -s--signoff)
+ -s|--signoff)
sign=t ;;
-u|--utf8)
utf8=t ;; # this is now default
--
1.5.3.4.315.g2ce38
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Give git-am back the ability to add Signed-off-by lines.
2007-11-06 20:33 [PATCH] Give git-am back the ability to add Signed-off-by lines Johannes Sixt
@ 2007-11-06 21:07 ` Junio C Hamano
2007-11-06 22:35 ` Pierre Habouzit
1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2007-11-06 21:07 UTC (permalink / raw)
To: Johannes Sixt; +Cc: git, Pierre Habouzit
Good eyes, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Give git-am back the ability to add Signed-off-by lines.
2007-11-06 20:33 [PATCH] Give git-am back the ability to add Signed-off-by lines Johannes Sixt
2007-11-06 21:07 ` Junio C Hamano
@ 2007-11-06 22:35 ` Pierre Habouzit
1 sibling, 0 replies; 3+ messages in thread
From: Pierre Habouzit @ 2007-11-06 22:35 UTC (permalink / raw)
To: Johannes Sixt; +Cc: Junio C Hamano, git
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
On Tue, Nov 06, 2007 at 08:33:58PM +0000, Johannes Sixt wrote:
> This was lost in the migration to git-rev-parse --parseopt by commit
> 78443d90491c1b82afdffc3d5d2ab8c1a58928b5.
>
> Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
> ---
> git-am.sh | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/git-am.sh b/git-am.sh
> index 876b973..e5af955 100755
> --- a/git-am.sh
> +++ b/git-am.sh
> @@ -131,7 +131,7 @@ do
> binary=t ;;
> -3|--3way)
> threeway=t ;;
> - -s--signoff)
> + -s|--signoff)
Gaaaah. One more case of t/f finger-slip
> sign=t ;;
> -u|--utf8)
> utf8=t ;; # this is now default
> --
> 1.5.3.4.315.g2ce38
>
--
·O· Pierre Habouzit
··O madcoder@debian.org
OOO http://www.madism.org
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-11-06 22:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 20:33 [PATCH] Give git-am back the ability to add Signed-off-by lines Johannes Sixt
2007-11-06 21:07 ` Junio C Hamano
2007-11-06 22:35 ` Pierre Habouzit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox