libgit2/tests-clar/refs/branches
Sebastian Bauer c253056d24 Added git_branch_name().
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.
2013-01-25 05:24:21 +01:00
..
create.c branch: Deploy EINVALIDSPEC usage 2012-12-01 08:34:28 +01:00
delete.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
foreach.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
ishead.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
lookup.c branch: Deploy EINVALIDSPEC usage 2012-12-01 08:34:28 +01:00
move.c branch: Deploy EINVALIDSPEC usage 2012-12-01 08:34:28 +01:00
name.c Added git_branch_name(). 2013-01-25 05:24:21 +01:00
tracking.c Clean up GCC build warnings 2012-12-10 10:05:31 -08:00
trackingname.c branch: Introduce git_branch_tracking_name() 2013-01-16 22:56:13 +01:00