summaryrefslogtreecommitdiff
path: root/tests-clar/stash/save.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-354/+0
* Test that submodules don't affect stashingJustin Spahr-Summers2013-09-271-43/+25
* Add clar helper to create new commit from indexRussell Belfer2013-09-171-3/+2
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* Change git_revparse to output git_object pointersBen Straub2013-04-151-8/+3
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-6/+10
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-2/+1
* add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-2/+2
* Move test cleanup into cleanup functionsBen Straub2013-01-031-1/+1
* Cleanup after testsBen Straub2013-01-031-0/+1
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+4
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-131-1/+1
|\
| * Clean up a couple things missed in rebaseRussell Belfer2012-11-091-1/+1
* | tests: Add missing assertionsnulltoken2012-11-101-3/+3
|/
* index refactoringEdward Thomson2012-10-291-2/+2
* stash: add git_stash_save()nulltoken2012-10-261-0/+370