* feature request: git annotate -w like git blame -w
@ 2011-11-11 13:02 Raoul Bhatia [IPAX]
2011-11-11 13:57 ` Jakub Narebski
0 siblings, 1 reply; 4+ messages in thread
From: Raoul Bhatia [IPAX] @ 2011-11-11 13:02 UTC (permalink / raw)
To: git
hi!
is it possible to add a "git annotate -w" option like git blame has?
thanks,
raoul
ps. please reply to me in cc as i'm not subscribed to this list.
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia@ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OG web. http://www.ipax.at
Barawitzkagasse 10/2/2/11 email. office@ipax.at
1190 Wien tel. +43 1 3670030
FN 277995t HG Wien fax. +43 1 3670030 15
____________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: feature request: git annotate -w like git blame -w
2011-11-11 13:02 feature request: git annotate -w like git blame -w Raoul Bhatia [IPAX]
@ 2011-11-11 13:57 ` Jakub Narebski
2011-11-14 16:21 ` Raoul Bhatia [IPAX]
2011-11-14 20:49 ` Junio C Hamano
0 siblings, 2 replies; 4+ messages in thread
From: Jakub Narebski @ 2011-11-11 13:57 UTC (permalink / raw)
To: Raoul Bhatia [IPAX]; +Cc: git
"Raoul Bhatia [IPAX]" <r.bhatia@ipax.at> writes:
> is it possible to add a "git annotate -w" option like git blame has?
Why not use "git blame -c -w"? `-c' turns on annotate-compatibile
output.
From git-annotate(1) manpage:
The only difference between this command and git-blame(1) is that they use
slightly different output formats, and this command exists only for back-
ward compatibility to support existing scripts, and provide a more familiar
command name for people coming from other SCM systems.
> ps. please reply to me in cc as i'm not subscribed to this list.
This is usual behavior on this list.
--
Jakub Narębski
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: feature request: git annotate -w like git blame -w
2011-11-11 13:57 ` Jakub Narebski
@ 2011-11-14 16:21 ` Raoul Bhatia [IPAX]
2011-11-14 20:49 ` Junio C Hamano
1 sibling, 0 replies; 4+ messages in thread
From: Raoul Bhatia [IPAX] @ 2011-11-14 16:21 UTC (permalink / raw)
To: Jakub Narebski; +Cc: git
On 2011-11-11 14:57, Jakub Narebski wrote:
> "Raoul Bhatia [IPAX]"<r.bhatia@ipax.at> writes:
>
>> is it possible to add a "git annotate -w" option like git blame has?
>
> Why not use "git blame -c -w"? `-c' turns on annotate-compatibile
> output.
>
> From git-annotate(1) manpage:
>
> The only difference between this command and git-blame(1) is that they use
> slightly different output formats, and this command exists only for back-
> ward compatibility to support existing scripts, and provide a more familiar
> command name for people coming from other SCM systems.
thanks for this clarification. somehow, i missed this part while
scanning the man pages.
thank you and sorry for the noise!
raoul
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia@ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OG web. http://www.ipax.at
Barawitzkagasse 10/2/2/11 email. office@ipax.at
1190 Wien tel. +43 1 3670030
FN 277995t HG Wien fax. +43 1 3670030 15
____________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: feature request: git annotate -w like git blame -w
2011-11-11 13:57 ` Jakub Narebski
2011-11-14 16:21 ` Raoul Bhatia [IPAX]
@ 2011-11-14 20:49 ` Junio C Hamano
1 sibling, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2011-11-14 20:49 UTC (permalink / raw)
To: Jakub Narebski; +Cc: Raoul Bhatia [IPAX], git
Jakub Narebski <jnareb@gmail.com> writes:
> "Raoul Bhatia [IPAX]" <r.bhatia@ipax.at> writes:
>
>> is it possible to add a "git annotate -w" option like git blame has?
>
> Why not use "git blame -c -w"? `-c' turns on annotate-compatibile
> output.
>
> From git-annotate(1) manpage:
>
> The only difference between this command and git-blame(1) is that they use
> slightly different output formats, and this command exists only for back-
> ward compatibility to support existing scripts, and provide a more familiar
> command name for people coming from other SCM systems.
Somebody may want to compare git-blame.txt and git-annotate.txt in
Documentation/, notice that they share blame-options.txt and that the
former has accumulated option descriptions for a few more options that
should have been placed in blame-options.txt, and then prepare a patch to
improve the documentation? Hint, hint...
I *think* '-c', '-f', and '-n' are blame-only options but all others would
work with annotate (whoever is doing the patch needs to verify this,
though).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-14 20:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 13:02 feature request: git annotate -w like git blame -w Raoul Bhatia [IPAX]
2011-11-11 13:57 ` Jakub Narebski
2011-11-14 16:21 ` Raoul Bhatia [IPAX]
2011-11-14 20:49 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).