summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* commit: add a function to create a commit on top of a refcmn/safe-commitCarlos Martín Nieto2014-02-101-9/+63
* refs: move current_id before the reflog parametersCarlos Martín Nieto2014-02-101-8/+8
* refs: conditional wording fixupsCarlos Martín Nieto2014-02-101-3/+2
* Add git_commit_amend APIRussell Belfer2014-02-072-66/+163
* Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer2014-02-077-17/+77
|\
| * Correct default reflog message for git_remote_fetchBen Straub2014-02-061-1/+12
| * Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuffBen Straub2014-02-057-81/+85
| |\
| * | Add reflog params to git_repository_detach_headBen Straub2014-02-041-2/+5
| * | Add reflog parameters to remote apisBen Straub2014-02-042-8/+20
| * | Add reflog parameters to git_push_update_tipsBen Straub2014-02-041-2/+7
| * | Fix reflog message when creating commitsBen Straub2014-02-041-2/+21
| * | Add reset tests for reflogBen Straub2014-02-031-1/+3
| * | Add reflog parameters to git_resetBen Straub2014-02-031-2/+10
* | | Merge pull request #2042 from libgit2/cmn/conditional-refRussell Belfer2014-02-074-46/+172
|\ \ \
| * | | refs: add an unconditional deleteCarlos Martín Nieto2014-02-051-0/+11
| * | | refs: catch cases where the ref type has changedCarlos Martín Nieto2014-02-051-3/+15
| * | | 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
* | | | Fix some Windows warningsRussell Belfer2014-02-074-20/+19
* | | | Merge pull request #2100 from libgit2/rb/update-pqueueVicent Marti2014-02-0712-247/+173
|\ \ \ \
| * | | | Avoid extra copying in pqueue operationsRussell Belfer2014-02-042-20/+25
| * | | | Fix typo setting sorted flag when reloading indexRussell Belfer2014-02-041-2/+4
| * | | | Convert pqueue to just be a git_vectorRussell Belfer2014-02-048-71/+74
| * | | | Replace pqueue with code from hashsig heapRussell Belfer2014-02-038-226/+142
* | | | | Remove unused utf8 -> utf16 conversion codeEdward Thomson2014-02-051-62/+0
| |_|_|/ |/| | |
* | | | Merge pull request #2094 from libgit2/cmn/push-non-commitRussell Belfer2014-02-052-32/+43
|\ \ \ \
| * | | | revparse: do look at all refs when matching textCarlos Martín Nieto2014-02-051-2/+1
| * | | | revwalk: remove usage of foreachCarlos Martín Nieto2014-02-051-11/+14
| * | | | revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto2014-02-051-12/+16
| * | | | revwalk: accept committish objectsCarlos Martín Nieto2014-02-051-8/+13
| | |/ / | |/| |
* | | | Split p_strlen into its own headerCarlos Martín Nieto2014-02-053-13/+25
* | | | utils: don't reimplement strnlenCarlos Martín Nieto2014-02-051-2/+2
* | | | commit: faster parsingCarlos Martín Nieto2014-02-051-28/+12
|/ / /
* | | 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