summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-133-4/+4
* checkout: better document the `baseline_index` optEdward Thomson2015-05-111-1/+9
* stash_apply: provide progress callbacksEdward Thomson2015-05-111-0/+38
* stash_apply: provide its own options structureEdward Thomson2015-05-111-17/+50
* stash apply: default to at least GIT_CHECKOUT_SAFEEdward Thomson2015-05-111-1/+3
* stash: document merge conflictsEdward Thomson2015-05-111-13/+11
* stash: refactor to use merge_iteratorsEdward Thomson2015-05-111-6/+6
* checkout: allow baseline to be specified as indexEdward Thomson2015-05-111-0/+1
* Added git_stash_apply() and git_stash_pop() APIsPierre-Olivier Latour2015-05-111-4/+64
* checkout: break case-changes into delete/addEdward Thomson2015-05-041-1/+6
* Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson2015-05-013-0/+37
|\
| * push: report the update plan to the callercmn/negotiation-notifyCarlos Martín Nieto2015-04-193-0/+37
* | Update documentation for API changesjamill/doc_updateJameson Miller2015-04-301-1/+2
* | rebase: correct documentation, CHANGELOGEdward Thomson2015-04-201-8/+8
* | rebase: include checkout opts within rebase optsEdward Thomson2015-04-201-2/+3
* | rebase: init and open take a rebase_optionsEdward Thomson2015-04-201-24/+30
* | rebase: take `checkout_options` where appropriateEdward Thomson2015-04-201-2/+9
* | reset: `git_checkout_options` is `const`Edward Thomson2015-04-201-2/+2
* | rebase: identify a rebase that has not startedEdward Thomson2015-04-201-0/+6
|/
* Merge pull request #2999 from pks-t/submodule-set-urlEdward Thomson2015-04-171-0/+16
|\
| * Implement git_submodule_set_branch.Patrick Steinhardt2015-04-121-0/+16
* | Merge pull request #3037 from libgit2/cmn/hide-then-pushEdward Thomson2015-04-161-8/+10
|\ \
| * | revwalk: reword the push textcmn/hide-then-pushCarlos Martín Nieto2015-04-131-8/+10
* | | Merge pull request #2974 from libgit2/cmn/clone-everythingEdward Thomson2015-04-101-0/+12
|\ \ \ | |/ / |/| |
| * | packbuilder: introduce git_packbuilder_insert_recur()Carlos Martín Nieto2015-03-171-0/+12
| |/
* | Entry argument passed to git_index_add_frombuffer() should be constPierre-Olivier Latour2015-04-031-1/+1
* | Merge pull request #2990 from leoyanggit/custom_paramEdward Thomson2015-03-241-4/+12
|\ \
| * | Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-181-4/+12
* | | Merge pull request #2947 from libgit2/cmn/notes-bufEdward Thomson2015-03-241-2/+2
|\ \ \
| * | | note: use a git_buf to return the default namespacecmn/notes-bufCarlos Martín Nieto2015-03-171-2/+2
| | |/ | |/|
* | | Merge pull request #2967 from jacquesg/merge-whitespaceEdward Thomson2015-03-181-3/+20
|\ \ \ | |/ / |/| |
| * | Added options to enable patience and minimal diff driversJacques Germishuys2015-03-161-0/+6
| * | Collapse whitespace flags into git_merge_file_flags_tJacques Germishuys2015-03-161-23/+11
| * | Renamed git_merge_options 'flags' to 'tree_flags'Jacques Germishuys2015-03-161-2/+2
| * | Allow for merges with whitespace discrepanciesJacques Germishuys2015-03-161-0/+23
* | | Merge pull request #2962 from libgit2/cmn/reflog-annotatedEdward Thomson2015-03-174-0/+69
|\ \ \
| * | | annotated_commit: provide a constructor from a revspecCarlos Martín Nieto2015-03-161-0/+17
| * | | Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto2015-03-163-0/+52
| |/ /
* | | Merge pull request #2972 from libgit2/cmn/pack-objects-walkEdward Thomson2015-03-171-0/+13
|\ \ \ | |/ / |/| |
| * | pack-objects: fill a packbuilder from a walkCarlos Martín Nieto2015-03-111-0/+13
| |/
* | Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2Carlos Martín Nieto2015-03-111-0/+32
|\ \ | |/ |/|
| * Add API to add a memory buffer to an indexDamien PROFETA2015-02-251-0/+32
* | config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-032-10/+34
* | repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-9/+3
* | push: remove reflog message overrideCarlos Martín Nieto2015-03-031-6/+5
* | branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-031-10/+2
* | reset: remove reflog message overrideCarlos Martín Nieto2015-03-031-8/+1
* | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-038-67/+46
* | Merge pull request #2908 from ethomson/safe_createCarlos Martín Nieto2015-03-033-24/+17
|\ \
| * | checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-273-24/+17
| |/