summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'libgit2/development' into blameBen Straub2013-10-2819-531/+739
|\
| * Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-283-1/+15
| |\
| | * indexer: include the delta statsCarlos Martín Nieto2013-10-231-0/+2
| | * indexer: clearer stats for thin packsCarlos Martín Nieto2013-10-111-0/+7
| | * indexer: fix thin packsCarlos Martín Nieto2013-10-043-1/+6
| * | Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí2013-10-281-16/+26
| |\ \
| | * | Rename the ssh credentialsCarlos Martín Nieto2013-10-231-16/+26
| * | | Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-283-8/+69
| |\ \ \
| | * | | reflog: bring _append and _drop back to the frontendCarlos Martín Nieto2013-10-021-12/+0
| | * | | reflog: add a convenience append functionCarlos Martín Nieto2013-10-021-0/+17
| | * | | reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-023-8/+64
| | | |/ | | |/|
| * | | transport: let the progress output return an errorCarlos Martín Nieto2013-10-232-2/+2
| | |/ | |/|
| * | Merge pull request #1897 from libgit2/split-patch-from-diffVicent Martí2013-10-223-486/+555
| |\ \
| | * | Fix typoRussell Belfer2013-10-221-1/+1
| | * | Implement patience and minimal diff flagsRussell Belfer2013-10-211-1/+4
| | * | Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-212-25/+23
| | * | Tweak to git_diff_delta structure for nfilesRussell Belfer2013-10-211-2/+3
| | * | Diff API cleanupRussell Belfer2013-10-152-195/+230
| | * | Rename diff objects and split patch.hRussell Belfer2013-10-113-310/+342
| * | | Implement `git_odb_object_dup`Vicent Marti2013-10-221-0/+14
| * | | Allowed credential types should be a bitfieldEdward Thomson2013-10-211-10/+15
| * | | checkout (from index) can write conflictsEdward Thomson2013-10-161-7/+10
| |/ /
| * | Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí2013-10-082-5/+23
| |\ \
| | * | Rename new fn to git_repository_reinit_filesystemRussell Belfer2013-10-081-2/+2
| | * | Make reference lookups apply precomposeunicodeRussell Belfer2013-10-083-24/+23
| | * | More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-1/+3
| | * | Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-041-0/+17
| * | | tree: allow retrieval of raw attributesCarlos Martín Nieto2013-10-081-0/+11
| * | | index: Enhance documentationnulltoken2013-10-041-0/+3
| |/ /
| * | Merge pull request #1888 from jamill/network_cancellationVicent Martí2013-10-032-2/+2
| |\ \
| | * | Support cancellation in push operationJameson Miller2013-10-022-2/+2
* | | | Move flag dependencies into docs and code.Ben Straub2013-10-101-4/+4
* | | | Include signatures in blame hunksBen Straub2013-10-101-0/+2
* | | | Merge branch 'development' into blameBen Straub2013-10-037-48/+180
|\ \ \ \ | |/ / /
| * | | commit: Introduce git_commit_message_raw()nulltoken2013-10-031-0/+11
| |/ /
| * | clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-022-3/+3
| * | 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: re-allow using a custom remote nameCarlos Martín Nieto2013-10-021-17/+5
| * | clone: const-ify checkout optionsCarlos Martín Nieto2013-10-022-2/+2
| * | clone: re-add a way to ignore certificate errorsCarlos Martín Nieto2013-10-021-0/+1
| * | clone: remove more options from basic cloneCarlos Martín Nieto2013-10-021-7/+0
| * | clone: remove the autotag optionCarlos Martín Nieto2013-10-021-3/+0
| * | remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-021-0/+11
| * | clone: implement git_clone_intoCarlos Martín Nieto2013-10-021-0/+16
| * | remote: move the credentials callback to the structCarlos Martín Nieto2013-10-022-5/+1
| * | remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-022-11/+2
| |/
| * Add git_transport_register, git_transport_unregisterPhilip Kelley2013-10-011-0/+34
| * Initial Implementation of progress reports during pushJameson Miller2013-09-302-0/+59
* | Merge branch 'development' into blameBen Straub2013-09-2511-18/+612
|\ \ | |/