summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | branch: constness fixesCarlos Martín Nieto2014-03-172-2/+2
|/
* refs: fix copy-paste doc errorCarlos Martín Nieto2014-03-131-1/+1
* Add git_submodule_resolve_url()Jan Melcher2014-03-101-0/+10
* Merge pull request #2028 from libgit2/options-namesVicent Marti2014-03-074-29/+29
|\
| * git_revert_opts -> git_revert_optionsoptions-namesBen Straub2014-03-061-9/+9
| * git_checkout_opts -> git_checkout_optionsBen Straub2014-03-064-21/+21
* | Merge pull request #2153 from mekishizufu/tag_exampleRussell Belfer2014-03-071-1/+1
|\ \ | |/ |/|
| * Fix typoJiri Pospisil2014-03-051-1/+1
* | Revert pull request #1997revert-1997Vicent Marti2014-03-061-1/+1
* | Merge pull request #1997 from mgbowen/merge-options-init-fixVicent Marti2014-03-061-1/+1
|\ \
| * | Fix GIT_MERGE_OPTS_INIT on MSVC.Matthew Bowen2013-12-091-1/+1
* | | Added function-based initializers for every options struct.Matthew Bowen2014-03-0514-0/+206
* | | Add git_object_short_id API to get short id stringRussell Belfer2014-03-041-0/+10
* | | Add exists_prefix to ODB backend and ODB APIRussell Belfer2014-03-042-5/+18
| |/ |/|
* | Fix the description for `GIT_FEATURE_SSH`.Arthur Schreiber2014-03-031-1/+1
* | features: Rename `_HAS_` to `_FEATURE_`vmg/featuresVicent Marti2014-03-031-7/+7
* | caps: Rename the enum name too!Vicent Marti2014-03-031-1/+1
* | caps: Rename to features to avoid confusionVicent Marti2014-03-031-8/+13
* | Add buffer to buffer diff and patch APIsRussell Belfer2014-02-272-0/+61
* | Merge pull request #2137 from jru/blame-first-parentBen Straub2014-02-261-0/+3
|\ \
| * | Document enumerator and rewordingJuan Rubén2014-02-241-1/+2
| * | Add option to limit blame to first parentJuan Rubén2014-02-231-0/+2
* | | Improve documentation for mergingEdward Thomson2014-02-211-33/+127
* | | Address PR commentsRussell Belfer2014-02-202-13/+6
* | | Make git_oid_equal a non-inline APIRussell Belfer2014-02-201-4/+1
|/ /
* | refs: move current_id before the reflog parametersCarlos Martín Nieto2014-02-101-4/+4
* | refs: conditional wording fixupsCarlos Martín Nieto2014-02-101-8/+11
* | Add git_commit_amend APIRussell Belfer2014-02-072-10/+75
* | Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer2014-02-074-5/+39
|\ \
| * | Correct default reflog message for git_remote_fetchBen Straub2014-02-061-1/+2
| * | Fix terrible indentationBen Straub2014-02-062-2/+2
| * | Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuffBen Straub2014-02-051-6/+12
| |\ \
| * | | Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+5
| * | | Add reflog parameters to remote apisBen Straub2014-02-041-2/+14
| * | | Add reflog parameters to git_push_update_tipsBen Straub2014-02-041-1/+7
| * | | Add reflog parameters to git_resetBen Straub2014-02-031-1/+12
* | | | Merge pull request #2042 from libgit2/cmn/conditional-refRussell Belfer2014-02-073-9/+106
|\ \ \ \ | |_|/ / |/| | |
| * | | refs: add an unconditional deleteCarlos Martín Nieto2014-02-051-0/+11
| * | | refs: check the ref's old value when deletingCarlos Martín Nieto2014-02-051-1/+4
| * | | refs: placeholder conditional deleteCarlos Martín Nieto2014-02-051-1/+1
| * | | refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto2014-02-051-0/+40
| * | | refdb: add conditional symbolic updatesCarlos Martín Nieto2014-02-051-1/+1
| * | | refs: return GIT_EMODIFIED if the ref target movedCarlos Martín Nieto2014-02-052-2/+5
| * | | refs: changes from feedbackCarlos Martín Nieto2014-02-051-1/+1
| * | | 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