Merge pull request #2592 from libgit2/cmn/describe
Implement git-describe
Showing
include/git2/describe.h
0 → 100644
src/describe.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/describe/describe.c
0 → 100644
tests/describe/describe_helpers.c
0 → 100644
tests/describe/describe_helpers.h
0 → 100644
tests/describe/t6120.c
0 → 100644
tests/resources/describe/.gitted/HEAD
0 → 100644
tests/resources/describe/.gitted/config
0 → 100644
tests/resources/describe/.gitted/index
0 → 100644
File added
tests/resources/describe/.gitted/logs/HEAD
0 → 100644
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
tests/resources/describe/.gitted/refs/tags/A
0 → 100644
tests/resources/describe/.gitted/refs/tags/B
0 → 100644
tests/resources/describe/.gitted/refs/tags/D
0 → 100644
tests/resources/describe/.gitted/refs/tags/R
0 → 100644
tests/resources/describe/.gitted/refs/tags/c
0 → 100644
tests/resources/describe/.gitted/refs/tags/e
0 → 100644
tests/resources/describe/another
0 → 100644
tests/resources/describe/file
0 → 100644
tests/resources/describe/side
0 → 100644
Please
register
or
sign in
to comment