Johannes Schindelin [off-list ref] writes:
Signed-off-by: Johannes Schindelin <redacted>
---
On Mon, 3 Dec 2007, Jeff King wrote:
> On Mon, Dec 03, 2007 at 10:55:15AM +0000, Johannes Schindelin wrote:
>
> > But then, my patch also works when save_commit_buffer == 0.
> > But I can refactor this into its own patch, since it really is
> > a separate issue.
>
> Agreed.
Here we go.
The log message is a bit lacking. I would have expected "git-show
command can take ':/prefix' as an argument to name a commit whose
subject begins with the prefix, but git-foobar command didn't and
instead errored out. This fixes it so that ':/prefix' syntax can be
used for any command that wants to take a commit object name".
Hi,
On Mon, 3 Dec 2007, Junio C Hamano wrote:
Johannes Schindelin [off-list ref] writes:
quoted
Signed-off-by: Johannes Schindelin <redacted>
---
On Mon, 3 Dec 2007, Jeff King wrote:
> On Mon, Dec 03, 2007 at 10:55:15AM +0000, Johannes Schindelin wrote:
>
> > But then, my patch also works when save_commit_buffer == 0.
> > But I can refactor this into its own patch, since it really is
> > a separate issue.
>
> Agreed.
Here we go.
The log message is a bit lacking. I would have expected "git-show
command can take ':/prefix' as an argument to name a commit whose
subject begins with the prefix, but git-foobar command didn't and
instead errored out. This fixes it so that ':/prefix' syntax can be
used for any command that wants to take a commit object name".
Sorry. Can I ask you to amend the commit message with this?
-- snip --
Earlier, ':/<oneline-prefix>' would not work (i.e. die) with commands that
set save_commit_buffer = 0, such as blame, describe, pack-objects, reflog
and bundle.
Fix this.
-- snap --
Thanks,
Dscho