summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix gen_pktline format specifier for Win32Philip Kelley2013-01-222-1/+3
* Merge pull request #1267 from libgit2/no-newlineVicent Martí2013-01-211-3/+6
|\
| * Handle packed peeled objects without trailing newlinesScott J. Goldman2013-01-211-3/+6
* | Merge pull request #1266 from arrbee/update-clarVicent Martí2013-01-214-24/+54
|\ \
| * | Update clar to a80e7f30Russell Belfer2013-01-214-24/+54
|/ /
* | Merge pull request #1265 from arrbee/parse-commit-time-as-uint64Vicent Martí2013-01-212-2/+10
|\ \ | |/ |/|
| * Parse commit time as uint64_t to avoid overflowRussell Belfer2013-01-212-2/+10
|/
* commit: don't include the LF in the header field valueCarlos Martín Nieto2013-01-201-2/+3
* Fix compilation on OpenBSDCarlos Martín Nieto2013-01-201-0/+1
* Merge pull request #1260 from phkelley/developmentPhilip Kelley2013-01-181-21/+45
|\
| * Fix really bad error handling in git_smart__negotiate_fetchPhilip Kelley2013-01-181-21/+45
|/
* Merge pull request #1258 from zcbenz/fix_index_remove_testVicent Martí2013-01-171-1/+1
|\
| * Fix linking error caused by ddcb28a41f3774e26fc6ae0a7174a5565e4749ce.Zhao Cheng2013-01-181-1/+1
|/
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-1720-44/+94
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-1220-44/+94
* | Merge pull request #1256 from arrbee/asciify-test-dataVicent Martí2013-01-171-5/+5
|\ \
| * | Move all non-ascii test data to raw hexRussell Belfer2013-01-171-5/+5
* | | Merge pull request #1257 from ethomson/crlf_test_fixVicent Martí2013-01-172-0/+8
|\ \ \ | |/ / |/| |
| * | add a git config, don't run crlf tests on non-win32Edward Thomson2013-01-172-0/+8
|/ /
* | Merge pull request #1244 from carlosmn/pack-evictVicent Martí2013-01-171-12/+7
|\ \
| * | pack: evict all of the pages at onceCarlos Martín Nieto2013-01-141-31/+4
| * | pack: evict objects from the cache in groups of eightCarlos Martín Nieto2013-01-141-11/+33
* | | Merge pull request #1247 from sba1/dont-segfault-if-transport-doesnt-support-...Ben Straub2013-01-172-0/+27
|\ \ \
| * | | Test that pushs properly fail for transports that don't provide a push implem...Sebastian Bauer2013-01-171-0/+21
| * | | Don't segfault if transport doesn't support push.Sebastian Bauer2013-01-171-0/+6
* | | | Merge pull request #1255 from arrbee/fix-signed-commit-header-parsingVicent Martí2013-01-172-29/+47
|\ \ \ \
| * | | | Add skipping of unknown commit headersRussell Belfer2013-01-172-29/+47
| |/ / /
* | | | Merge pull request #1254 from ethomson/index_filtered_sizeVicent Martí2013-01-1718-3/+112
|\ \ \ \ | |/ / / |/| | |
| * | | cache should contain on-disk (filtered) file sizeEdward Thomson2013-01-1718-3/+112
|/ / /
* | | Merge pull request #1211 from arrbee/fix-icase-status-fileVicent Martí2013-01-1617-206/+708
|\ \ \
| * | | Shortcut spool and sort for empty iteratorRussell Belfer2013-01-151-0/+5
| * | | Support case insensitive tree iterators and statusRussell Belfer2013-01-154-40/+228
| * | | Add git_tree_entry_cmp and git_tree_entry_icmpRussell Belfer2013-01-153-6/+26
| * | | Add git_path_icmp to case-insensitive path cmpRussell Belfer2013-01-152-1/+30
| * | | Add payload "_r" versions of bsearch and tsortRussell Belfer2013-01-153-25/+88
| * | | Test for ignore_case ranges on workdir iteratorRussell Belfer2013-01-151-0/+49
| * | | Update iterator API with flags for ignore_caseRussell Belfer2013-01-156-81/+165
| * | | Fix err msg for ambiguous path in git_status_fileRussell Belfer2013-01-151-4/+6
| * | | Minor iterator API cleanupsRussell Belfer2013-01-155-65/+42
| * | | Simplify git_diff__paired_foreach icase handlingRussell Belfer2013-01-151-16/+12
| * | | status: Enhance git_status_file() test coveragenulltoken2013-01-151-0/+89
* | | | Merge pull request #1248 from sba1/doc-fixVicent Martí2013-01-161-0/+3
|\ \ \ \
| * | | | Some doc improvementsSebastian Bauer2013-01-161-0/+3
* | | | | Merge pull request #1245 from nulltoken/topic/git_branch_tracking_nameVicent Martí2013-01-167-26/+188
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | branch: Introduce git_branch_tracking_name()nulltoken2013-01-167-22/+184
| * | | | Fix indentationsnulltoken2013-01-161-4/+4
|/ / / /
* | | | Merge pull request #1238 from nulltoken/fix/checkout-indexRussell Belfer2013-01-154-7/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Travis compilation warningsnulltoken2013-01-132-6/+3
| * | | checkout: Teach checkout to cope with orphaned Headnulltoken2013-01-132-1/+18
| |/ /
* | | Merge pull request #1242 from sba1/init-with-template-fixRussell Belfer2013-01-143-3/+24
|\ \ \ | |/ / |/| |