aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* convert.h: move declarations for conversion from cache.hJunio C Hamano2011-05-26
* sha1_file: use the correct type (ssize_t, not size_t) for read-style functionJim Meyering2011-05-26
* streaming: read loose objects incrementallyJunio C Hamano2011-05-20
* sha1_file.c: expose helpers to read loose objectsJunio C Hamano2011-05-20
* streaming: read non-delta incrementally from a packJunio C Hamano2011-05-20
* streaming_write_entry(): support files with holesJunio C Hamano2011-05-20
* convert: CRLF_INPUT is a no-op in the output codepathJunio C Hamano2011-05-20
* streaming_write_entry(): use streaming API in write_entry()Junio C Hamano2011-05-20
* streaming: a new API to read from the object storeJunio C Hamano2011-05-20
* write_entry(): separate two helper functions outJunio C Hamano2011-05-20
* unpack_object_header(): make it publicJunio C Hamano2011-05-20
* sha1_object_info_extended(): hint about objects in delta-base cacheJunio C Hamano2011-05-20
* sha1_object_info_extended(): expose a bit more infoJunio C Hamano2011-05-19
* packed_object_info_detail(): do not return a stringJunio C Hamano2011-05-16
*---. Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streamingJunio C Hamano2011-05-15
|\ \ \
| | | * read_sha1_file(): allow selective bypassing of replacement mechanismJunio C Hamano2011-05-15
| | | * inline lookup_replace_object() callsJunio C Hamano2011-05-15
| | | * read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano2011-05-15
| | | * t6050: make sure we test not just commit replacementJunio C Hamano2011-05-15
| | | * Declare lookup_replace_object() in cache.h, not in commit.hJunio C Hamano2011-05-15
| | * | Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano2011-05-13
| | * | index_fd(): split into two helper functionsJunio C Hamano2011-05-09
| | * | index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-09
| * | | convert: make it harder to screw up adding a conversion attributeJunio C Hamano2011-05-09
| * | | convert: make it safer to add conversion attributesJunio C Hamano2011-05-09
| * | | convert: give saner names to crlf/eol variables, types and functionsJunio C Hamano2011-05-09
| * | | convert: rename the "eol" global variable to "core_eol"Junio C Hamano2011-05-09
| | |/ | |/|
* | | Sync release notes for 1.7.6 to exclude what are in maintenance trackJunio C Hamano2011-05-15
* | | Merge branch 'maint'Junio C Hamano2011-05-15
|\ \ \
| * | | Update draft release notes to 1.7.5.2Junio C Hamano2011-05-15
| * | | Merge branch 'cn/format-patch-quiet' into maintJunio C Hamano2011-05-15
| |\ \ \
| * \ \ \ Merge branch 'jm/mergetool-submodules' into maintJunio C Hamano2011-05-15
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/format-patch-quote-special-in-from' into maintJunio C Hamano2011-05-15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'vh/git-svn-doc' into maintJunio C Hamano2011-05-15
| |\ \ \ \ \ \
| * | | | | | | git_open_noatime(): drop unused parameterJunio C Hamano2011-05-15
| * | | | | | | sha1_file: typofixJunio C Hamano2011-05-15
* | | | | | | | Merge branch 'maint'Junio C Hamano2011-05-14
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | add, merge, diff: do not use strcasecmp to compare config variable namesJonathan Nieder2011-05-14
* | | | | | | | Update draft release notes to 1.7.6Junio C Hamano2011-05-13
* | | | | | | | Merge branch 'bf/commit-template-no-cleanup'Junio C Hamano2011-05-13
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not strip empty lines / trailing spaces from a commit message templateBoris Faure2011-05-11
* | | | | | | | | Merge branch 'jc/t1506-shell-param-expansion-gotcha'Junio C Hamano2011-05-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t1507: avoid "${parameter<op>'word'}" inside double-quotesJunio C Hamano2011-05-09
* | | | | | | | | | Merge branch 'rr/rerere-libify-clear-gc'Junio C Hamano2011-05-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rerere: libify rerere_clear() and rerere_gc()Junio C Hamano2011-05-08
* | | | | | | | | | | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix'Junio C Hamano2011-05-13
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'js/maint-1.6.6-send-pack-stateless-rpc-deadlock-fix' into js/ma...Junio C Hamano2011-05-05
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | send-pack: unbreak push over stateless rpcJeff King2011-05-05
| * | | | | | | | | | | | Merge branch 'js/maint-1.6.6-send-pack-stateless-rpc-deadlock-fix' into js/ma...Junio C Hamano2011-04-25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | send-pack: avoid deadlock when pack-object dies earlyJohannes Sixt2011-04-25