summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1469 from libgit2/vmg/unified-revisionVicent Martí2013-04-155-66/+112
|\
| * git_revision -> git_revspecVicent Marti2013-04-151-14/+14
| * Is this crazy?Vicent Marti2013-04-151-33/+26
| * Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-155-61/+114
| |\
| | * Change git_revparse to output git_object pointersBen Straub2013-04-155-38/+27
| | * Redeploy git_revparse_single.Ben Straub2013-04-154-111/+70
| | * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-098-73/+119
| | * Implement unified git_revparseBen Straub2013-04-081-0/+59
* | | Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto2013-04-151-0/+27
|/ /
* | refdb tests: use the right variable sizeCarlos Martín Nieto2013-04-151-8/+8
* | commit: correctly detect the start of the commit messageCarlos Martín Nieto2013-04-151-1/+28
* | Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí2013-04-116-139/+174
|\ \
| * | branch: add more upstream configuration managementCarlos Martín Nieto2013-04-111-0/+35
| * | branch: refactor git_branch_remote_nameCarlos Martín Nieto2013-03-311-1/+1
| * | branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-304-62/+62
* | | Notify '*' pathspec correctly when diffingyorah2013-04-112-163/+228
* | | Tests and more fixes for submodule diffsRussell Belfer2013-04-092-1/+170
| |/ |/|
* | test: Add missing NULLsVicent Marti2013-04-071-1/+1
* | Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti2013-04-072-14/+72
|\ \
| * | revwalk: Parse revision rangesGreg Price2013-04-061-0/+12
| * | revparse: Parse range-like syntaxGreg Price2013-04-061-0/+43
| * | revwalk: refactor tests a bitGreg Price2013-03-311-7/+11
| * | revwalk tests: better diagram of example repoGreg Price2013-03-311-7/+6
* | | tag: Fix parsing when no tagger nor messagenulltoken2013-03-317-9/+33
* | | tests: Fix indentationsnulltoken2013-03-311-61/+61
| |/ |/|
* | free!Edward Thomson2013-03-291-0/+2
* | remove unmerged files during reset hardEdward Thomson2013-03-291-2/+66
* | Merge pull request #1436 from schu/opts-cache-sizeVicent Martí2013-03-261-0/+12
|\ \
| * | opts: allow configuration of odb cache sizeMichael Schubert2013-03-251-0/+12
* | | Fix some diff ignores and submodule dirty workdirRussell Belfer2013-03-257-20/+189
* | | Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-252-13/+72
* | | Recursing into ignored dirs for diff and statusRussell Belfer2013-03-251-4/+59
* | | Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-252-0/+83
* | | Fix up checkout file contents checksRussell Belfer2013-03-255-59/+80
* | | don't convert CRLF to CRCRLFEdward Thomson2013-03-251-1/+45
* | | Test fixes and cleanupRussell Belfer2013-03-256-152/+55
* | | Added some tests for issue #1397Sven Strickroth2013-03-2519-0/+335
* | | oid: Do not parse OIDs longer than 40Vicent Marti2013-03-251-3/+1
* | | Merge pull request #1428 from xavier-l/nul-terminated-oidVicent Martí2013-03-251-0/+14
|\ \ \ | |/ / |/| |
| * | Clarified string valueXavier L.2013-03-211-1/+1
| * | Added test case for new functionXavier L2013-03-211-0/+14
* | | Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-2212-111/+45
* | | Update cl_assert_equal_sz to be nicerRussell Belfer2013-03-222-7/+7
* | | Update to latest ClarRussell Belfer2013-03-223-23/+93
|/ /
* | Three submodule status bug fixesRussell Belfer2013-03-1820-19/+104
* | Merge pull request #1417 from arrbee/opts-for-pathsVicent Martí2013-03-182-11/+130
|\ \
| * | Fixes and cleanupsRussell Belfer2013-03-181-59/+47
| * | Switch search paths to classic delimited stringsRussell Belfer2013-03-182-26/+65
| * | Implement global/system file search pathsRussell Belfer2013-03-151-6/+98
* | | Merge pull request #1080 from carlosmn/config-set-nullVicent Martí2013-03-182-2/+16
|\ \ \ | |/ / |/| |