summaryrefslogtreecommitdiffstats
path: root/templates (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-27stream filter: add "no more input" to the filtersJunio C Hamano3-4/+35
2011-05-27Add streaming filter APIJunio C Hamano5-16/+209
2011-05-27convert.h: move declarations for conversion from cache.hJunio C Hamano2-37/+45
2011-05-26sha1_file: use the correct type (ssize_t, not size_t) for read-style functionJim Meyering1-1/+1
2011-05-21streaming: read loose objects incrementallyJunio C Hamano1-3/+82
2011-05-21sha1_file.c: expose helpers to read loose objectsJunio C Hamano2-3/+6
2011-05-21streaming: read non-delta incrementally from a packJunio C Hamano1-3/+102
2011-05-21streaming_write_entry(): support files with holesJunio C Hamano1-2/+19
2011-05-21convert: CRLF_INPUT is a no-op in the output codepathJunio C Hamano1-1/+1
2011-05-21streaming_write_entry(): use streaming API in write_entry()Junio C Hamano3-0/+76
2011-05-21streaming: a new API to read from the object storeJunio C Hamano3-0/+210
2011-05-21write_entry(): separate two helper functions outJunio C Hamano1-17/+26
2011-05-21unpack_object_header(): make it publicJunio C Hamano2-4/+5
2011-05-21sha1_object_info_extended(): hint about objects in delta-base cacheJunio C Hamano2-1/+11
2011-05-19sha1_object_info_extended(): expose a bit more infoJunio C Hamano2-11/+59
2011-05-17packed_object_info_detail(): do not return a stringJunio C Hamano3-5/+5
2011-05-16Sync release notes for 1.7.6 to exclude what are in maintenance trackJunio C Hamano1-12/+0
2011-05-16Update draft release notes to 1.7.5.2Junio C Hamano1-0/+9
2011-05-16git_open_noatime(): drop unused parameterJunio C Hamano1-8/+7
2011-05-16sha1_file: typofixJunio C Hamano1-1/+1
2011-05-16read_sha1_file(): allow selective bypassing of replacement mechanismJunio C Hamano2-5/+12
2011-05-16inline lookup_replace_object() callsJunio C Hamano3-4/+14
2011-05-16read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano4-17/+9
2011-05-16t6050: make sure we test not just commit replacementJunio C Hamano1-2/+16
2011-05-16Declare lookup_replace_object() in cache.h, not in commit.hJunio C Hamano2-2/+1
2011-05-15add, merge, diff: do not use strcasecmp to compare config variable namesJonathan Nieder3-6/+6
2011-05-14Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano2-1/+110
2011-05-13Update draft release notes to 1.7.6Junio C Hamano1-30/+16
2011-05-13Prepare for 1.7.5.2Junio C Hamano2-1/+34
2011-05-13t5400: Fix a couple of typosJohan Herland1-2/+2
2011-05-13Tweak t3102-ls-tree-wildcards to run on WindowsJohannes Sixt1-7/+7
2011-05-11Update draft release notes to 1.7.6Junio C Hamano1-3/+18
2011-05-11Do not strip empty lines / trailing spaces from a commit message templateBoris Faure3-1/+25
2011-05-09convert: make it harder to screw up adding a conversion attributeJunio C Hamano1-41/+38
2011-05-09convert: make it safer to add conversion attributesJunio C Hamano1-26/+22
2011-05-09convert: give saner names to crlf/eol variables, types and functionsJunio C Hamano1-30/+31
2011-05-09convert: rename the "eol" global variable to "core_eol"Junio C Hamano4-10/+10
2011-05-09index_fd(): split into two helper functionsJunio C Hamano1-11/+31
2011-05-09index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano6-23/+27
2011-05-09t1507: avoid "${parameter<op>'word'}" inside double-quotesJunio C Hamano1-2/+5
2011-05-08t3701: add-p-fix makes the last test to passJunio C Hamano1-1/+1
2011-05-08rerere: libify rerere_clear() and rerere_gc()Junio C Hamano3-75/+88
2011-05-08Remove gitweb/gitweb.cgi and other legacy targets from main MakefileJakub Narebski1-26/+0
2011-05-08git-instaweb: Simplify build dependency on gitwebJakub Narebski1-1/+1
2011-05-07tests: teach verify_parents to check for extra parentsJonathan Nieder1-0/+1
2011-05-07merge: make branch.<name>.mergeoptions correctly override merge.<option>Junio C Hamano2-14/+57
2011-05-06tests: eliminate unnecessary setup test assertionsJonathan Nieder2-99/+97
2011-05-06Update draft release notes to 1.7.6Junio C Hamano1-3/+29
2011-05-06Remove duplicated "is a"João Britto1-1/+1
2011-05-06fast-import: fix option parser for no-arg optionsSverre Rabbelier1-3/+3