Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: git as an sfc member project

From: Brandon Casey <hidden>
Date: 2016-06-15 22:49:51

Possibly related (same subject, not in this thread)

On 10/22/2010 07:09 PM, Brandon Casey wrote:
	($fh, $ctx) =
	    $repo->command_output_pipe('blame', '-C', '-C', '-w', '--incremental',
		'--', $ls_tree->{'buf'});
I forgot to pass the revision to git-blame.

It should look like this:

 	($fh, $ctx) =
 	    $repo->command_output_pipe('blame', '-C', '-C', '-w', '--incremental',
 		$ARGV[0], '--', $ls_tree->{'buf'});

-Brandon
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help