1. 14 Nov, 2013 1 commit
  2. 25 Jan, 2013 1 commit
    • Added git_branch_name(). · c253056d
      This is a convenience function to get the branch name of a given
      ref. The returned branch name is compatible with the name that can
      be supplied e.g. to git_branch_lookup(). That is, the prefixes
      "refs/heads" or "refs/remotes" are omitted.
      
      Also added a new test for testing the new function.
      Sebastian Bauer committed