Dan Loewenherz wrote: > I'm running into a weird issue in a specific repo where "git show-ref" > usage is being displayed after invocating "git commit". > > E.g. > $ git commit -m "my commit message" > usage: git show-ref [-q|--quiet] [--verify] [--head] [...] > show refs from stdin that aren't in local repository > > [master 28a735f] my commit message > 1 files changed, 2 insertions(+), 0 deletions(-) > $ Strange. Maybe a hook script? GIT_TRACE=1 git commit -m "my commit message" should reveal the culprit, I hope. Hope that helps, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html