summaryrefslogtreecommitdiff
path: root/tests-clar/status
Commit message (Expand)AuthorAgeFilesLines
* Case sensitivity issues on LinuxRussell Belfer2013-10-081-7/+7
* Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-1/+1
* Add clar helper to create new commit from indexRussell Belfer2013-09-171-24/+1
* Fixing up some win32 issues with autocrlfRussell Belfer2013-09-171-1/+3
* Rearrange clar submodule cleanup codeRussell Belfer2013-09-171-1/+0
* Split rewrites, status doesn't return rewritesEdward Thomson2013-08-281-0/+41
* Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí2013-08-132-0/+36
|\
| * Add checkout test for long file nameBen Straub2013-08-071-2/+2
| * Don't use win32-only macro in test codeBen Straub2013-08-071-1/+1
| * Add status test for long pathsBen Straub2013-08-072-0/+36
* | Improve building ignore file listsRussell Belfer2013-08-091-0/+87
* | Merge pull request #1764 from ethomson/status_renames_from_rewritesRussell Belfer2013-08-091-0/+129
|\ \
| * | Add rename from rewrites to statusEdward Thomson2013-08-051-0/+129
| |/
* | Merge pull request #1462 from yorah/fix/libgit2sharp-issue-379Russell Belfer2013-08-091-0/+34
|\ \ | |/ |/|
| * status: fix handling of filenames with special prefixesyorah2013-04-151-0/+34
* | Untracked directories with .git should be ignoredRussell Belfer2013-07-101-9/+12
* | Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer2013-07-032-63/+0
* | Fix segfault in git_status_foreach_ext()yorah2013-07-032-0/+175
* | Add status flags to force output sort orderRussell Belfer2013-06-203-0/+84
* | More tests and bug fixes for status with renameRussell Belfer2013-06-171-11/+131
* | Improve case handling in git_diff__paired_foreachRussell Belfer2013-06-171-0/+48
* | handle renames in status computationEdward Thomson2013-06-171-0/+265
* | Reorganize diff and add basic diff driverRussell Belfer2013-06-102-2/+2
* | Fix trailing whitespacesnulltoken2013-05-151-1/+0
* | Improve ignore handling in git_status_fileRussell Belfer2013-05-101-0/+23
* | Update diff handling of untracked directoriesRussell Belfer2013-04-303-4/+5
* | Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-211-2/+4
|/
* Tests and more fixes for submodule diffsRussell Belfer2013-04-091-1/+2
* free!Edward Thomson2013-03-291-0/+2
* Fix some diff ignores and submodule dirty workdirRussell Belfer2013-03-254-15/+154
* Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-252-13/+72
* Recursing into ignored dirs for diff and statusRussell Belfer2013-03-251-4/+59
* Test fixes and cleanupRussell Belfer2013-03-251-4/+1
* Added some tests for issue #1397Sven Strickroth2013-03-251-0/+15
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-222-18/+6
* Make iterator APIs consistent with standardsRussell Belfer2013-03-061-0/+3
* Fix linking error caused by ddcb28a41f3774e26fc6ae0a7174a5565e4749ce.Zhao Cheng2013-01-181-1/+1
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-171-4/+4
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-4/+4
* | Minor iterator API cleanupsRussell Belfer2013-01-151-9/+7
* | status: Enhance git_status_file() test coveragenulltoken2013-01-151-0/+89
|/
* Status tests...Vicent Marti2013-01-032-369/+365
* Move test cleanup into cleanup functionsBen Straub2013-01-031-5/+11
* Tests should clean up after themselvesBen Straub2013-01-031-0/+5
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-052-16/+4
|\
| * Deploy GIT_STATUS_OPTIONS_INITBen Straub2012-11-302-16/+4
* | status should ignore conflicts entries in the indexEdward Thomson2012-12-031-0/+76
|/
* Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí2012-11-291-0/+38
|\
| * Set up default internal ignoresRussell Belfer2012-11-191-0/+38
* | Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1