summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* note: use a git_buf to return the default namespacecmn/notes-bufCarlos Martín Nieto2015-03-171-2/+2
* 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
* Clarified git_repository_is_empty() documentationPierre-Olivier Latour2015-01-271-2/+2
* Merge pull request #2819 from libgit2/cmn/config-get-pathEdward Thomson2015-01-261-0/+32
|\
| * config: add parsing and getter for pathscmn/config-get-pathCarlos Martín Nieto2015-01-141-0/+32
* | Merge pull request #2839 from swisspol/typoEdward Thomson2015-01-261-1/+1
|\ \
| * | Fixed typo in git_repository_reinit_filesystem() documentationPierre-Olivier Latour2015-01-231-1/+1
* | | Make sure sys/repository.h includes the required headersPierre-Olivier Latour2015-01-231-0/+3
|/ /
* | checkout: remove files before writing new onesEdward Thomson2015-01-201-0/+8
* | mkdir: walk up tree to mkdirEdward Thomson2015-01-201-0/+1
* | checkout: introduce git_checkout_perfdataEdward Thomson2015-01-201-0/+15
|/
* Merge branch 'pr/2740'Edward Thomson2015-01-141-22/+49
|\
| * Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour2015-01-141-22/+49
* | Add extern function to initialize submodule update options.David Calavera2015-01-071-3/+18
* | Merge pull request #2799 from ethomson/merge_docCarlos Martín Nieto2015-01-051-0/+8
|\ \
| * | Better document `git_merge_commits`Edward Thomson2015-01-051-0/+8
* | | Bump version to 0.22Carlos Martín Nieto2015-01-051-3/+3
* | | Merge commit 'refs/pull/2632/head' of github.com:libgit2/libgit2Carlos Martín Nieto2015-01-051-1/+65
|\ \ \ | |/ / |/| |
| * | Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-1/+65
| |/
* | Include git2/common.h in sys/openssl.h.David Calavera2015-01-021-1/+1
* | Fixed git_revert() documentationPierre-Olivier Latour2014-12-301-1/+1
* | Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-301-0/+16
|\ \
| * | fetch: remove the prune setterCarlos Martín Nieto2014-12-141-10/+0
| * | remote: prune refs when fetchingLinquize2014-12-141-0/+26