aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* improve httpd auth testsJeff King2011-07-20
* url: decode buffers that are not NUL-terminatedJeff King2011-07-20
* Update draft release notes to 1.7.7Junio C Hamano2011-07-19
* Merge branch 'jc/index-pack'Junio C Hamano2011-07-19
|\
| * verify-pack: use index-pack --verifyJunio C Hamano2011-06-05
| * index-pack: show histogram when emulating "verify-pack -v"Junio C Hamano2011-06-05
| * index-pack: start learning to emulate "verify-pack -v"Junio C Hamano2011-06-05
| * index-pack: a miniscule refactorJunio C Hamano2011-06-05
| * index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano2011-02-27
| * write_idx_file: need_large_offset() helper functionJunio C Hamano2011-02-27
| * index-pack: --verifyJunio C Hamano2011-02-27
| * write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-27
| * index-pack: group the delta-base array entries also by typeJunio C Hamano2011-02-27
* | Merge branch 'jn/mime-type-with-params'Junio C Hamano2011-07-19
|\ \
| * | gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-30
| * | gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xssJakub Narebski2011-06-30
* | | Merge branch 'jc/submodule-sync-no-auto-vivify'Junio C Hamano2011-07-19
|\ \ \
| * | | submodule add: always initialize .git/config entryJens Lehmann2011-06-26
| * | | submodule sync: do not auto-vivify uninteresting submoduleJunio C Hamano2011-06-26
* | | | Merge branch 'jk/archive-tar-filter'Junio C Hamano2011-07-19
|\ \ \ \
| * | | | upload-archive: allow user to turn off filtersJeff King2011-06-22
| * | | | archive: provide builtin .tar.gz filterJeff King2011-06-22
| * | | | archive: implement configurable tar filtersJeff King2011-06-22
| * | | | archive: refactor file extension format-guessingJeff King2011-06-22
| * | | | archive: move file extension format-guessing lowerJeff King2011-06-22
| * | | | archive: pass archiver struct to write_archive callbackJeff King2011-06-22
| * | | | archive: refactor list of archive formatsJeff King2011-06-22
| * | | | archive-tar: don't reload default config optionsJeff King2011-06-22
| * | | | archive: reorder option parsing and config readingJeff King2011-06-15
* | | | | Merge branch 'jn/gitweb-split-header-html'Junio C Hamano2011-07-19
|\ \ \ \ \
| * | | | | gitweb: Refactor git_header_htmlJakub Narebski2011-06-22
* | | | | | Merge branch 'jk/clone-cmdline-config'Junio C Hamano2011-07-19
|\ \ \ \ \ \
| * | | | | | clone: accept config options on the command lineJeff King2011-06-22
| * | | | | | config: make git_config_parse_parameter a public functionJeff King2011-06-22
| * | | | | | remote: use new OPT_STRING_LISTJeff King2011-06-22
| * | | | | | parse-options: add OPT_STRING_LIST helperJeff King2011-06-22
* | | | | | | Merge branch 'jk/maint-config-param'Junio C Hamano2011-07-19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | config: use strbuf_split_str instead of a temporary strbufJeff King2011-06-22
| * | | | | | strbuf: allow strbuf_split to work on non-strbufsJeff King2011-06-22
| * | | | | | config: avoid segfault when parsing command-line configJeff King2011-06-22
| * | | | | | config: die on error in command-line configJeff King2011-06-22
| * | | | | | fix "git -c" parsing of values with equals signsJeff King2011-06-22
| * | | | | | strbuf_split: add a max parameterJeff King2011-06-22
* | | | | | | Merge branch 'jk/tag-list-multiple-patterns'Junio C Hamano2011-07-19
|\ \ \ \ \ \ \
| * | | | | | | tag: accept multiple patterns for --listJeff King2011-06-20
* | | | | | | | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-19
|\ \ \ \ \ \ \ \
| * | | | | | | | zlib: allow feeding more than 4GB in one goJunio C Hamano2011-06-10
| * | | | | | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
| * | | | | | | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-10
| * | | | | | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-10