summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: Enhance config_rename_section error handlingntk/topic/config_rename_better_errornulltoken2013-11-151-0/+11
* Merge pull request #1962 from libgit2/rename-testsVicent Martí2013-11-142067-12/+12
|\
| * Update files that reference tests-clarBen Straub2013-11-147-12/+12
| * Rename tests-clar to testsBen Straub2013-11-142062-0/+0
|/
* Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-143-1/+60
|\
| * fixing typoVictor Garcia2013-11-081-1/+1
| * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-0810-25/+68
| * adding doc for new param and test to check fetch spec is correctly addedVictor Garcia2013-11-072-2/+14
| * allowing create remote with custom fetch specVictor Garcia2013-11-0710-21/+25
* | Fix warningsRussell Belfer2013-11-134-5/+8
* | tests: make a few globals staticsCarlos Martín Nieto2013-11-132-3/+3
* | Merge pull request #1958 from libgit2/blame-fixesVicent Martí2013-11-133-10/+50
|\ \
| * | Minor cleanupblame-fixesBen Straub2013-11-121-3/+2
| * | Don't leak memory when duplicating a NULL signatureBen Straub2013-11-122-5/+7
| * | Fix buffer blame with new lines at end of fileBen Straub2013-11-122-11/+9
| * | Duplicate all fields of a blame hunkBen Straub2013-11-121-0/+5
| * | Add some failing blame test casesBen Straub2013-11-121-0/+36
|/ /
* | Merge pull request #1957 from linquize/warning3Vicent Martí2013-11-124-4/+4
|\ \
| * | Fix warningsLinquize2013-11-124-4/+4
|/ /
* | Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-1120-287/+433
|\ \
| * | remote: update head list on pushCarlos Martín Nieto2013-11-113-11/+27
| * | tests: update push testsCarlos Martín Nieto2013-11-113-19/+23
| * | remote: let's at least pretend to have some memory safetyCarlos Martín Nieto2013-11-111-3/+27
| * | remote: fix a couple of leaksCarlos Martín Nieto2013-11-112-7/+4
| * | remote: make _ls return the list directlyCarlos Martín Nieto2013-11-1116-163/+140
| * | remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-103-34/+95
| * | remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-016-90/+128
| * | remote: create FETCH_HEAD with a refspecless remoteCarlos Martín Nieto2013-11-012-0/+27
| * | remote: give up after 256 failures to find a common objectCarlos Martín Nieto2013-11-011-5/+6
| * | remote: download HEAD when no refspecs are givenCarlos Martín Nieto2013-11-012-6/+7
* | | Merge pull request #1955 from linquize/trivial.c-warningVicent Martí2013-11-101-1/+1
|\ \ \
| * | | Fix warning in tests-clar/merge/workdir/trivial.cLinquize2013-11-111-1/+1
|/ / /
* | | config_file: styleVicent Marti2013-11-101-18/+18
* | | Merge pull request #1950 from csware/quote-config-valuesVicent Martí2013-11-102-2/+55
|\ \ \
| * | | Rename methodSven Strickroth2013-11-071-3/+3
| * | | 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
| * | | Correctly quote config values while savingSven Strickroth2013-11-071-2/+24
* | | | Merge pull request #1936 from libgit2/better-url-parsingVicent Martí2013-11-106-104/+135
|\ \ \ \
| * | | | Make url decoding more bulletproofbetter-url-parsingBen Straub2013-11-052-14/+9
| * | | | Remove unnecessary checkBen Straub2013-11-051-1/+1
| * | | | Incorporate feedbackBen Straub2013-11-051-5/+5
| * | | | Fix ssh.c compileBen Straub2013-11-041-2/+3
| * | | | Compile HTTP parser on win32 (for url parsing)Ben Straub2013-11-041-0/+2
| * | | | Unescape url-encoded usernames and passwordsBen Straub2013-11-042-4/+40
| * | | | Use http_parser_parse_url to parse urlsBen Straub2013-11-045-116/+102
| * | | | Clarify parsing issues and errorsBen Straub2013-11-011-2/+3
| * | | | Streamline url-parsing logic.Ben Straub2013-11-012-25/+35
| | |/ / | |/| |
* | | | Merge pull request #1953 from ethomson/packfile_exampleVicent Martí2013-11-071-1/+1
|\ \ \ \
| * | | | update example to new packfile creation signatureEdward Thomson2013-11-071-1/+1
|/ / / /