Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'geterr' -> 'giterr'empty-remote-url-crash | Justin Spahr-Summers | 2012-11-05 | 1 | -1/+1 |
* | Set GITERR_INVALID when encountering a NULL remote URL | Justin Spahr-Summers | 2012-11-05 | 1 | -0/+1 |
* | Bail out if remote->url would be NULL | Justin Spahr-Summers | 2012-11-04 | 1 | -0/+5 |
* | Merge pull request #1042 from pwkelley/progress_cb | Philip Kelley | 2012-11-02 | 1 | -8/+15 |
|\ | |||||
| * | Fix bytes_received in fetch tests - we weren't calling the callback | Philip Kelley | 2012-11-02 | 1 | -8/+15 |
* | | Move error capture to top of giterr_set | Russell Belfer | 2012-11-02 | 1 | -4/+4 |
* | | Merge pull request #1014 from arrbee/diff-rename-detection | Vicent Martí | 2012-11-02 | 5 | -183/+538 |
|\ \ | |/ |/| | |||||
| * | Move rename detection into new file | Russell Belfer | 2012-10-30 | 5 | -319/+524 |
| * | Initial implementation of diff rename detection | Russell Belfer | 2012-10-23 | 2 | -0/+150 |
* | | Merge pull request #1040 from ethomson/index_refactor | Philip Kelley | 2012-11-02 | 1 | -3/+9 |
|\ \ | |||||
| * | | freeing index entries would be helpful | Edward Thomson | 2012-11-02 | 1 | -3/+9 |
* | | | Merge pull request #1041 from pwkelley/transports | Philip Kelley | 2012-11-02 | 1 | -30/+19 |
|\ \ \ | |/ / |/| | | |||||
| * | | Prefer GetLastError() for GITERR_OS on Win32 | Philip Kelley | 2012-11-02 | 1 | -30/+19 |
* | | | Merge pull request #1038 from arrbee/doc-fixes | Vicent Martí | 2012-11-01 | 2 | -3/+3 |
|\ \ \ | |||||
| * | | | Improve docs, examples, warnings | Russell Belfer | 2012-11-01 | 2 | -3/+3 |
* | | | | index: Add `git_index_new`index-open-cleanup | Vicent Marti | 2012-11-01 | 1 | -0/+5 |
* | | | | index: Fix tests | Vicent Marti | 2012-11-01 | 3 | -4/+2 |
* | | | | index: Add git_index_write_tree | Vicent Marti | 2012-11-01 | 3 | -14/+52 |
* | | | | index: Switch to git_futils_filestamp | Vicent Marti | 2012-11-01 | 2 | -20/+18 |
|/ / / | |||||
* | | | Update of text stats calculation | Jameson Miller | 2012-11-01 | 1 | -4/+0 |
* | | | Merge pull request #1030 from pwkelley/transports | Vicent Martí | 2012-11-01 | 22 | -1557/+2249 |
|\ \ \ | |/ / | |||||
| * | | Http: Set an error for invalid content-type | Philip Kelley | 2012-11-01 | 1 | -1/+3 |
| * | | Improve consistency of WinHTTP request headers | Philip Kelley | 2012-11-01 | 1 | -1/+18 |
| * | | Reorganize transport architecture (squashed 3) | Philip Kelley | 2012-11-01 | 22 | -1556/+2229 |
* | | | Merge branch 'config-refresh' into development | Vicent Marti | 2012-10-31 | 10 | -43/+192 |
|\ \ \ | |||||
| * | | | I LIKE THESE NAMES | Vicent Marti | 2012-10-31 | 4 | -15/+15 |
| * | | | Better naming for file timestamp/size checker | Russell Belfer | 2012-10-31 | 4 | -31/+57 |
| * | | | Add git_config_refresh() API to reload config | Russell Belfer | 2012-10-30 | 10 | -41/+164 |
* | | | | Checkout: remove duplicate 100% progress report | Ben Straub | 2012-10-31 | 1 | -2/+0 |
* | | | | Ensure that non-error is not propagated | Ben Straub | 2012-10-31 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #1017 from arrbee/diff-patch-to-str | Vicent Martí | 2012-10-30 | 1 | -0/+71 |
|\ \ \ | |||||
| * | | | Add git_diff_patch_print | Russell Belfer | 2012-10-25 | 1 | -13/+23 |
| * | | | Check errors while generating diff patch string | Russell Belfer | 2012-10-25 | 1 | -4/+11 |
| * | | | Add git_diff_patch_to_str API | Russell Belfer | 2012-10-24 | 1 | -0/+54 |
* | | | | Merge pull request #1026 from nulltoken/repo/state | Vicent Martí | 2012-10-30 | 2 | -1/+26 |
|\ \ \ \ | |||||
| * | | | | repo: enhance git_repository_state() detection | nulltoken | 2012-10-27 | 2 | -1/+26 |
* | | | | | Merge pull request #1029 from ethomson/index_refactor | Vicent Martí | 2012-10-30 | 9 | -90/+562 |
|\ \ \ \ \ | |||||
| * | | | | | index refactoring | Edward Thomson | 2012-10-29 | 9 | -90/+562 |
* | | | | | | Fix a couple of warnings | Michael Schubert | 2012-10-30 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Fetch: don't clobber received count | Ben Straub | 2012-10-29 | 1 | -1/+2 |
* | | | | | Merge pull request #796 from nulltoken/topic/git-stash | Vicent Martí | 2012-10-29 | 4 | -8/+681 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | stash: add git_stash_drop() | nulltoken | 2012-10-26 | 2 | -1/+41 |
| * | | | | stash: add git_stash_foreach() | nulltoken | 2012-10-26 | 1 | -0/+42 |
| * | | | | stash: add git_stash_save() | nulltoken | 2012-10-26 | 1 | -0/+577 |
| * | | | | refs: add GIT_REFS_STASH_FILE define | nulltoken | 2012-10-26 | 1 | -0/+3 |
| * | | | | index: introduce git_index_owner() | nulltoken | 2012-10-26 | 1 | -0/+5 |
| * | | | | reflog: fix bogus removal of reflog entries | nulltoken | 2012-10-26 | 1 | -6/+6 |
| * | | | | reflog: create reflog and its directory structure | nulltoken | 2012-10-26 | 1 | -1/+4 |
| * | | | | reflog: Make git_reflog_free() accept null param | nulltoken | 2012-10-26 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Add network transfer callbacks on Windows | Ben Straub | 2012-10-26 | 1 | -0/+1 |
|/ / / |