summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-142062-55912/+0
* Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-141-1/+11
|\
| * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-086-16/+16
| * adding doc for new param and test to check fetch spec is correctly addedVictor Garcia2013-11-071-1/+11
| * allowing create remote with custom fetch specVictor Garcia2013-11-076-14/+14
* | Fix warningsRussell Belfer2013-11-131-1/+2
* | tests: make a few globals staticsCarlos Martín Nieto2013-11-132-3/+3
* | Minor cleanupblame-fixesBen Straub2013-11-121-3/+2
* | Fix buffer blame with new lines at end of fileBen Straub2013-11-121-2/+3
* | Add some failing blame test casesBen Straub2013-11-121-0/+36
* | Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-115-74/+65
|\ \
| * | tests: update push testsCarlos Martín Nieto2013-11-113-19/+23
| * | remote: make _ls return the list directlyCarlos Martín Nieto2013-11-115-55/+42
* | | Fix warning in tests-clar/merge/workdir/trivial.cLinquize2013-11-111-1/+1
* | | Merge pull request #1950 from csware/quote-config-valuesVicent Martí2013-11-101-0/+31
|\ \ \
| * | | Add another testcase to make sure double quotes are correctly escapedSven Strickroth2013-11-071-0/+4
| * | | Add a testcase for values which needs quotesSven Strickroth2013-11-071-0/+27
* | | | Merge pull request #1936 from libgit2/better-url-parsingVicent Martí2013-11-101-18/+41
|\ \ \ \
| * | | | Make url decoding more bulletproofbetter-url-parsingBen Straub2013-11-051-2/+2
| * | | | Unescape url-encoded usernames and passwordsBen Straub2013-11-041-2/+14
| * | | | Use http_parser_parse_url to parse urlsBen Straub2013-11-041-27/+28
| * | | | Streamline url-parsing logic.Ben Straub2013-11-011-0/+10
| | |/ / | |/| |
* | | | Allow callers to set mode on packfile creationEdward Thomson2013-11-072-6/+50
* | | | Add git_packbuilder_hash to query pack filenameEdward Thomson2013-11-071-0/+12
| |_|/ |/| |
* | | Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber2013-11-052-3/+3
* | | Plug configuration file search paths leaksnulltoken2013-11-052-0/+10
* | | Plug git_merge() related leaksnulltoken2013-11-051-0/+2
* | | merge branch into current, updating workdirEdward Thomson2013-11-057-2/+1252
* | | Merge pull request #1943 from libgit2/ntk/fix/leaksVicent Martí2013-11-051-0/+2
|\ \ \
| * | | Fix leaksnulltoken2013-11-051-0/+2
* | | | Merge pull request #1938 from libgit2/cmn/branch-iteratorVicent Martí2013-11-052-84/+55
|\ \ \ \
| * | | | branch: move from foreach to an iteratorCarlos Martín Nieto2013-11-052-84/+55
| |/ / /
* | | | Merge pull request #1941 from libgit2/rb/preserve-iterator-errorVicent Martí2013-11-051-0/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Preserve file error in iteratorRussell Belfer2013-11-041-0/+34
| | |/ | |/|
* | | Propagate ELOCKED error when updating the confignulltoken2013-11-051-0/+13
* | | move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-044-17/+17
* | | Take umask into account in filebuf_commitEdward Thomson2013-11-041-0/+34
|/ /
* | Merge pull request #1939 from ethomson/readwrite_odbVicent Martí2013-11-041-0/+52
|\ \
| * | Allow backend consumers to specify file modeEdward Thomson2013-11-041-0/+52
* | | Merge pull request #1317 from libgit2/blameRussell Belfer2013-11-0430-0/+747
|\ \ \
| * \ \ Merge remote-tracking branch 'libgit2/development' into blameBen Straub2013-10-2849-1008/+2572
| |\ \ \
| * | | | Fix initializer errorBen Straub2013-10-101-5/+5
| * | | | Merge branch 'development' into blameBen Straub2013-10-0319-260/+518
| |\ \ \ \
| * \ \ \ \ Merge branch 'development' into blameBen Straub2013-09-2553-369/+1324
| |\ \ \ \ \
| * | | | | | Trim fat from git_blame structBen Straub2013-09-201-1/+1
| * | | | | | Detect boundaries, support limiting commit rangeBen Straub2013-09-204-87/+111
| * | | | | | Blame: fixturize testsBen Straub2013-09-191-110/+126
| * | | | | | blame: allow restriction to line rangeBen Straub2013-09-191-0/+68
| * | | | | | Port blame from git.gitBen Straub2013-09-1630-0/+639
* | | | | | | Merge pull request #1929 from libgit2/rb/misc-diff-fixesVicent Martí2013-11-0410-44/+210
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |