summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| |/ / / /
| * | | | Merge pull request #1952 from ethomson/packfile_modeVicent Martí2013-11-077-10/+62
| |\ \ \ \
| | * | | | Allow callers to set mode on packfile creationEdward Thomson2013-11-077-10/+62
| |/ / / /
| * | | | Merge pull request #1949 from ethomson/packbuilder_oidVicent Martí2013-11-073-2/+32
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add git_packbuilder_hash to query pack filenameEdward Thomson2013-11-073-2/+32
| |/ / /
| * | | Merge pull request #1947 from ethomson/double_free_pktVicent Martí2013-11-051-1/+1
| |\ \ \
| | * | | don't double free pktEdward Thomson2013-11-051-1/+1
| |/ / /
| * | | cmake: Add `USE_SSH` optionVicent Marti2013-11-051-1/+3
| * | | Merge pull request #1946 from arthurschreiber/change-branch-iterator-definitionCarlos Martín Nieto2013-11-054-7/+7
| |\ \ \
| | * | | Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber2013-11-054-7/+7
| * | | | Blame: change signature to be more binding-friendlyBen Straub2013-11-052-2/+2
| |/ / /
| * | | Fix MSVC 64-bit warningsBen Straub2013-11-052-10/+10
| * | | Merge pull request #1944 from libgit2/ntk/fix/config_search_paths_leaksVicent Martí2013-11-054-1/+16
| |\ \ \
| | * | | Plug configuration file search paths leaksnulltoken2013-11-054-1/+16
| |/ / /
| * | | Merge pull request #1945 from libgit2/ntk/fix/merge_leaksVicent Martí2013-11-052-0/+3
| |\ \ \
| | * | | Plug git_merge() related leaksnulltoken2013-11-052-0/+3
| |/ / /
| * | | Merge pull request #1007 from ethomson/mergeVicent Martí2013-11-0511-20/+1851
| |\ \ \
| | * | | merge branch into current, updating workdirEdward Thomson2013-11-0511-20/+1851
| |/ / /
| * | | Merge pull request #1943 from libgit2/ntk/fix/leaksVicent Martí2013-11-052-2/+7
| |\ \ \
| | * | | Fix leaksnulltoken2013-11-052-2/+7
| * | | | Merge pull request #1938 from libgit2/cmn/branch-iteratorVicent Martí2013-11-054-132/+129
| |\ \ \ \
| | * | | | branch: move from foreach to an iteratorCarlos Martín Nieto2013-11-054-132/+129
| | |/ / /
| * | | | Merge pull request #1941 from libgit2/rb/preserve-iterator-errorVicent Martí2013-11-054-0/+79
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | error: Simplify giterr_detachVicent Marti2013-11-053-25/+18
| | * | | Preserve file error in iteratorRussell Belfer2013-11-042-0/+46
| | * | | Add giterr_detach API to get and clear errorRussell Belfer2013-11-042-0/+40
| * | | | Merge pull request #1942 from libgit2/fix/config_propagate_errorVicent Martí2013-11-052-4/+17
| |\ \ \ \