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
path: root/src
AgeCommit message (Expand)Author
2014-02-19Improve error propagation in shallow callBen Straub
2014-02-16Check for EWOULDBLOCK as well as EAGAIN on write.brian m. carlson
2014-02-12Never convert CRLF->LFEdward Thomson
2014-02-12Merge pull request #2110 from libgit2/ed/crlf_inputRussell Belfer
2014-02-10refs: move current_id before the reflog parametersCarlos Martín Nieto
2014-02-10refs: conditional wording fixupsCarlos Martín Nieto
2014-02-10core.autocrlf=input w/ text=auto attr to workdirEdward Thomson
2014-02-08Add git_commit_amend APIRussell Belfer
2014-02-08Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer
2014-02-08Merge pull request #2042 from libgit2/cmn/conditional-refRussell Belfer
2014-02-08Fix some Windows warningsRussell Belfer
2014-02-07Merge pull request #2100 from libgit2/rb/update-pqueueVicent Marti
2014-02-06Correct default reflog message for git_remote_fetchBen Straub
2014-02-06Remove unused utf8 -> utf16 conversion codeEdward Thomson
2014-02-06Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuffBen Straub
2014-02-05Merge pull request #2094 from libgit2/cmn/push-non-commitRussell Belfer
2014-02-05Split p_strlen into its own headerCarlos Martín Nieto
2014-02-05utils: don't reimplement strnlenCarlos Martín Nieto
2014-02-05commit: faster parsingCarlos Martín Nieto
2014-02-05revparse: do look at all refs when matching textCarlos Martín Nieto
2014-02-05revwalk: remove usage of foreachCarlos Martín Nieto
2014-02-05revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto
2014-02-05revwalk: accept committish objectsCarlos Martín Nieto
2014-02-05refs: add an unconditional deleteCarlos Martín Nieto
2014-02-05refs: catch cases where the ref type has changedCarlos Martín Nieto
2014-02-05refs: check the ref's old value when deletingCarlos Martín Nieto
2014-02-05refs: placeholder conditional deleteCarlos Martín Nieto
2014-02-05refs: factor out old value comparisonCarlos Martín Nieto
2014-02-05refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto
2014-02-05refdb: add conditional symbolic updatesCarlos Martín Nieto
2014-02-05refs: fix leak on successful updateCarlos Martín Nieto
2014-02-05refs: return GIT_EMODIFIED if the ref target movedCarlos Martín Nieto
2014-02-05refs: changes from feedbackCarlos Martín Nieto
2014-02-05refs: conditional ref updatesCarlos Martín Nieto
2014-02-05Add reflog params to git_repository_detach_headBen Straub
2014-02-05Add reflog parameters to remote apisBen Straub
2014-02-05Add reflog parameters to git_push_update_tipsBen Straub
2014-02-05Avoid extra copying in pqueue operationsRussell Belfer
2014-02-05Fix reflog message when creating commitsBen Straub
2014-02-04Fix typo setting sorted flag when reloading indexRussell Belfer
2014-02-04Convert pqueue to just be a git_vectorRussell Belfer
2014-02-04Replace pqueue with code from hashsig heapRussell Belfer
2014-02-04Remove unused pointer assignmentEdward Thomson
2014-02-04Merge wd validation tests against index not HEADEdward Thomson
2014-02-04Add reset tests for reflogBen Straub
2014-02-04Add reflog parameters to git_resetBen Straub
2014-02-03Merge pull request #2095 from libgit2/update-head-reflogVicent Marti
2014-02-02Add `git_reference_is_note`.Arthur Schreiber
2014-02-02Check for errors when dereferencing symbolic refsBen Straub
2014-02-01Reflog: correct "new" id for reattaching HEADBen Straub