summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Deleting a branch deletes its reflogBen Straub2014-01-301-0/+3
* Augment clone API with reflog parametersBen Straub2014-01-301-13/+23
* Add reflog params to git_branch_createBen Straub2014-01-302-8/+10
* Enhance clarityBen Straub2014-01-301-2/+4
* Ensure updating HEAD updates reflogBen Straub2014-01-301-3/+4
* Add reflog params to set-head callsBen Straub2014-01-303-20/+40
* Merge pull request #2085 from libgit2/rb/index-tree-blob-collisionVicent Marti2014-01-305-23/+157
|\
| * Fix checkout NONE to not remove fileRussell Belfer2014-01-301-1/+1
| * Rename conflict to collision to prevent confusionRussell Belfer2014-01-301-2/+2
| * Force explicit remove of files instead of deferRussell Belfer2014-01-301-0/+2
| * Two-phase index mergingEdward Thomson2014-01-291-5/+14
| * Give index_isrch the same semantics as index_srchEdward Thomson2014-01-291-5/+16
| * index: Implement folder-file checksVicent Marti2014-01-291-52/+50
| * index: Compare with given lenVicent Marti2014-01-293-13/+127
* | Defer zstream NUL termination to endRussell Belfer2014-01-301-2/+5
* | Expand zstream tests and fix off-by-one errorRussell Belfer2014-01-301-1/+2
* | Reorganize zstream API and fix wrap problemsRussell Belfer2014-01-303-59/+125
* | Some fixes for Windows x64 warningsRussell Belfer2014-01-304-6/+6
* | Misc cleanupsRussell Belfer2014-01-302-23/+25
* | Make submodule fetchRecurse match other optionsRussell Belfer2014-01-302-2/+10
* | Some missing oid to id renamesRussell Belfer2014-01-301-19/+22
|/
* Add `git_graph_descendant_of`.Arthur Schreiber2014-01-281-0/+14
* Merge pull request #2066 from libgit2/rb/builtin-diff-driversVicent Marti2014-01-273-56/+359
|\
| * Add PHP tests and fix bug in PHP builtin driverRussell Belfer2014-01-271-1/+1
| * Update Javascript userdiff driver and testsRussell Belfer2014-01-272-3/+4
| * Got permission from Gustaf for userdiff patternsRussell Belfer2014-01-271-0/+4
| * Add PHP and Javascript diff driversRussell Belfer2014-01-241-0/+16
| * Permission for Git code from a couple moreRussell Belfer2014-01-241-0/+26
| * Got some permission to use userdiff patternsRussell Belfer2014-01-242-38/+165
| * Implement matched pattern extract for fn headersRussell Belfer2014-01-241-3/+8
| * Import git drivers and test HTML driverRussell Belfer2014-01-241-16/+43
| * Initial take on builtin drivers with multilineRussell Belfer2014-01-242-43/+140
* | Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti2014-01-2720-133/+133
|\ \
| * | merge: rename _oid() -> id()Carlos Martín Nieto2014-01-251-3/+3
| * | diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto2014-01-251-2/+2
| * | diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-2511-74/+74
| * | tree: remove legacy 'oid' namingCarlos Martín Nieto2014-01-251-3/+3
| * | commit: remvoe legacy 'oid' namingCarlos Martín Nieto2014-01-251-2/+2
| * | index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-2512-59/+59
| * | note: rename the id getter to git_note_id()Carlos Martín Nieto2014-01-242-4/+4
| |/
* | refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-276-79/+11
* | messsage: use git_buf in prettify()Carlos Martín Nieto2014-01-271-27/+3
* | config: use git_buf for returning pathsCarlos Martín Nieto2014-01-273-54/+9
* | branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-271-72/+26
* | repository: move to use a git_buf for outputting stringsCarlos Martín Nieto2014-01-271-32/+9
* | Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-8/+26
* | Add some missing const declarations.Arthur Schreiber2014-01-261-7/+7
* | Merge pull request #2076 from xtao/fix-zstreamEdward Thomson2014-01-262-5/+6
|\ \
| * | Fix write_object.XTao2014-01-262-5/+6
| |/
* | Merge pull request #2057 from GrahamDennis/local-file-url-push-fixEdward Thomson2014-01-261-11/+37
|\ \ | |/ |/|