summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Collapse)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
|\ | | | | Allowing create remotes with custom fetch spec
| * 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
| | | | | | | | ld was warning that the size of path changed, rightly so.
* | 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
|\ \ | | | | | | Remote revamp (director's cut)
| * | tests: update push testsCarlos Martín Nieto2013-11-113-19/+23
| | | | | | | | | | | | These tests were forgotten when modifying git_remote_ls().
| * | remote: make _ls return the list directlyCarlos Martín Nieto2013-11-115-55/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The callback-based method of listing remote references dates back to the beginning of the network code's lifetime, when we didn't know any better. We need to keep the list around for update_tips() after disconnect() so let's make use of this to simply give the user a pointer to the array so they can write straightforward code instead of having to go through a callback.
* | | 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
|\ \ \ | | | | | | | | Correctly quote config values while saving
| * | | Add another testcase to make sure double quotes are correctly escapedSven Strickroth2013-11-071-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
| * | | Add a testcase for values which needs quotesSven Strickroth2013-11-071-0/+27
| | | | | | | | | | | | | | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* | | | Merge pull request #1936 from libgit2/better-url-parsingVicent Martí2013-11-101-18/+41
|\ \ \ \ | | | | | | | | | | Streamline url-parsing logic.
| * | | | 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 ↵Arthur Schreiber2013-11-052-3/+3
| | | | | | | | | | | | git_branch_t.
* | | 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 leaks
| * | | 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 iterator
| * | | | branch: move from foreach to an iteratorCarlos Martín Nieto2013-11-052-84/+55
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a git_branch_iterator type which is equivalent to the foreach but lets us write loops instead of callbacks. Since the introduction of git_reference_shorthand(), the added value of passing the name is reduced.
* | | | Merge pull request #1941 from libgit2/rb/preserve-iterator-errorVicent Martí2013-11-051-0/+34
|\ \ \ \ | |/ / / |/| | | Preserve error messages during file system iterator cleanup
| * | | Preserve file error in iteratorRussell Belfer2013-11-041-0/+34
| | |/ | |/| | | | | | | | | | | | | | | | | | | When the filesystem iterator encounters an error with a file, it returns the error but because of the cleanup code, it was in some cases erasing the error message. This uses the giterr_detach API to make sure that the actual error message is restored after the cleanup code has been run.
* | | 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 mode
| * | Allow backend consumers to specify file modeEdward Thomson2013-11-041-0/+52
| | |
* | | Merge pull request #1317 from libgit2/blameRussell Belfer2013-11-0430-0/+747
|\ \ \ | | | | | | | | Blame Canada
| * \ \ 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/git2.h
| * \ \ \ \ 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
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Fix some observed problems with incorrect diffs