Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | repo: remove test which deletes HEAD | Carlos Martín Nieto | 2014-03-17 | 1 | -21/+0 | |
| | | | | | | This is not something anybody would ever do; removing HEAD makes the .git/ directory no longer be a repository, so we wouldn't be expected to handle such a situation. | |||||
* | Move system directory cache out of utils | Edward Thomson | 2014-02-24 | 2 | -5/+7 | |
| | ||||||
* | Address PR comments | Russell Belfer | 2014-02-20 | 1 | -1/+1 | |
| | | | | | | | * Make GIT_INLINE an internal definition so it cannot be used in public headers * Fix language in CONTRIBUTING * Make index caps API use signed instead of unsigned values | |||||
* | Improve error propagation in shallow call | Ben Straub | 2014-02-18 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #2099 from libgit2/bs/more-reflog-stuff | Russell Belfer | 2014-02-07 | 3 | -9/+30 | |
|\ | | | | | More reflogness | |||||
| * | Add reflog params to git_repository_detach_head | Ben Straub | 2014-02-04 | 3 | -9/+30 | |
| | | ||||||
| * | Fix warning | Ben Straub | 2014-02-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix some Windows warnings | Russell Belfer | 2014-02-07 | 2 | -16/+14 | |
|/ | | | | | | This fixes a number of warnings with the Windows 64-bit build including a test failure in test_repo_message__message where an invalid pointer to a git_buf was being used. | |||||
* | Add failing test case | Ben Straub | 2014-02-01 | 1 | -13/+38 | |
| | ||||||
* | Enhance testing of signature parameters | Ben Straub | 2014-01-30 | 1 | -3/+10 | |
| | ||||||
* | Ensure creating HEAD creates its reflog | Ben Straub | 2014-01-30 | 1 | -0/+21 | |
| | ||||||
* | Ensure updating HEAD updates reflog | Ben Straub | 2014-01-30 | 1 | -0/+23 | |
| | ||||||
* | Add reflog params to set-head calls | Ben Straub | 2014-01-30 | 1 | -8/+8 | |
| | ||||||
* | repository: move to use a git_buf for outputting strings | Carlos Martín Nieto | 2014-01-27 | 2 | -49/+39 | |
| | | | | | Since we now export that type, we can avoid making the user guess a size. | |||||
* | refs: remove the _with_log differentiation | Carlos Martín Nieto | 2014-01-15 | 2 | -4/+4 | |
| | | | | | | Any well-behaved program should write a descriptive message to the reflog whenever it updates a reference. Let's make this more prominent by removing the version without the reflog parameters. | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 16 | -0/+3369 | |