summaryrefslogtreecommitdiff
path: root/tests/t18-status.c
Commit message (Expand)AuthorAgeFilesLines
* Removing test suites that have been ported to Clar:Ben Straub2012-03-311-455/+0
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-021-3/+3
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-4/+4
* Update diff to use iteratorsRussell Belfer2012-03-021-3/+3
* Fix up status testsRussell Belfer2012-01-111-3/+9
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-3/+4
* Implement p_renameCarlos Martín Nieto2011-11-071-9/+9
* *: correct and codify various file permissionsBrodie Rao2011-10-141-2/+2
* t18-status.c: fix unused warningsschu2011-09-241-3/+3
* Add some forgotten asserts in the status testsnulltoken2011-09-171-4/+4
* Fix a off-by-one error in the git_status_foreach testsnulltoken2011-09-171-1/+1
* Revert changes to t18Vicent Marti2011-09-161-1/+36
* Add sample "Status" clay testsVicent Marti2011-09-161-36/+1
* status: enhance determination of statuses for a whole directorynulltoken2011-09-151-29/+230
* status: enhance determination of status for a single filenulltoken2011-09-151-0/+63
* status: refactor the tests to remove some code duplicationnulltoken2011-07-121-54/+26
* reflog: Fix reflog writer/readernulltoken2011-07-101-2/+1
* status: CleanupVicent Marti2011-07-091-1/+1
* status: nonexistent file with git_status_file()Jason Penny2011-07-091-0/+21
* status: consolidate some test codeJason Penny2011-07-091-27/+27
* status: handle subdirs for git_status_fileJason Penny2011-07-091-1/+11
* status: get status for single fileJason Penny2011-07-091-1/+33
* status: get file statuses and run callbackJason Penny2011-07-091-3/+93
* status: get blob object id of file on diskJason Penny2011-07-091-0/+60