summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* :heart: boolBen Straub2013-10-282-3/+3
* Mmmm, GIT_FLEX_ARRAYBen Straub2013-10-281-1/+1
* Avoid temporary object in lookup routineBen Straub2013-10-281-8/+7
* Move flag dependencies into docs and code.Ben Straub2013-10-102-4/+12
* Fix initializer errorBen Straub2013-10-101-5/+5
* Fix post-line-range iterationBen Straub2013-10-101-1/+5
* Include signatures in blame hunksBen Straub2013-10-103-6/+10
* Only show lines that had blame run on themBen Straub2013-10-101-12/+14
* Be more flexible with argument order and formatBen Straub2013-10-101-8/+31
* Ignore more built examplesBen Straub2013-10-091-0/+5
* Simplify loading blobBen Straub2013-10-091-13/+11
* Allow null bytes in blobBen Straub2013-10-091-10/+11
* Initialize threading, fix broken strncmpBen Straub2013-10-091-1/+4
* Un-remove init exampleBen Straub2013-10-091-1/+1
* Merge branch 'development' into blameBen Straub2013-10-0355-783/+1272
|\
| * Merge pull request #1887 from libgit2/ntk/topic/git_message_rawVicent Martí2013-10-034-7/+37
| |\
| | * commit: Introduce git_commit_message_raw()nulltoken2013-10-034-7/+37
| * | Merge pull request #1889 from libgit2/relative-redirectRussell Belfer2013-10-022-0/+38
| |\ \ | | |/ | |/|
| | * HTTP: handle "relative" redirectsBen Straub2013-10-022-0/+38
| |/
| * Merge pull request #1855 from libgit2/cmn/clone-intoVicent Martí2013-10-0223-304/+294
| |\
| | * clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-029-35/+26
| | * remote: add some comments to the callback structCarlos Martín Nieto2013-10-021-1/+33
| | * clone: mention clone_into in the clone documentationCarlos Martín Nieto2013-10-021-2/+5
| | * clone: bring back NULL as defaultsCarlos Martín Nieto2013-10-022-5/+15
| | * clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-023-18/+17
| | * clone: const-ify checkout optionsCarlos Martín Nieto2013-10-025-8/+8
| | * clone: re-add a way to ignore certificate errorsCarlos Martín Nieto2013-10-022-0/+4
| | * clone: remove more options from basic cloneCarlos Martín Nieto2013-10-023-99/+5
| | * clone: implement git_clone on top of git_clone_intoCarlos Martín Nieto2013-10-021-58/+19
| | * clone: remove the autotag optionCarlos Martín Nieto2013-10-023-44/+5
| | * remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-023-20/+31
| | * clone: implement git_clone_intoCarlos Martín Nieto2013-10-023-15/+118
| | * remote: move the credentials callback to the structCarlos Martín Nieto2013-10-0212-31/+20
| | * remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-0215-46/+66
| |/
| * Merge pull request #1885 from ethomson/transport_registerVicent Martí2013-10-012-0/+100
| |\
| | * Add git_transport_register, git_transport_unregisterPhilip Kelley2013-10-012-0/+100
| |/
| * Mark git__timer as inline on OSXBen Straub2013-10-011-1/+1
| * Merge pull request #1882 from linquize/config-subsection-fixVicent Martí2013-10-013-26/+55
| |\
| | * Add negative test cases for config header with invalid charactersLinquize2013-10-011-0/+22
| | * Add test case to test ']' and '\\' characters in config subsectionLinquize2013-10-012-0/+18
| | * Config subsection name should allow to have ']' and '\\' should allow to esca...Linquize2013-10-011-26/+15
| * | Merge pull request #1879 from libgit2/redir-refactorVicent Martí2013-09-305-232/+190
| |\ \
| | * | Tighten up url-connection utilityBen Straub2013-09-261-8/+2
| | * | WHOOPSBen Straub2013-09-261-2/+1
| | * | Make sure utility doesn't leak memoryBen Straub2013-09-261-0/+9
| | * | Adjust to new utility signatureBen Straub2013-09-261-3/+2
| | * | Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-264-83/+38
| | * | Deploy gitno_connection_data into transportBen Straub2013-09-261-73/+16
| | * | Refactor URL handling to use library callBen Straub2013-09-261-69/+28
| | * | Migrate redirect URL handling to common utilityBen Straub2013-09-254-72/+172