summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #833 from carlosmn/odb-oneVicent Martí2012-07-313-6/+94
|\
| * odb: allow creating an ODB backend from a packfile indexCarlos Martín Nieto2012-07-213-6/+94
* | Merge pull request #839 from nulltoken/topic/odb-foreach-documentationVicent Martí2012-07-271-1/+11
|\ \
| * | odb: add some documentation to the foreach() testnulltoken2012-07-251-1/+11
* | | branch: Add `repository` argument to `create`Vicent Marti2012-07-271-6/+6
* | | Merge remote-tracking branch 'nulltoken/topic/branch-rework' into developmentVicent Marti2012-07-2712-128/+166
|\ \ \
| * | | refs: drop git_reference_remote_tracking_from_branch()nulltoken2012-07-241-49/+0
| * | | branch: introduce git_branch_tracking()nulltoken2012-07-246-6/+79
| * | | branch: make git_branch_move() reference basednulltoken2012-07-241-28/+21
| * | | branch: introduce git_reference_is_branch()nulltoken2012-07-241-0/+16
| * | | branch: introduce git_branch_lookup()nulltoken2012-07-241-0/+35
| * | | branch: change git_branch_create() to make it return a referencenulltoken2012-07-241-41/+15
| * | | branch: remove useless headernulltoken2012-07-244-4/+0
| |/ /
* | | reflog: Rename `entry_drop` to `drop`Vicent Marti2012-07-271-9/+9
* | | Merge remote-tracking branch 'nulltoken/topic/reflog-delete' into developmentVicent Marti2012-07-272-57/+195
|\ \ \
| * | | reflog: keep the reflog name in sync with the reference namenulltoken2012-07-251-0/+21
| * | | reflog: prevent git_reflog_append() from persisting the reflog back to disknulltoken2012-07-251-49/+35
| * | | reflog: introduce git_reflog_write()nulltoken2012-07-252-4/+23
| * | | reflog: rename git_reflog_write() to git_reflog_append()nulltoken2012-07-251-8/+8
| * | | reflog: introduce git_reflog_entry_drop()nulltoken2012-07-251-0/+111
| * | | reflog: add GIT_OID_HEX_ZERO constantnulltoken2012-07-251-1/+1
| * | | tests: reorganize reflog testsnulltoken2012-07-251-7/+8
| |/ /
* | | Remotes: Use correct url in git_remote_connectSascha Cunz2012-07-271-0/+12
* | | Remotes: Save a cleaned pushurl (by deleting it from the config)Sascha Cunz2012-07-271-0/+9
* | | Tests: Test remote's pushurlSascha Cunz2012-07-262-2/+30
* | | tests-clar/status: fix missing-prototype warningMichael Schubert2012-07-251-1/+1
* | | Add flag to turn off pathspec testing for diff and statusyorah2012-07-241-0/+46
* | | Add more test coverage to match default git behavior for files containing bra...yorah2012-07-241-1/+17
* | | Add a test for getting status of files containing bracketsaroben2012-07-241-0/+63
* | | Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah2012-07-241-0/+20
|/ /
* | revparse: don't allow an empty stringCarlos Martín Nieto2012-07-231-1/+2
* | tests: plug a leak in the config stressCarlos Martín Nieto2012-07-211-0/+1
* | Merge pull request #818 from nulltoken/reworkVicent Martí2012-07-214-2/+123
|\ \
| * | object: introduce git_object_peel()nulltoken2012-07-171-0/+79
| * | revparse: extend test coveragenulltoken2012-07-151-2/+40
| * | revparse: add reflog test datanulltoken2012-07-152-0/+4
* | | config: escape subsection names when creating themCarlos Martín Nieto2012-07-211-0/+22
| |/ |/|
* | Fix bug with merging diffs with null optionsRussell Belfer2012-07-191-0/+48
|/
* revparse: fix disambiguation of refs and abbrev oidsnulltoken2012-07-121-0/+49
* revparse: simplify handling of the colon syntaxnulltoken2012-07-121-2/+16
* tree: unfound tree entry returns GIT_ENOTFOUNDnulltoken2012-07-121-6/+6
* Fix memory leak in testRussell Belfer2012-07-121-1/+1
* tests: fix git_odb_foreach() object countCarlos Martín Nieto2012-07-121-1/+1
* Merge pull request #789 from carlosmn/odb-foreachVicent Martí2012-07-121-0/+36
|\
| * odb: add git_odb_foreach()Carlos Martín Nieto2012-07-031-0/+36
* | Merge pull request #805 from nulltoken/fix/revwalk-email-parsingVicent Martí2012-07-129-25/+84
|\ \
| * | signature: prevent angle bracket usage in identitynulltoken2012-07-111-17/+31
| * | revwalk: relax the parsing of the commit timenulltoken2012-07-111-0/+44
| * | tests: add test commit with angle brackets in the author namenulltoken2012-07-117-8/+9
* | | Merge pull request #814 from nulltoken/topic/revparse-refacVicent Martí2012-07-123-2/+108
|\ \ \