On Tue, May 4, 2010 at 11:01 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > 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? The GIT_TRACE helped--it was a hook script. The script's been in my local repo for quite a while, strange that it only started having this behavior recently. Removed the script and all works normally. Thanks for the suggestion! -Dan -- 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