| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The new tests don't always want to use the same fixture data as
the old ones so this makes it configurable on a per-test basis.
|
|
|
|
|
|
|
|
|
|
| |
The git_reference_next API silently skips invalid references when
scanning the loose refs. The git_reference_next_name API should
skip the same ones even though it isn't creating the reference
object.
This adds a test with a an invalid loose reference and makes sure
that both APIs skip the same entries and generate the same results.
|
|
|
|
|
|
| |
All the hard work is already in revparse.
Signed-off-by: Greg Price <price@mit.edu>
|
|
|
|
| |
Signed-off-by: Greg Price <price@mit.edu>
|
|
|
|
|
|
|
|
|
|
|
| |
The purported command output was already inaccurate, as the refs
aren't where it shows. In any event, the labels a reader of this
file really needs are the indices used in commit_sorting_*, to make
it possible to understand them by referring directly from those
arrays to the diagram rather than from the index arrays, to commit_ids,
to the diagram. Add those.
Signed-off-by: Greg Price <price@mit.edu>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without this change, any failed assertion in the second (or a later) test
inside a test suite has a chance of double deleting memory, resulting in
a heap corruption. See #1096 for details.
This leaves alone the test cases where we "just" use cl_git_sandbox_init()
and cl_git_sandbox_cleanup(). These methods already take good care to not
double delete a repository.
Fixes #1096
|
|
|
|
|
| |
Check the type of the pushed object immediately instead of starting the
walk and failing in between.
|
| |
|
| |
|
|
|
|
|
| |
Nothing should be hidden and this shouldn't bother the merge base
calculation.
|
|
|
|
|
|
| |
The code was already there, so factor it out and let users push an OID
by giving it a reference name. Only refs to commits are
supported. Annotated tags will throw an error.
|
| |
|
|
|
|
|
|
| |
It's not unusual to want the walker to act on HEAD, so add a
convencience function for the case that the user doesn't already have
a resolved HEAD reference.
|
| |
|
|
|