summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2846 from JIghtuse/masterCarlos Martín Nieto2015-01-261-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | pathspec: do not try to dereference NULLBoris Egorov2015-01-251-0/+3
|/ / /
* | | Merge pull request #2834 from ethomson/memleakEdward Thomson2015-01-221-0/+1
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge pull request #2823 from ethomson/appveyor_badgeEdward Thomson2015-01-201-1/+1
|\ \ \
| * | | README: Point to libgit2 account's AppVeyor badgeEdward Thomson2015-01-161-1/+1
* | | | checkout tests: cleanup realpath impl on Win32Edward Thomson2015-01-201-36/+6
* | | | checkout tests: emulate p_realpath poorly on Win32Edward Thomson2015-01-201-1/+64
* | | | checkout: remove files before writing new onesEdward Thomson2015-01-206-27/+207
* | | | checkout: drop newline in error messageEdward Thomson2015-01-201-1/+1
* | | | checkout tests: nasty symlinksEdward Thomson2015-01-2018-3/+50
* | | | checkout: don't recreate previous directoryEdward Thomson2015-01-201-3/+19
* | | | mkdir: walk up tree to mkdirEdward Thomson2015-01-202-11/+26
* | | | git_path_join_unrooted: return base lenEdward Thomson2015-01-204-15/+81
* | | | checkout: introduce git_checkout_perfdataEdward Thomson2015-01-205-50/+174
* | | | Merge pull request #2704Edward Thomson2015-01-2012-3/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | Add files and tests with many UTF-8 chars and few UTF-8 charsLinquize2015-01-209-1/+31
| * | | Make binary detection work similar to vanilla gitSven Strickroth2015-01-203-2/+8
|/ / /
* | | Merge pull request #2828 from ethomson/treediff_dont_patchCarlos Martín Nieto2015-01-201-5/+6
|\ \ \ | |/ / |/| |
| * | diff: only compute patches when requestedEdward Thomson2015-01-201-5/+6
|/ /
* | Merge pull request #2821 from maksqwe/strlen_optimizationCarlos Martín Nieto2015-01-151-1/+1
|\ \ | |/ |/|
| * Remove strlen() calls from loop conditionMaks Naumov2015-01-151-1/+1
|/
* CHANGELOG: include small file similarity detectionEdward Thomson2015-01-141-0/+2
* Merge pull request #2818 from leoyanggit/openssl_optionEdward Thomson2015-01-141-1/+2
|\
| * Add option to turn off OpenSSLLeo Yang2015-01-131-1/+2
* | Merge branch 'pr/2740'Edward Thomson2015-01-147-85/+118
|\ \
| * | 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-146-78/+117
* | | Merge pull request #2817 from PeterDaveHello/patch-1nulltoken2015-01-131-1/+1
|\ \ \
| * | | Use svg instead of png to get better image qualityPeter Dave Hello2015-01-141-1/+1
* | | | Pre-fill the changelog with the subheadingsCarlos Martín Nieto2015-01-131-0/+8
|/ / /
* | | Merge pull request #2815 from ethomson/examplev0.22.0Carlos Martín Nieto2015-01-121-3/+9
|\ \ \
| * | | clone example: don't divide by zeroEdward Thomson2015-01-101-3/+9
|/ / /
* | | Reformat the changelogv0.22.0-rc2Carlos Martín Nieto2015-01-101-146/+158
* | | Merge commit '4b1018d24f980273528743c27c47ceb96cb720bd'Carlos Martín Nieto2015-01-092-1/+33
|\ \ \
| * | | Fix crash in free() when git_buf_grow() fails.Jeff Hostetler2015-01-092-1/+33
* | | | Fix warningCarlos Martín Nieto2015-01-091-1/+1
* | | | Merge pull request #2810 from ethomson/remove_symlinksCarlos Martín Nieto2015-01-092-10/+40
|\ \ \ \
| * | | | repo::init test: create hook symlinkEdward Thomson2015-01-082-10/+40
| | |_|/ | |/| |
* | | | Merge pull request #2811 from ethomson/remote_leakEdward Thomson2015-01-082-6/+10
|\ \ \ \
| * | | | submodule::init tests: free some leaksEdward Thomson2015-01-081-1/+5
| * | | | remote: plug leakEdward Thomson2015-01-081-5/+5
|/ / / /
* | | | Merge pull request #2802 from calavera/remote_create_prune_configEdward Thomson2015-01-082-13/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Fix more indentation.David Calavera2015-01-071-1/+1
| * | | Fix intentation.David Calavera2015-01-052-2/+2
| * | | Load prune configuration when a remote is created.David Calavera2015-01-052-14/+78
* | | | Add extern function to initialize submodule update options.David Calavera2015-01-073-3/+30