summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-011-0/+5
* index: Fix testsVicent Marti2012-11-013-4/+2
* index: Add git_index_write_treeVicent Marti2012-11-013-14/+52
* index: Switch to git_futils_filestampVicent Marti2012-11-012-20/+18
* Update of text stats calculationJameson Miller2012-11-011-4/+0
* Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-0122-1557/+2249
|\
| * Http: Set an error for invalid content-typePhilip Kelley2012-11-011-1/+3
| * Improve consistency of WinHTTP request headersPhilip Kelley2012-11-011-1/+18
| * Reorganize transport architecture (squashed 3)Philip Kelley2012-11-0122-1556/+2229
* | Merge branch 'config-refresh' into developmentVicent Marti2012-10-3110-43/+192
|\ \
| * | 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-3010-41/+164
* | | 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-301-0/+71
|\ \
| * | Add git_diff_patch_printRussell Belfer2012-10-251-13/+23
| * | Check errors while generating diff patch stringRussell Belfer2012-10-251-4/+11
| * | Add git_diff_patch_to_str APIRussell Belfer2012-10-241-0/+54
* | | Merge pull request #1026 from nulltoken/repo/stateVicent Martí2012-10-302-1/+26
|\ \ \
| * | | repo: enhance git_repository_state() detectionnulltoken2012-10-272-1/+26
* | | | Merge pull request #1029 from ethomson/index_refactorVicent Martí2012-10-309-90/+562
|\ \ \ \
| * | | | index refactoringEdward Thomson2012-10-299-90/+562
* | | | | Fix a couple of warningsMichael Schubert2012-10-301-1/+1
|/ / / /
* | | | Fetch: don't clobber received countBen Straub2012-10-291-1/+2
* | | | Merge pull request #796 from nulltoken/topic/git-stashVicent Martí2012-10-294-8/+681
|\ \ \ \ | |_|_|/ |/| | |
| * | | stash: add git_stash_drop()nulltoken2012-10-262-1/+41
| * | | stash: add git_stash_foreach()nulltoken2012-10-261-0/+42
| * | | stash: add git_stash_save()nulltoken2012-10-261-0/+577
| * | | refs: add GIT_REFS_STASH_FILE definenulltoken2012-10-261-0/+3
| * | | index: introduce git_index_owner()nulltoken2012-10-261-0/+5
| * | | reflog: fix bogus removal of reflog entriesnulltoken2012-10-261-6/+6
| * | | reflog: create reflog and its directory structurenulltoken2012-10-261-1/+4
| * | | reflog: Make git_reflog_free() accept null paramnulltoken2012-10-261-0/+3
| |/ /
* | | Add network transfer callbacks on WindowsBen Straub2012-10-261-0/+1
|/ /
* | Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-258-30/+549
|\ \
| * | remote: introduce git_remote_rename()nulltoken2012-10-251-0/+285
| * | buf: introduce git_buf_splice()nulltoken2012-10-252-0/+53
| * | refspec: introduce git_refspec__serialize()nulltoken2012-10-253-7/+17
| * | remote: remove some code duplicationnulltoken2012-10-251-27/+48
| * | remote: prevent from saving a nameless remotenulltoken2012-10-251-0/+29
| * | config: introduce git_config_rename_section()nulltoken2012-10-253-87/+113
| * | branch: rename config section upon movingnulltoken2012-10-251-12/+58
| * | branch: remove config section upon deletionnulltoken2012-10-251-0/+49
* | | config: Only dereference value on successVicent Marti2012-10-251-1/+1
* | | Remove inline hintBen Straub2012-10-251-1/+1
* | | Fix Windows buildBen Straub2012-10-251-1/+1
* | | Merge pull request #990 from ben/clone-callbacksVicent Martí2012-10-2513-106/+186
|\ \ \ | |/ / |/| |
| * | Remove 'bytes' param from git_remote_downloadBen Straub2012-10-245-18/+8
| * | Network progress: rename thingsBen Straub2012-10-248-40/+40