Closed jjlin closed 11 years ago
Good catch. I'll merge as soon as I have run the testsuite, unless you already did?
Nah I didn't run it, but it was my bug from when I switched from --short
to using basename
instead.
Merging. I have a test ready to check for that bug. Writing tests is getting easier and easier now :-)
Good to know. I may even try writing one someday. :)
Instead of using basename, just remove the "refs/heads/" prefix. With basename, branch names like "foo/bar" become just "bar".