aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | git-sh-setup: add die_with_statusFredrik Gustafsson2011-06-13
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jc/legacy-loose-object'Junio C Hamano2011-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sha1_file.c: "legacy" is really the current formatJunio C Hamano2011-06-08
* | | | | | | | | | | | | | Merge branch 'an/shallow-doc'Junio C Hamano2011-07-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Document the underlying protocol used by shallow repositories and --depth com...Alex Neronskiy2011-06-08
| * | | | | | | | | | | | | | Fix documentation of fetch-pack that implies that the client can disconnect a...Alex Neronskiy2011-06-08
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Start 1.7.7 cycleJunio C Hamano2011-07-06
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-07-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | docs: document --textconv diff optionJeff King2011-07-06
* | | | | | | | | | | | | | | Merge branch 'jc/streaming-filter' into nextJunio C Hamano2011-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t0021: test application of both crlf and identJunio C Hamano2011-05-26
| * | | | | | | | | | | | | | | t0021-conversion.sh: fix NoTerminatingSymbolAtEOF testRené Scharfe2011-05-26
| * | | | | | | | | | | | | | | streaming: filter cascadingJunio C Hamano2011-05-26
| * | | | | | | | | | | | | | | streaming filter: ident filterJunio C Hamano2011-05-26
| * | | | | | | | | | | | | | | Add LF-to-CRLF streaming conversionJunio C Hamano2011-05-26
| * | | | | | | | | | | | | | | stream filter: add "no more input" to the filtersJunio C Hamano2011-05-26
| * | | | | | | | | | | | | | | Add streaming filter APIJunio C Hamano2011-05-26
| * | | | | | | | | | | | | | | convert.h: move declarations for conversion from cache.hJunio C Hamano2011-05-26
* | | | | | | | | | | | | | | | Merge branch 'jn/gitweb-js-blame' into nextJunio C Hamano2011-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gitweb.js: use setTimeout rather than setInterval in blame_incremental.jsJakub Narebski2011-05-27
| * | | | | | | | | | | | | | | | gitweb.js: No need for loop in blame_incremental's handleResponse()Jakub Narebski2011-05-27
| * | | | | | | | | | | | | | | | gitweb.js: No need for inProgress in blame_incremental.jsJakub Narebski2011-05-27
* | | | | | | | | | | | | | | | | Merge branch 'da/git-prefix-everywhere' into nextJunio C Hamano2011-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t/t7503-pre-commit-hook.sh: Add GIT_PREFIX testsDavid Aguilar2011-06-02
| * | | | | | | | | | | | | | | | | git-mergetool--lib: Make vimdiff retain the current directoryDavid Aguilar2011-05-26
| * | | | | | | | | | | | | | | | | git: Remove handling for GIT_PREFIXDavid Aguilar2011-05-26
| * | | | | | | | | | | | | | | | | setup: Provide GIT_PREFIX to built-insDavid Aguilar2011-05-26
* | | | | | | | | | | | | | | | | | Merge branch 'jc/streaming' into nextJunio C Hamano2011-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ab/i18n-scripts' into nextJunio C Hamano2011-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | i18n: git-bisect bisect_next_check "You need to" messageÆvar Arnfjörð Bjarmason2011-05-21
| * | | | | | | | | | | | | | | | | | | | | i18n: git-bisect [Y/n] messagesÆvar Arnfjörð Bjarmason2011-05-21
| * | | | | | | | | | | | | | | | | | | | | i18n: git-bisect bisect_replay + $1 messagesÆvar Arnfjörð Bjarmason2011-05-21
| * | | | | | | | | | | | | | | | | | | | | i18n: git-bisect bisect_reset + $1 messagesÆvar Arnfjörð Bjarmason2011-05-21
| * | | | | | | | | | | | | | | | | | | | | i18n: git-bisect bisect_run + $@ messagesÆvar Arnfjörð Bjarmason2011-05-21
| * | | | | | | | | | | | | | | | | | | | | i18n: git-bisect die + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-21
| * | | | | | | | | | | | | | | | | | | | | i18n: git-bisect die + gettext messagesÆvar Arnfjörð Bjarmason2011-05-21