summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improvements to stopwatch implementationstopwatchPhilip Kelley2013-09-213-7/+23
* Add stopwatch APIs for timingPhilip Kelley2013-09-214-2/+207
* msvc: No void* arithmetic on WindowsVicent Marti2013-09-181-1/+1
* Merge pull request #1860 from libgit2/cmn/indexer-hashVicent Martí2013-09-171-19/+71
|\
| * indexer: don't reiterate the class in the messageCarlos Martín Nieto2013-09-181-3/+3
| * indexer: check the packfile trailer for correctnessCarlos Martín Nieto2013-09-181-17/+69
* | Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-177-20/+77
|\ \
| * | Can load default template directoryLinquize2013-09-183-5/+24
| * | Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize2013-09-182-1/+28
| * | Can guess win32 git template dirLinquize2013-09-172-2/+13
| * | Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameterLinquize2013-09-173-12/+12
* | | Merge pull request #1847 from libgit2/filters-alternativeVicent Martí2013-09-1767-730/+2743
|\ \ \
| * | | Update clar and recreate cl_assert_equal_szRussell Belfer2013-09-172-1/+5
| * | | Bug fixes and cleanupsRussell Belfer2013-09-177-68/+128
| * | | More filtering tests including orderRussell Belfer2013-09-174-7/+114
| * | | Some tests with ident and crlf filtersRussell Belfer2013-09-174-3/+79
| * | | Add clar helper to create new commit from indexRussell Belfer2013-09-1711-147/+93
| * | | Add clar helpers for testing file equalityRussell Belfer2013-09-175-80/+72
| * | | Fix cleanup issues with new testsRussell Belfer2013-09-171-1/+5
| * | | Fixing up some win32 issues with autocrlfRussell Belfer2013-09-173-6/+6
| * | | Fix win32 warningsRussell Belfer2013-09-171-3/+3
| * | | Make filter tests somewhat more robustRussell Belfer2013-09-172-3/+13
| * | | Rearrange clar submodule cleanup codeRussell Belfer2013-09-175-13/+13
| * | | Port tests from PR 1683Russell Belfer2013-09-177-56/+325
| * | | Move binary check to CRLF filter itselfRussell Belfer2013-09-172-1/+5
| * | | Merge git_buf and git_bufferRussell Belfer2013-09-1720-298/+206
| * | | Add ident filterRussell Belfer2013-09-1714-23/+355
| * | | Add functions to manipulate filter listsRussell Belfer2013-09-176-25/+181
| * | | Update filter registry codeRussell Belfer2013-09-172-58/+122
| * | | Add simple global shutdown hooksRussell Belfer2013-09-1710-45/+62
| * | | Fix longstanding valgrind warningRussell Belfer2013-09-171-1/+1
| * | | Hook up filter initialize callbackRussell Belfer2013-09-172-2/+34
| * | | Extend public filter api with filter listsRussell Belfer2013-09-1713-234/+297
| * | | Add attributes to filters and fix registryRussell Belfer2013-09-176-80/+364
| * | | Make git_filter_source opaqueRussell Belfer2013-09-173-11/+60
| * | | Create public filter object and use itRussell Belfer2013-09-1714-244/+497
| * | | Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-1714-45/+428
|/ / /
* | | Merge pull request #1833 from libgit2/cmn/config-includeVicent Martí2013-09-175-112/+336
|\ \ \ | |/ / |/| |
| * | config: handle realloc issues from larger depthsCarlos Martín Nieto2013-09-072-0/+23
| * | config: return an error when reaching the maximum include depthCarlos Martín Nieto2013-09-071-3/+4
| * | config: fix variable overridingCarlos Martín Nieto2013-09-073-1/+43
| * | config: refresh included filesCarlos Martín Nieto2013-09-072-5/+39
| * | config: keep a list of included filesCarlos Martín Nieto2013-09-071-47/+58
| * | config: add support for include directivesCarlos Martín Nieto2013-09-074-5/+106
| * | config: decouple the backend from the reader at the low levelCarlos Martín Nieto2013-09-051-84/+96
* | | Merge pull request #1857 from linquize/find-git-path-win32Vicent Martí2013-09-171-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix failure in win32_find_git_in_registry() when UAC is turned onLinquize2013-09-171-1/+1
| * | Fix failure in win32_find_git_in_registry()Linquize2013-09-171-1/+1
|/ /
* | Merge pull request #1856 from libgit2/cmn/no-orphansVicent Martí2013-09-1725-59/+59
|\ \
| * | No such thing as an orphan branchCarlos Martín Nieto2013-09-1725-59/+59