summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* hash_generic: __extension__ keyword for pedantryEdward Thomson2015-02-041-1/+1
* bswap: remove unused bswapEdward Thomson2015-02-032-98/+0
* Merge pull request #2819 from libgit2/cmn/config-get-pathEdward Thomson2015-01-261-0/+41
|\
| * config: add parsing and getter for pathscmn/config-get-pathCarlos Martín Nieto2015-01-141-0/+41
* | Merge pull request #2837 from swisspol/set_indexEdward Thomson2015-01-261-1/+1
|\ \
| * | Allow passing a NULL index to git_repository_set_index()Pierre-Olivier Latour2015-01-231-1/+1
* | | Merge pull request #2847 from jacquesg/coverityEdward Thomson2015-01-263-1/+8
|\ \ \
| * | | Ensure the diff hunk callback is specified before trying to dereference itJacques Germishuys2015-01-251-1/+2
| * | | Return early if allocating a git_pathspec_match_list failedJacques Germishuys2015-01-251-0/+3
| * | | Ensure git_index_entry is not NULL before trying to free itJacques Germishuys2015-01-251-0/+3
* | | | Merge pull request #2841 from swisspol/set_bareEdward Thomson2015-01-261-1/+1
|\ \ \ \
| * | | | Fixed git_repository_set_bare() not setting "core.bare" correctlyPierre-Olivier Latour2015-01-231-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2844 from rakuco/netinet-include-fixesEdward Thomson2015-01-261-0/+3
|\ \ \ \
| * | | | openssl: Add all required includes for AF_INET6 and in6_addr.Raphael Kubo da Costa2015-01-241-0/+3
| | |/ / | |/| |
* | | | pathspec: do not try to dereference NULLBoris Egorov2015-01-251-0/+3
|/ / /
* | | checkout: free last created directoryEdward Thomson2015-01-231-0/+1
|/ /
* | Merge pull request #2829 from jacquesg/dead-codeEdward Thomson2015-01-212-2/+2
|\ \
| * | Treat a NULL string as if it's emptyJacques Germishuys2015-01-201-1/+1
| * | Remove logically dead code (we're already asserting)Jacques Germishuys2015-01-201-1/+1
* | | checkout: remove files before writing new onesEdward Thomson2015-01-203-25/+100
* | | checkout: drop newline in error messageEdward Thomson2015-01-201-1/+1
* | | checkout: don't recreate previous directoryEdward Thomson2015-01-201-3/+19
* | | mkdir: walk up tree to mkdirEdward Thomson2015-01-201-11/+25
* | | git_path_join_unrooted: return base lenEdward Thomson2015-01-203-15/+34
* | | checkout: introduce git_checkout_perfdataEdward Thomson2015-01-203-50/+130
* | | Make binary detection work similar to vanilla gitSven Strickroth2015-01-201-1/+4
|/ /
* | diff: only compute patches when requestedEdward Thomson2015-01-201-5/+6
* | Remove strlen() calls from loop conditionMaks Naumov2015-01-151-1/+1
|/
* Merge branch 'pr/2740'Edward Thomson2015-01-143-44/+28
|\
| * Always use GIT_HASHSIG_SMART_WHITESPACE when diffing for mergesPierre-Olivier Latour2015-01-141-7/+1
| * Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour2015-01-142-37/+27
* | Merge commit '4b1018d24f980273528743c27c47ceb96cb720bd'Carlos Martín Nieto2015-01-091-1/+2
|\ \
| * | Fix crash in free() when git_buf_grow() fails.Jeff Hostetler2015-01-091-1/+2
* | | remote: plug leakEdward Thomson2015-01-081-5/+5
* | | Merge pull request #2802 from calavera/remote_create_prune_configEdward Thomson2015-01-081-13/+33
|\ \ \
| * | | Fix intentation.David Calavera2015-01-051-1/+1
| * | | Load prune configuration when a remote is created.David Calavera2015-01-051-14/+34
* | | | Add extern function to initialize submodule update options.David Calavera2015-01-071-0/+7
* | | | submodule: declare vars at top of func blockEdward Thomson2015-01-061-1/+4
* | | | Merge commit 'refs/pull/2632/head' of github.com:libgit2/libgit2Carlos Martín Nieto2015-01-051-18/+219
|\ \ \ \ | |/ / / |/| | |
| * | | Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-10/+197
| * | | submodule init should resolve relative url pathsJameson Miller2014-12-221-10/+24
| | |/ | |/|
* | | Fixed internal push state not being cleared on downloadPierre-Olivier Latour2015-01-011-0/+5
| |/ |/|
* | Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-302-0/+168
|\ \
| * | fetch: remove the prune setterCarlos Martín Nieto2014-12-141-5/+0
| * | fetch: perform prune in separate stepsCarlos Martín Nieto2014-12-141-45/+112
| * | fetch: prune after updating tipsCarlos Martín Nieto2014-12-141-3/+6
| * | Test that prune overlapping works as expected.David Calavera2014-12-141-1/+0
| * | remote: prune refs when fetchingLinquize2014-12-142-0/+104
* | | Merge pull request #2762 from libgit2/cmn/hide-pushEdward Thomson2014-12-303-12/+152
|\ \ \