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
2014-02-10refs: move current_id before the reflog parametersCarlos Martín Nieto
2014-02-10refs: conditional wording fixupsCarlos Martín Nieto
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-06Correct default reflog message for git_remote_fetchBen Straub
2014-02-06Fix terrible indentationBen Straub
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-05docs: produce literal asterisksCarlos 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: check the ref's old value when deletingCarlos Martín Nieto
2014-02-05refs: placeholder conditional deleteCarlos 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: 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-04Add reflog parameters to git_resetBen Straub
2014-02-02Add `git_reference_is_note`.Arthur Schreiber
2014-01-31Document branch-creation reflog betterBen Straub
2014-01-31Ensure renaming a reference updates the reflogBen Straub
2014-01-31Add reflog parameters to git_branch_moveBen Straub
2014-01-31Augment clone API with reflog parametersBen Straub
2014-01-31Add reflog params to git_branch_createBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2014-01-30Some fixes for Windows x64 warningsRussell Belfer
2014-01-30Make submodule fetchRecurse match other optionsRussell Belfer
2014-01-30Some missing oid to id renamesRussell Belfer
2014-01-28Add `git_graph_descendant_of`.Arthur Schreiber
2014-01-27Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti
2014-01-27refspec: move to git_buf for outputting stringsCarlos Martín Nieto
2014-01-27messsage: use git_buf in prettify()Carlos Martín Nieto
2014-01-27config: use git_buf for returning pathsCarlos Martín Nieto
2014-01-27branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto
2014-01-27repository: move to use a git_buf for outputting stringsCarlos Martín Nieto
2014-01-26Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber
2014-01-26Add some missing const declarations.Arthur Schreiber
2014-01-25merge: rename _oid() -> id()Carlos Martín Nieto
2014-01-25diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2014-01-25tree: remove legacy 'oid' namingCarlos Martín Nieto
2014-01-25commit: remvoe legacy 'oid' namingCarlos Martín Nieto
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2014-01-24note: rename the id getter to git_note_id()Carlos Martín Nieto