summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* clar-helpers: Oops, grab pointerVicent Marti2012-11-121-1/+1
* Merge remote-tracking branch 'ben/local-transport' into developmentVicent Marti2012-11-1234-97/+142
|\
| * Helpers for local-filesystem remote URLsBen Straub2012-11-095-135/+63
| * Local fetch: add testsBen Straub2012-11-0930-0/+124
| * Implement local transport's fetchBen Straub2012-11-091-7/+0
* | repository: Refine repository_head() error reportnulltoken2012-11-124-0/+38
* | Fix compilation warningnulltoken2012-11-121-1/+1
* | create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-113-0/+204
* | Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-102-0/+161
|\ \
| * | index: prevent tree creation from a non merged statenulltoken2012-11-091-0/+40
| * | index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+4
| * | tree: enforce coverage of silent entry replacementnulltoken2012-11-081-0/+117
| |/
* | index: refine add_from_workdir() error reportnulltoken2012-11-102-0/+24
* | index: make git_index_new() work with a NULL pathnulltoken2012-11-101-0/+11
* | tests: Add missing assertionsnulltoken2012-11-101-3/+3
* | config: make git_config_open_level() work with an empty confignulltoken2012-11-091-0/+13
* | - Update 'tests-clar/resources/config/config11' in order to reproduce the inv...delanne2012-11-081-0/+2
|/
* Merge pull request #1039 from erikvanzijst/erik/tag_without_messageVicent Martí2012-11-0710-0/+42
|\
| * tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-0210-0/+42
* | Merge pull request #1046 from libgit2/empty-remote-url-crashRussell Belfer2012-11-052-2/+12
|\ \
| * | Revert "Don't expect the 'empty-remote-url' remote to be listed"Justin Spahr-Summers2012-11-051-2/+2
| * | Don't expect the 'empty-remote-url' remote to be listedJustin Spahr-Summers2012-11-051-2/+2
| * | Test for GITERR_INVALIDJustin Spahr-Summers2012-11-051-0/+1
| * | remote: Add malformed remote load testnulltoken2012-11-042-2/+11
* | | Merge pull request #1044 from dahlbyk/repo/stateRussell Belfer2012-11-051-2/+0
|\ \ \
| * | | repo: fix state when HEAD is not detachedKeith Dahlby2012-11-041-2/+0
| |/ /
* | | Merge pull request #1034 from carlosmn/packbuilder-foreachVicent Martí2012-11-051-2/+29
|\ \ \ | |/ / |/| |
| * | packbuilder: add git_packbuilder_foreachCarlos Martín Nieto2012-11-011-2/+29
* | | Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-0224-157/+388
|\ \ \ | |_|/ |/| |
| * | Move rename detection into new fileRussell Belfer2012-10-301-5/+5
| * | Initial implementation of diff rename detectionRussell Belfer2012-10-2325-159/+388
* | | Merge pull request #1038 from arrbee/doc-fixesVicent Martí2012-11-011-4/+1
|\ \ \
| * | | Improve docs, examples, warningsRussell Belfer2012-11-011-4/+1
* | | | index: Fix testsVicent Marti2012-11-013-4/+4
|/ / /
* | | Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-013-3/+5
|\ \ \
| * | | Fix a bug in cl_setenv on Windows XPPhilip Kelley2012-11-011-1/+5
| * | | Reorganize transport architecture (squashed 3)Philip Kelley2012-11-012-2/+0
* | | | Add git_config_refresh() API to reload configRussell Belfer2012-10-301-0/+67
| |_|/ |/| |
* | | Merge pull request #1017 from arrbee/diff-patch-to-strVicent Martí2012-10-302-0/+129
|\ \ \
| * | | Add git_diff_patch_to_str APIRussell Belfer2012-10-242-0/+129
* | | | Merge pull request #1026 from nulltoken/repo/stateVicent Martí2012-10-302-14/+68
|\ \ \ \
| * | | | repo: enhance git_repository_state() detectionnulltoken2012-10-272-14/+66
| * | | | tests: fix a memory leaknulltoken2012-10-271-0/+2
| | |/ / | |/| |
* | | | Merge pull request #1029 from ethomson/index_refactorVicent Martí2012-10-3064-87/+707
|\ \ \ \
| * | | | index refactoringEdward Thomson2012-10-2964-87/+707
* | | | | Fix a couple of warningsMichael Schubert2012-10-302-2/+4
|/ / / /
* | | | Fetch: don't clobber received countBen Straub2012-10-291-6/+5
* | | | stash: add git_stash_drop()nulltoken2012-10-261-0/+126
* | | | stash: add git_stash_foreach()nulltoken2012-10-261-0/+119
* | | | stash: add git_stash_save()nulltoken2012-10-263-0/+444