summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-012-0/+18
* index: Fix testsVicent Marti2012-11-016-8/+6
* index: Add git_index_write_treeVicent Marti2012-11-015-32/+84
* index: Switch to git_futils_filestampVicent Marti2012-11-012-20/+18
* Hide deprecations on MacOSRussell Belfer2012-11-011-0/+3
* Merge pull request #1036 from jamill/text_statRussell Belfer2012-11-011-4/+0
|\
| * Update of text stats calculationJameson Miller2012-11-011-4/+0
|/
* Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-0128-1561/+2526
|\
| * Http: Set an error for invalid content-typePhilip Kelley2012-11-011-1/+3
| * Fix a bug in cl_setenv on Windows XPPhilip Kelley2012-11-011-1/+5
| * Improve consistency of WinHTTP request headersPhilip Kelley2012-11-011-1/+18
| * Reorganize transport architecture (squashed 3)Philip Kelley2012-11-0127-1559/+2501
* | Merge branch 'config-refresh' into developmentVicent Marti2012-10-3112-43/+273
|\ \
| * | I LIKE THESE NAMESVicent Marti2012-10-314-15/+15
| * | Better naming for file timestamp/size checkerRussell Belfer2012-10-314-31/+57
| * | Add git_config_refresh() API to reload configRussell Belfer2012-10-3012-41/+245
* | | Checkout: remove duplicate 100% progress reportBen Straub2012-10-311-2/+0
* | | Ensure that non-error is not propagatedBen Straub2012-10-311-0/+1
|/ /
* | Merge pull request #1017 from arrbee/diff-patch-to-strVicent Martí2012-10-304-0/+228
|\ \
| * | Add git_diff_patch_printRussell Belfer2012-10-252-14/+41
| * | Check errors while generating diff patch stringRussell Belfer2012-10-251-4/+11
| * | Add git_diff_patch_to_str APIRussell Belfer2012-10-244-0/+194
* | | Merge pull request #1026 from nulltoken/repo/stateVicent Martí2012-10-305-15/+100
|\ \ \
| * | | repo: enhance git_repository_state() detectionnulltoken2012-10-275-15/+98
| * | | tests: fix a memory leaknulltoken2012-10-271-0/+2
* | | | Merge pull request #1029 from ethomson/index_refactorVicent Martí2012-10-3076-267/+1480
|\ \ \ \
| * | | | index refactoringEdward Thomson2012-10-2976-267/+1480
* | | | | Fix a couple of warningsMichael Schubert2012-10-303-3/+5
|/ / / /
* | | | Fetch: don't clobber received countBen Straub2012-10-292-7/+7
* | | | Merge pull request #1027 from PaulThompson/cmake-flags-cleanVicent Martí2012-10-291-6/+10
|\ \ \ \
| * | | | Leave CMAKE_BUILD_TYPE absent on those generators which don't use it.Paul Thompson2012-10-281-4/+9
| * | | | Removed overwrite of CMAKE_C_FLAGS_DEBUG.Paul Thompson2012-10-281-1/+0
| * | | | Remove "-O2 -g" from default CMAKE_C_FLAGS.Paul Thompson2012-10-281-1/+1
| * | | | Remove duplicate CMAKE_C_FLAGS inside CMAKE_C_FLAGS_DEBUG.Paul Thompson2012-10-281-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #796 from nulltoken/topic/git-stashVicent Martí2012-10-2917-100/+1585
|\ \ \ \ | |/ / / |/| | |
| * | | stash: add git_stash_drop()nulltoken2012-10-264-1/+182
| * | | stash: add git_stash_foreach()nulltoken2012-10-263-0/+201
| * | | stash: add git_stash_save()nulltoken2012-10-266-0/+1089
| * | | error: add GITERR_STASH error typenulltoken2012-10-261-0/+1
| * | | refs: add GIT_REFS_STASH_FILE definenulltoken2012-10-261-0/+3
| * | | index: introduce git_index_owner()nulltoken2012-10-262-0/+13
| * | | reflog: fix bogus removal of reflog entriesnulltoken2012-10-262-30/+21
| * | | reflog: create reflog and its directory structurenulltoken2012-10-261-1/+4
| * | | reflog: Make git_reflog_free() accept null paramnulltoken2012-10-261-0/+3
| * | | reflog: fix documentation typosnulltoken2012-10-261-3/+3
| * | | message: reorganize testsnulltoken2012-10-262-65/+65
| |/ /
* | | Add network transfer callbacks on WindowsBen Straub2012-10-261-0/+1
|/ /
* | Merge pull request #1021 from ethomson/cmake_vsVicent Martí2012-10-251-0/+3
|\ \
| * | remove /ZM1000 from msvc buildsEdward Thomson2012-10-251-0/+3
| |/
* | Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-2516-35/+970
|\ \