summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | win32: add the patch level to the .dll fileversionEdward Thomson2015-03-021-0/+1
|/
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-192-7/+7
* git_writestream: from git_filter_streamEdward Thomson2015-02-183-13/+13
* filters: introduce streaming filtersEdward Thomson2015-02-173-0/+33
* Merge pull request #2831 from ethomson/merge_lockCarlos Martín Nieto2015-02-151-1/+7
|\
| * checkout: introduce GIT_CHECKOUT_DONT_WRITE_INDEXEdward Thomson2015-02-141-1/+7
* | rebase: allow `NULL` branch to indicate `HEAD`Edward Thomson2015-02-131-1/+2
|/
* Merge pull request #2893 from phatblat/ben/pr/doc-commentsCarlos Martín Nieto2015-02-119-23/+22
|\
| * Use correct Doxygen trailing comment syntaxBen Chatelain2015-02-103-7/+7
| * Fix doc comment formattingBen Chatelain2015-02-109-23/+22
* | Fixed error when including git2/include/sys/stream.hJohn Haley2015-02-111-0/+2
|/
* diff docs: update `git_diff_delta` descriptionEdward Thomson2015-02-032-9/+6