summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* signature: Small cleanupsignatures-2Vicent Marti2013-02-201-3/+2
* signature: Shut up MSVC, you silly gooseVicent Marti2013-02-202-6/+18
* Simplify signature parsingVicent Marti2013-02-203-206/+72
* Merge pull request #1342 from ghedo/developmentVicent Martí2013-02-151-1/+1
|\
| * push: fix typo in git_push_finish() docAlessandro Ghedini2013-02-151-1/+1
|/
* Merge pull request #1318 from nulltoken/topic/diff-tree-coverageVicent Martí2013-02-1423-44/+146
|\
| * diff: Enhance tree-to-tree diff test coveragenulltoken2013-02-061-0/+109
| * diff: refactor git_diff_tree_to_tree() testsnulltoken2013-02-061-45/+18
| * Add unsymlinked.git test repositorynulltoken2013-02-0622-0/+20
* | Merge pull request #1340 from schu/push-docsVicent Martí2013-02-141-0/+10
|\ \
| * | push: improve docs on success / failure of git_push_finishMichael Schubert2013-02-141-0/+10
|/ /
* | Fix a leak when canceling a network operationBen Straub2013-02-141-2/+3
* | Fix a git_filebuf leak (fixes Win32 clone::can_cancel)Philip Kelley2013-02-141-13/+14
* | Merge pull request #1335 from phkelley/developmentVicent Martí2013-02-142-8/+57
|\ \
| * | Change git2.rc to identify git.dll as VOS_NT_WINDOWS32Philip Kelley2013-02-131-1/+1
| * | Improve MSVC compiler, linker flagsPhilip Kelley2013-02-131-7/+56
|/ /
* | Merge pull request #1333 from phkelley/push_optionsBen Straub2013-02-125-2/+66
|\ \
| * | Add git_push_options, to set packbuilder parallelismPhilip Kelley2013-02-115-2/+66
* | | Merge pull request #1246 from arrbee/fix-force-text-for-diff-blobsRussell Belfer2013-02-123-26/+147
|\ \ \
| * | | More diff tests with binary dataRussell Belfer2013-02-112-15/+119
| * | | Reorganize FORCE_TEXT diff flag checksRussell Belfer2013-02-111-14/+24
| * | | Add FORCE_TEXT check into git_diff_blobs code pathRussell Belfer2013-02-111-3/+10
* | | | Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-128-16/+65
|\ \ \ \ | |/ / / |/| | |
| * | | Expect standard error code from internal callsBen Straub2013-02-061-1/+1
| * | | Allow all non-zero returns to cancel transfersBen Straub2013-02-053-3/+3
| * | | Enhance test coverage for transfer cancellationBen Straub2013-02-051-0/+22
| * | | Document callback-triggered cancellationBen Straub2013-02-051-1/+5
| * | | Allow progress callback to cancel fetchBen Straub2013-02-058-15/+38
* | | | Merge pull request #1324 from nulltoken/topic/remote_isvalidnameRussell Belfer2013-02-1110-76/+128
|\ \ \ \
| * | | | remote: Introduce git_remote_is_valid_name()nulltoken2013-02-117-23/+72
| * | | | refs: No component of a refname can end with '.lock'nulltoken2013-02-112-4/+7
| * | | | remote: reorganize testsnulltoken2013-02-114-51/+51
|/ / / /
* | | | Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer2013-02-1113-21/+294
|\ \ \ \
| * | | | Fix MSVC compilation warningsnulltoken2013-02-057-10/+10
| * | | | tests: Remove useless codenulltoken2013-02-051-5/+0
| * | | | reset: Introduce git_reset_default()nulltoken2013-02-053-0/+277
| * | | | reset: Enhance documentationnulltoken2013-02-051-3/+3
| * | | | index: Fix indentationsnulltoken2013-02-051-1/+1
| * | | | index: Enhance documentationnulltoken2013-02-051-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #1323 from jamill/resolve_remotePhilip Kelley2013-02-116-8/+278
|\ \ \ \ | |_|_|/ |/| | |
| * | | Teach refspec to transform destination reference to source referenceJameson Miller2013-02-113-10/+38
| * | | Teach remote branch to return its remoteJameson Miller2013-02-115-0/+242
* | | | Fix some incorrect MSVC #ifdef's. Fixes #1305Philip Kelley2013-02-113-3/+3
* | | | Fix a bug introduced in df93a681 'Merge the push...'Philip Kelley2013-02-101-1/+3
* | | | Fix -Wmaybe-uninitialized warningMichael Schubert2013-02-101-1/+1
* | | | Merge pull request #1320 from cscheid/developmentVicent Martí2013-02-081-2/+1
|\ \ \ \
| * | | | removed other references to api.htmlCarlos Scheidegger2013-02-061-2/+1
* | | | | Merge pull request #1327 from phkelley/developmentVicent Martí2013-02-084-20/+130
|\ \ \ \ \
| * | | | | Merge the push report into the refs to avoid a 3rd network callPhilip Kelley2013-02-084-20/+130
| | |/ / / | |/| | |
* | | | | tests: fix whitespace in refs/rename.cScott J. Goldman2013-02-081-33/+33
|/ / / /