Name |
Last commit
|
Last update |
---|---|---|
.. | ||
benchmarks | ||
clar | ||
headertest | ||
libgit2 | ||
resources | ||
util | ||
CMakeLists.txt | ||
README.md |
I want to push a commit by OID to a remote branch. Currently, push parses the refspecs such that the source must be the name of a ref (it uses git_reference_name_to_id to resolve it). This commit changes it so push uses git_revparse_single to resolve the source of the refspec. This allows for OIDs or other revs (e.g. `HEAD~2`) to be pushed.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
benchmarks | Loading commit data... | |
clar | Loading commit data... | |
headertest | Loading commit data... | |
libgit2 | Loading commit data... | |
resources | Loading commit data... | |
util | Loading commit data... | |
CMakeLists.txt | Loading commit data... | |
README.md | Loading commit data... |