summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MERGE_HEAD contents iteratorEdward Thomson2013-01-032-0/+54
* expose merge metadata cleanupEdward Thomson2013-01-033-3/+2
* Merge pull request #1181 from nvloff/allow_note_overwriteVicent Martí2013-01-031-10/+13
|\
| * add option to allow git note overwriteNikolai Vladimirov2013-01-031-4/+7
| * notes.c - whitespace fixNikolai Vladimirov2013-01-031-6/+6
* | Fix git__strncasecmpPhilip Kelley2013-01-031-7/+5
|/
* Merge pull request #1152 from ben/clone-api-structificationVicent Martí2013-01-023-130/+170
|\
| * Include checkout options inlineBen Straub2013-01-021-2/+5
| * Remove `inmem` flag, use NULL name insteadBen Straub2013-01-022-5/+3
| * Move `url` to last place in parameter listBen Straub2013-01-021-1/+1
| * Fix GCC static/non-static compile errorBen Straub2012-12-271-23/+22
| * remote: Prevent create() from blindly overwritingnulltoken2012-12-241-5/+5
| * Fix indentationsnulltoken2012-12-241-8/+8
| * In-memory remotes don't have namesBen Straub2012-12-211-2/+7
| * git_remote_create calls git_remote_saveBen Straub2012-12-201-1/+0
| * Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-202-46/+48
| * Rename remote creation APIsBen Straub2012-12-203-5/+5
| * Initialize variableBen Straub2012-12-191-2/+2
| * Clone: trust but verifyBen Straub2012-12-191-0/+3
| * Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-47/+78
* | path: ifdef GIT_WIN32 looks_like_network_computer_name()Michael Schubert2013-01-021-0/+2
* | Invalid ref name normalization leaked memoryRussell Belfer2012-12-271-0/+3
* | Make spoolandsort a pushable iterator behaviorRussell Belfer2012-12-274-127/+148
* | path: Teach UNC paths to git_path_dirname_r()nulltoken2012-12-261-0/+25
* | Fix -Wmaybe-uninitialized warningMichael Schubert2012-12-221-1/+1
* | Merge pull request #1163 from barrbrain/check-exists-before-writeVicent Martí2012-12-212-2/+4
|\ \ | |/ |/|
| * odb: check if object exists before writingDavid Michael Barr2012-12-212-2/+4
* | fetchhead reading/iteratingEdward Thomson2012-12-194-12/+208
* | Merge pull request #1150 from schu/fix-netops-sslVicent Martí2012-12-191-7/+4
|\ \
| * | netops: on SSL teardown only send shutdown alertMichael Schubert2012-12-171-4/+1
| * | netops: properly handle GITNO_CONNECT_SSL_NO_CHECK_CERTMichael Schubert2012-12-171-3/+3
* | | reflog: Actual error handlingVicent Marti2012-12-191-5/+13
* | | reflog: Rename error handlingVicent Marti2012-12-191-14/+15
* | | Make goto cleanup more consistentRick Bradley2012-12-181-3/+3
* | | don't deref before we've assertedRick Bradley2012-12-181-2/+2
* | | Also, whitespace.Rick Bradley2012-12-181-1/+1
* | | Improve comment textRick Bradley2012-12-181-1/+1
| |/ |/|
* | Merge pull request #1151 from arrbee/fix-diff-constructor-namesVicent Martí2012-12-175-11/+11
|\ \
| * | Fix diff constructor name order confusionRussell Belfer2012-12-175-11/+11
| |/
* | Merge pull request #1149 from nulltoken/topic/blob_isbinaryVicent Martí2012-12-173-4/+15
|\ \ | |/ |/|
| * blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+12
| * Fix MSVC compilation warningsnulltoken2012-12-172-4/+3
* | Fix -Wmaybe-uninitialized warningMichael Schubert2012-12-171-1/+1
* | Cloning empty repos: only allow missing target for HEADBen Straub2012-12-151-2/+2
* | Stop returning incorrect error messageBen Straub2012-12-141-1/+1
* | Local Only ignore ENOTFOUNDs when adding corrupted refsBen Straub2012-12-142-5/+11
* | Allow clone to handle empty reposBen Straub2012-12-141-1/+3
|/
* Move non-options back out of options structBen Straub2012-12-141-5/+12
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-34/+10
* Merge remote-tracking branch 'origin/clone-auth' into developmentVicent Marti2012-12-142-53/+86
|\