summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* allocations: test for overflow of requested sizeEdward Thomson2015-02-1247-117/+488
* Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto2015-02-1212-125/+318
|\
| * remove some unused warningsEdward Thomson2015-02-041-3/+2
| * checkout: hold seen dir paths in a mapEdward Thomson2015-02-043-49/+76
| * attr_session: keep a temp bufferEdward Thomson2015-02-043-3/+9
| * checkout: cache system attributes file locationEdward Thomson2015-02-043-17/+65
| * attrcache: don't re-read attrs during checkoutEdward Thomson2015-02-0310-59/+172
* | Merge pull request #2862 from jeffhostetler/jeffhostetler/bug/branch_create_a...Carlos Martín Nieto2015-02-121-0/+9
|\ \
| * | Fix branch creation when branch name matches namespace of previously deleted ...Jeff Hostetler2015-02-031-0/+9
| |/
* | Merge pull request #2880 from ethomson/mkdir_rootCarlos Martín Nieto2015-02-122-17/+20
|\ \
| * | mkdir: respect the root pathEdward Thomson2015-02-051-11/+18
| * | stat: don't remove trailing '/' from root on win32Edward Thomson2015-02-051-6/+2
* | | Credit utf8proc for utf8 iteratorEdward Thomson2015-02-101-0/+25
* | | repository: parse init.templatedir as a pathcmn/template-pathCarlos Martín Nieto2015-02-061-1/+2
|/ /
* | Merge pull request #2867 from ethomson/8dot3Edward Thomson2015-02-051-1/+2
|\ \
| * | win32: cleanup 8.3 disabled testsEdward Thomson2015-02-031-1/+2
| * | Fix test failures when 8.3 is disabledLinquize2015-01-311-1/+1
| |/
* | 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