Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-27Fix portability issues on WindowsRussell Belfer
2013-02-22branch: refactor git_branch_remote_name() testsnulltoken
2013-02-22branch: Make git_branch_remote_name() cope with orphaned headsnulltoken
2013-02-12remote: Introduce git_remote_is_valid_name()nulltoken
2013-02-12refs: No component of a refname can end with '.lock'nulltoken
2013-02-11Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer
2013-02-11Merge pull request #1323 from jamill/resolve_remotePhilip Kelley
2013-02-11Teach remote branch to return its remoteJameson Miller
2013-02-09tests: fix whitespace in refs/rename.cScott J. Goldman
2013-02-05Fix MSVC compilation warningsnulltoken
2013-02-03revparse: Lookup sha before branchnulltoken
2013-02-03revparse: Lookup branch before described tagnulltoken
2013-01-31refs: handle ALLOW_ONELEVEL normalization with leading slashCarlos Martín Nieto
2013-01-25Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer
2013-01-25Added git_branch_name().Sebastian Bauer
2013-01-23Seperate out a new test that verifies packed-refs with no trailing newlineScott J. Goldman
2013-01-17branch: Introduce git_branch_tracking_name()nulltoken
2013-01-04Add jGit license block to derrived testsMartin Woodward
2012-12-10Clean up GCC build warningsBen Straub
2012-12-05Merge pull request #1115 from ben/struct-versionsVicent Martí
2012-12-01revparse: Deploy EINVALIDSPEC usagenulltoken
2012-12-01revparse: remove timezone setup in testsnulltoken
2012-12-01object: refine git_object_peel() error reportnulltoken
2012-12-01branch: Deploy EINVALIDSPEC usagenulltoken
2012-12-01reflog: Deploy EINVALIDSPEC usagenulltoken
2012-12-01refs: cover git_reference_name_to_oid() unfound behaviornulltoken
2012-12-01refs: Deploy EINVALIDSPEC usagenulltoken
2012-12-01tests: drop unused variablesnulltoken
2012-12-01Fix compilation warningsnulltoken
2012-12-01Cleanup nitpicky thingsBen Straub
2012-11-28tracking: fix retrieval of the tracking ref of branch with empty merge and/or...nulltoken
2012-11-28tracking: remove code duplication in testnulltoken
2012-11-28Fix warningBen Straub
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28More external API cleanupVicent Marti
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-23Reset all static variables to NULL in clar's __cleanupSascha Cunz
2012-11-18reflog: make entry_byindex() and drop() git compliantnulltoken
2012-11-12repository: Refine repository_head() error reportnulltoken
2012-10-26reflog: fix bogus removal of reflog entriesnulltoken
2012-10-25branch: rename config section upon movingnulltoken
2012-10-25branch: remove config section upon deletionnulltoken
2012-10-20test: extract make_head_orphaned() logicnulltoken
2012-10-20tests: leverage git_repository_detach_head()nulltoken
2012-10-20errors: deploy GIT_EORPHANEDHEAD usagenulltoken
2012-10-19branch: allow deletion of branch when HEAD's missingnulltoken
2012-10-19refs: cover more refname validity edge casesnulltoken
2012-10-19revparse: properly handle refnames containing a @nulltoken
2012-10-15Fix leak in the testsCarlos Martín Nieto
2012-10-15refs: loosen the OID parsingCarlos Martín Nieto