summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refs: check the ref's old value when deletingCarlos Martín Nieto2014-02-051-1/+9
* refs: placeholder conditional deleteCarlos Martín Nieto2014-02-054-26/+48
* refs: factor out old value comparisonCarlos Martín Nieto2014-02-051-14/+26
* refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto2014-02-051-5/+18
* refdb: add conditional symbolic updatesCarlos Martín Nieto2014-02-054-24/+26
* refs: fix leak on successful updateCarlos Martín Nieto2014-02-051-7/+7
* refs: return GIT_EMODIFIED if the ref target movedCarlos Martín Nieto2014-02-051-2/+4
* refs: changes from feedbackCarlos Martín Nieto2014-02-051-27/+17
* refs: conditional ref updatesCarlos Martín Nieto2014-02-054-20/+74
* Remove unused pointer assignmentEdward Thomson2014-02-031-1/+1
* Merge wd validation tests against index not HEADEdward Thomson2014-02-031-6/+3
* Merge pull request #2095 from libgit2/update-head-reflogVicent Marti2014-02-031-1/+7
|\
| * Check for errors when dereferencing symbolic refsBen Straub2014-02-011-2/+6
| * Reflog: correct "new" id for reattaching HEADBen Straub2014-02-011-1/+3
* | Add `git_reference_is_note`.Arthur Schreiber2014-02-021-0/+11
|/
* Enhance testing of signature parametersBen Straub2014-01-302-2/+3
* Provide good default reflog messages in branch apiBen Straub2014-01-301-9/+27
* Ensure renaming a reference updates the reflogBen Straub2014-01-303-26/+27
* Add reflog parameters to git_branch_moveBen Straub2014-01-301-1/+3
* 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