Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed build warnings on Xcode 6.1 | Pierre-Olivier Latour | 2015-06-02 | 1 | -3/+2 |
| | |||||
* | git_index_add_all: test that conflicts are handled | Edward Thomson | 2015-05-28 | 1 | -49/+104 |
| | | | | | | When confronted with a conflict in the index, `git_index_add_all` should stage the working directory copy. If there is no file in the working directory, the conflict should simply be removed. | ||||
* | index_add_all: include untracked files in new subdirs | Edward Thomson | 2015-05-20 | 1 | -0/+23 |
| | |||||
* | index: include TYPECHANGE in the diff | Carlos MartÃn Nieto | 2015-05-14 | 1 | -0/+13 |
| | | | | Without this option, we would not be able to catch exec bit changes. | ||||
* | Staticize file-local variables | Ben Straub | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | More improvements to callback return value tests | Russell Belfer | 2013-12-11 | 1 | -30/+128 |
| | | | | | | This time actually checking return values in diff notify tests and actually testing callbacks for the index all-all/update-all/etc functions. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+258 |