summaryrefslogtreecommitdiff
path: root/tests/stash/save.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-10/+10
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-4/+4
* reflog: allow adding entries with newlines in their messagePatrick Steinhardt2019-10-181-0/+20
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-9/+9
* Fix last references to deprecated git_buf_freeSven Strickroth2018-06-181-1/+1
* stash test: free the commitEdward Thomson2018-06-111-0/+1
* stash test: free the referenceEdward Thomson2018-06-101-0/+1
* Fix stash save bug with fast path index checkDavid Turner2018-06-061-0/+40
* stash tests: ensure we save the workdir fileEdward Thomson2015-06-231-2/+10
* Merge pull request #2913 from ethomson/stash_fixupEdward Thomson2015-03-031-0/+19
|\
| * stash: correctly stash wd modified/index deletedEdward Thomson2015-02-181-0/+19
* | repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
* | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-2/+2
|/
* p_mkdir != mkdir on win32Edward Thomson2014-10-031-2/+2
* Added test for stashing files in ignored directoriesJacques Germishuys2014-09-241-0/+17
* oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-7/+1
* Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-221-0/+6
* Failing test for stashing a buried ignored fileRussell Belfer2014-04-221-0/+13
* Make stash and checkout ignore contained reposRussell Belfer2014-04-221-1/+16
* Remove ignored files from the working directory if they were stashedJacques Germishuys2014-03-041-0/+2
* Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+1
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Rename tests-clar to testsBen Straub2013-11-141-0/+354