summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
...
| * | | refs: conditional ref updatesCarlos Martín Nieto2014-02-052-6/+46
| |/ /
* | | Merge pull request #2094 from libgit2/cmn/push-non-commitRussell Belfer2014-02-051-4/+10
|\ \ \
| * | | revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto2014-02-051-0/+6
| * | | revwalk: accept committish objectsCarlos Martín Nieto2014-02-051-4/+4
| |/ /
* | | docs: produce literal asterisksCarlos Martín Nieto2014-02-051-2/+2
|/ /
* | Add `git_reference_is_note`.Arthur Schreiber2014-02-021-0/+10
* | Document branch-creation reflog betterBen Straub2014-01-301-1/+3
* | Ensure renaming a reference updates the reflogBen Straub2014-01-301-1/+5
* | Add reflog parameters to git_branch_moveBen Straub2014-01-301-1/+7
* | Augment clone API with reflog parametersBen Straub2014-01-301-1/+6
* | Add reflog params to git_branch_createBen Straub2014-01-301-1/+7
* | Add reflog params to set-head callsBen Straub2014-01-301-2/+10
* | Some fixes for Windows x64 warningsRussell Belfer2014-01-301-1/+1
* | Make submodule fetchRecurse match other optionsRussell Belfer2014-01-302-13/+19
* | Some missing oid to id renamesRussell Belfer2014-01-301-2/+3
* | Add `git_graph_descendant_of`.Arthur Schreiber2014-01-281-0/+14
* | Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti2014-01-276-15/+15
|\ \
| * | merge: rename _oid() -> id()Carlos Martín Nieto2014-01-251-4/+4
| * | diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto2014-01-251-1/+1
| * | diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-2/+2
| * | tree: remove legacy 'oid' namingCarlos Martín Nieto2014-01-251-3/+3
| * | commit: remvoe legacy 'oid' namingCarlos Martín Nieto2014-01-251-1/+1
| * | index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
| * | note: rename the id getter to git_note_id()Carlos Martín Nieto2014-01-241-3/+3
* | | refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-4/+3
* | | messsage: use git_buf in prettify()Carlos Martín Nieto2014-01-271-12/+5
* | | config: use git_buf for returning pathsCarlos Martín Nieto2014-01-271-13/+11
* | | branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-271-21/+10
* | | repository: move to use a git_buf for outputting stringsCarlos Martín Nieto2014-01-271-19/+7
* | | Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-1/+1
* | | Add some missing const declarations.Arthur Schreiber2014-01-261-6/+6
|/ /
* | Drop git_patch_to_strNicolas Hake2014-01-221-11/+0
* | Expose patch serialization to git_bufNicolas Hake2014-01-221-0/+10
* | Support union mergesEdward Thomson2014-01-201-0/+3
* | Remove the "merge none" flagEdward Thomson2014-01-201-5/+2
* | Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-201-0/+7
* | merge_file should use more aggressive levelsEdward Thomson2014-01-201-7/+14
* | "Uninitialized" submodules are "unmodified"Edward Thomson2014-01-201-1/+2
* | Revert a wrong doc change.Arthur Schreiber2014-01-161-1/+1
* | Fix some documentation issues.Arthur Schreiber2014-01-161-6/+6
* | refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-128/+24
* | Align git_tree_entry_dup.Arthur Schreiber2014-01-141-3/+4
* | Align git_signature_dup.Arthur Schreiber2014-01-141-3/+4
* | Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+12
* | Handle git_buf's from users more liberallyEdward Thomson2014-01-081-1/+1
* | Fix spelling mistakeJohn Crepezzi2014-01-041-1/+1
* | Merge pull request #2022 from KTXSoftware/developmentRussell Belfer2014-01-031-0/+8
|\ \
| * | Read the submodule branch option from Git 1.8.2.Robert Konrad2014-01-021-0/+8
* | | Fix warnings with submodule changesRussell Belfer2014-01-021-1/+1
|/ /
* | Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' valueLinquize2013-12-311-2/+15