summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-141-0/+30
|\
| * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-083-8/+35
| * allowing create remote with custom fetch specVictor Garcia2013-11-073-6/+9
* | Fix warningsRussell Belfer2013-11-133-4/+6
* | 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-121-9/+6
* | Duplicate all fields of a blame hunkBen Straub2013-11-121-0/+5
* | Fix warningsLinquize2013-11-123-3/+3
* | Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-1112-178/+313
|\ \
| * | remote: update head list on pushCarlos Martín Nieto2013-11-113-11/+27
| * | 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-118-84/+71
| * | remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-102-24/+68
| * | 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-011-5/+6
* | | config_file: styleVicent Marti2013-11-101-18/+18
* | | Merge pull request #1950 from csware/quote-config-valuesVicent Martí2013-11-101-2/+24
|\ \ \
| * | | Rename methodSven Strickroth2013-11-071-3/+3
| * | | Correctly quote config values while savingSven Strickroth2013-11-071-2/+24
* | | | Merge pull request #1936 from libgit2/better-url-parsingVicent Martí2013-11-104-86/+92
|\ \ \ \
| * | | | Make url decoding more bulletproofbetter-url-parsingBen Straub2013-11-051-12/+7
| * | | | Remove unnecessary checkBen Straub2013-11-051-1/+1
| * | | | Incorporate feedbackBen Straub2013-11-051-5/+5
| * | | | Fix ssh.c compileBen Straub2013-11-041-2/+3
| * | | | Unescape url-encoded usernames and passwordsBen Straub2013-11-041-2/+26
| * | | | Use http_parser_parse_url to parse urlsBen Straub2013-11-044-89/+74
| * | | | Clarify parsing issues and errorsBen Straub2013-11-011-2/+3
| * | | | Streamline url-parsing logic.Ben Straub2013-11-011-25/+25
| | |/ / | |/| |
* | | | Allow callers to set mode on packfile creationEdward Thomson2013-11-073-4/+8
* | | | Add git_packbuilder_hash to query pack filenameEdward Thomson2013-11-071-2/+10
| |_|/ |/| |
* | | don't double free pktEdward Thomson2013-11-051-1/+1
* | | Merge pull request #1946 from arthurschreiber/change-branch-iterator-definitionCarlos Martín Nieto2013-11-051-2/+2
|\ \ \
| * | | Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber2013-11-051-2/+2
* | | | Blame: change signature to be more binding-friendlyBen Straub2013-11-051-1/+1
|/ / /
* | | Fix MSVC 64-bit warningsBen Straub2013-11-052-10/+10
* | | Plug configuration file search paths leaksnulltoken2013-11-052-1/+6
* | | Plug git_merge() related leaksnulltoken2013-11-051-0/+1
* | | merge branch into current, updating workdirEdward Thomson2013-11-052-18/+536
* | | Merge pull request #1943 from libgit2/ntk/fix/leaksVicent Martí2013-11-051-2/+5
|\ \ \
| * | | Fix leaksnulltoken2013-11-051-2/+5
* | | | Merge pull request #1938 from libgit2/cmn/branch-iteratorVicent Martí2013-11-051-32/+50
|\ \ \ \
| * | | | branch: move from foreach to an iteratorCarlos Martín Nieto2013-11-051-32/+50
| |/ / /
* | | | Merge pull request #1941 from libgit2/rb/preserve-iterator-errorVicent Martí2013-11-052-0/+31
|\ \ \ \ | |/ / / |/| | |
| * | | error: Simplify giterr_detachVicent Marti2013-11-052-16/+12
| * | | Preserve file error in iteratorRussell Belfer2013-11-041-0/+12
| * | | Add giterr_detach API to get and clear errorRussell Belfer2013-11-041-0/+23
| | |/ | |/|
* | | Propagate ELOCKED error when updating the confignulltoken2013-11-051-4/+4