summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix --assume-unchanged supportRussell Belfer2013-11-011-0/+54
| * | | | | | More tests and fixed for merging reversed diffsRussell Belfer2013-11-011-0/+32
| * | | | | | Add git_diff_options_init helperRussell Belfer2013-11-012-6/+4
| * | | | | | Convert git_index_read to have a "force" flagRussell Belfer2013-11-012-14/+15
| * | | | | | Make diff and status perform soft index reloadRussell Belfer2013-11-018-32/+113
| | |_|_|_|/ | |/| | | |
* | | | | | Fix a leak in the diff testsCarlos Martín Nieto2013-11-021-0/+1
|/ / / / /
* | | | | Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer2013-11-015-8/+19
|\ \ \ \ \
| * | | | | clar: Fix warnings in GCC/Linuxvmg/gcc-warningsVicent Marti2013-11-013-4/+7
| * | | | | iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-012-4/+12
* | | | | | Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí2013-11-012-27/+27
|\ \ \ \ \ \
| * | | | | | indexer: remove the stream infixCarlos Martín Nieto2013-10-302-27/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote-tracking branch 'drodriguez/fix-remote-save' into developmentVicent Marti2013-11-012-9/+81
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-012-9/+81
* | | | | | Test another bad URLBen Straub2013-10-311-1/+3
* | | | | | Add tests for badly-formed URLsBen Straub2013-10-312-6/+9
|/ / / / /
* | | | | Test more kinds of bad urlBen Straub2013-10-301-1/+10
|/ / / /
* | | | Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-282-2/+130
|\ \ \ \
| * | | | indexer: clearer stats for thin packsCarlos Martín Nieto2013-10-111-1/+1
| * | | | indexer: fix thin packsCarlos Martín Nieto2013-10-042-2/+90
| * | | | indexer: do multiple passes over the delta listCarlos Martín Nieto2013-10-041-0/+40
* | | | | Merge pull request #1912 from ethomson/push_err_messagesVicent Martí2013-10-281-33/+42
|\ \ \ \ \
| * | | | | Test for failure, but don't test the error messageEdward Thomson2013-10-251-33/+42
* | | | | | Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí2013-10-281-2/+2
|\ \ \ \ \ \
| * | | | | | Rename the ssh credentialsCarlos Martín Nieto2013-10-231-2/+2
| |/ / / / /
* | | | | | Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-283-53/+67
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | reflog: add a convenience append functionCarlos Martín Nieto2013-10-021-25/+57
| * | | | | reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-023-29/+11
| |/ / / /
* | | | | Merge pull request #1897 from libgit2/split-patch-from-diffVicent Martí2013-10-2214-705/+712
|\ \ \ \ \
| * | | | | Implement patience and minimal diff flagsRussell Belfer2013-10-211-0/+47
| * | | | | Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-217-215/+164
| * | | | | Diff API cleanupRussell Belfer2013-10-159-81/+92
| * | | | | Rename diff objects and split patch.hRussell Belfer2013-10-1114-503/+503
* | | | | | Allowed credential types should be a bitfieldEdward Thomson2013-10-211-10/+21
* | | | | | Two-step conflict checkout (load / perform)Edward Thomson2013-10-161-0/+100
* | | | | | Honor UPDATE_ONLY bit when checking out conflictsEdward Thomson2013-10-161-1/+49
* | | | | | Don't overwrite ~ files checking out conflictsEdward Thomson2013-10-161-0/+140
* | | | | | checkout rename conflictsEdward Thomson2013-10-161-1/+377
* | | | | | Prevent checkout_tree when conflicts exist, clear NAME on checkout treeEdward Thomson2013-10-162-0/+108
* | | | | | tests for checkout index with conflictsEdward Thomson2013-10-164-0/+460
* | | | | | Merge pull request #1562 from libgit2/cmn/refs-namespace-lookupVicent Martí2013-10-111-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | futils: return GIT_ENOTFOUND when trying to read a directoryCarlos Martín Nieto2013-10-111-0/+12
* | | | | | Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí2013-10-0824-191/+272
|\ \ \ \ \ \
| * | | | | | Rename new fn to git_repository_reinit_filesystemRussell Belfer2013-10-083-5/+6
| * | | | | | Make reference lookups apply precomposeunicodeRussell Belfer2013-10-082-9/+7
| * | | | | | Case sensitivity issues on LinuxRussell Belfer2013-10-082-8/+9
| * | | | | | More filemode cleanups for FAT on MacOSRussell Belfer2013-10-089-62/+41
| * | | | | | Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-046-24/+77
| * | | | | | More cleanups to remove WIN assumptionsRussell Belfer2013-10-033-25/+22
| * | | | | | Update repo init with fewer platform assumptionsRussell Belfer2013-10-031-44/+48
| * | | | | | Clean up annoying warningsRussell Belfer2013-10-032-1/+4