summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Added git_branch_name().Sebastian Bauer2013-01-251-0/+18
* Merge pull request #1250 from jamill/push_update_tipsPhilip Kelley2013-01-241-0/+9
|\
| * Update remote tips on pushJameson Miller2013-01-221-0/+9
* | opts: Add getters tooVicent Marti2013-01-231-2/+4
* | Global options setterVicent Marti2013-01-231-0/+23
|/
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-171-2/+18
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-2/+18
* | Merge pull request #1211 from arrbee/fix-icase-status-fileVicent Martí2013-01-161-0/+9
|\ \
| * | Add git_tree_entry_cmp and git_tree_entry_icmpRussell Belfer2013-01-151-0/+9
| |/
* | Merge pull request #1248 from sba1/doc-fixVicent Martí2013-01-161-0/+3
|\ \
| * | Some doc improvementsSebastian Bauer2013-01-161-0/+3
| |/
* | branch: Introduce git_branch_tracking_name()nulltoken2013-01-161-0/+24
|/
* Merge pull request #1222 from scunz/clone_branchVicent Martí2013-01-121-1/+4
|\
| * Default git_clone_options' checkout strategy to GIT_CHECKOUT_SAFE_CREATESascha Cunz2013-01-121-1/+1
| * Implement analog for 'git checkout --branch xxx ...'Sascha Cunz2013-01-111-0/+3
* | Kill vestigal dangling-remote codeBen Straub2013-01-111-11/+1
* | errors: Introduce EMERGECONFLICT error codenulltoken2013-01-111-0/+1
|/
* Add GIT_CHECKOUT_DISABLE_PATHSPEC_MATCHRussell Belfer2013-01-101-1/+5
* Merge pull request #1206 from ben/stock-authVicent Martí2013-01-102-0/+51
|\
| * Move credential helpers to their own (optional) headerBen Straub2013-01-092-20/+51
| * Expose stock user/pass credential utilityBen Straub2013-01-091-0/+20
* | Sane refresh logicVicent Marti2013-01-102-0/+22
|/
* push: properly handle tagsMichael Schubert2013-01-091-1/+1
* Relax refspecs accepted by pushJameson Miller2013-01-091-1/+1
* update copyrightsEdward Thomson2013-01-0843-43/+43
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-072-22/+20
* Introduce git_diff_blob_to_bufferIgnacio Casal Quinteiro2013-01-071-0/+24
* Correct typos in documentationKevin Sawicki2013-01-067-12/+12
* Revert "Tab align value of GIT_FILEMODE_BLOB_EXECUTABLE"Kevin Sawicki2013-01-061-1/+1
* Tab align value of GIT_FILEMODE_BLOB_EXECUTABLEKevin Sawicki2013-01-061-1/+1
* Add index API to remove all files in a directoryRussell Belfer2013-01-041-0/+11
* Simplify checkout documentationRussell Belfer2013-01-041-126/+93
* Submodule caching fix and location APIRussell Belfer2013-01-041-0/+18
* Add index updating to checkoutRussell Belfer2013-01-041-1/+4
* More checkout improvementsRussell Belfer2013-01-041-28/+32
* Rework checkout internals (again)Russell Belfer2013-01-041-96/+165
* MERGE_HEAD contents iteratorEdward Thomson2013-01-032-0/+17
* expose merge metadata cleanupEdward Thomson2013-01-031-0/+9
* add option to allow git note overwriteNikolai Vladimirov2013-01-031-1/+3
* Merge pull request #1152 from ben/clone-api-structificationVicent Martí2013-01-022-33/+65
|\
| * Include checkout options inlineBen Straub2013-01-021-4/+4
| * Move `url` to last place in parameter listBen Straub2013-01-021-3/+3
| * remote: Prevent create() from blindly overwritingnulltoken2012-12-241-1/+1
| * remote: Improve documentationnulltoken2012-12-241-4/+6
| * remote: Enhance in-memory remote test coveragenulltoken2012-12-241-1/+1
| * In-memory remotes don't have namesBen Straub2012-12-211-2/+0
| * git_remote_create calls git_remote_saveBen Straub2012-12-201-2/+4
| * Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-201-8/+0
| * Rename remote creation APIsBen Straub2012-12-201-13/+22
| * Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-3/+32