Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Documentation: git-filter-branch honors replacement refs | Peter Collingbourne | 2011-07-21 | 1 | -2/+3 | |
| * | | | | | | | | | | | | remote-curl: Add a format check to parsing of info/refs | Julian Phillips | 2011-07-20 | 1 | -0/+2 | |
| * | | | | | | | | | | | | git-config: Remove extra whitespaces | Pavan Kumar Sunkara | 2011-07-19 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Update draft release notes to 1.7.7 | Junio C Hamano | 2011-07-19 | 1 | -2/+49 | |
* | | | | | | | | | | | | Merge branch 'jc/index-pack' | Junio C Hamano | 2011-07-19 | 11 | -249/+395 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | verify-pack: use index-pack --verify | Junio C Hamano | 2011-06-05 | 4 | -166/+27 | |
| * | | | | | | | | | | | | index-pack: show histogram when emulating "verify-pack -v" | Junio C Hamano | 2011-06-05 | 1 | -3/+23 | |
| * | | | | | | | | | | | | index-pack: start learning to emulate "verify-pack -v" | Junio C Hamano | 2011-06-05 | 1 | -3/+40 | |
| * | | | | | | | | | | | | index-pack: a miniscule refactor | Junio C Hamano | 2011-06-05 | 1 | -3/+8 | |
| * | | | | | | | | | | | | index-pack --verify: read anomalous offsets from v2 idx file | Junio C Hamano | 2011-02-27 | 4 | -2/+74 | |
| * | | | | | | | | | | | | write_idx_file: need_large_offset() helper function | Junio C Hamano | 2011-02-27 | 1 | -10/+19 | |
| * | | | | | | | | | | | | index-pack: --verify | Junio C Hamano | 2011-02-27 | 6 | -17/+125 | |
| * | | | | | | | | | | | | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 2011-02-27 | 5 | -33/+48 | |
| * | | | | | | | | | | | | index-pack: group the delta-base array entries also by type | Junio C Hamano | 2011-02-27 | 1 | -21/+40 | |
* | | | | | | | | | | | | | Merge branch 'jn/mime-type-with-params' | Junio C Hamano | 2011-07-19 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss | Jakub Narebski | 2011-06-30 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss | Jakub Narebski | 2011-06-30 | 1 | -1/+9 | |
* | | | | | | | | | | | | | | Merge branch 'jc/submodule-sync-no-auto-vivify' | Junio C Hamano | 2011-07-19 | 3 | -30/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | submodule add: always initialize .git/config entry | Jens Lehmann | 2011-06-26 | 1 | -17/+18 | |
| * | | | | | | | | | | | | | | submodule sync: do not auto-vivify uninteresting submodule | Junio C Hamano | 2011-06-26 | 3 | -13/+29 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/archive-tar-filter' | Junio C Hamano | 2011-07-19 | 8 | -73/+375 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | upload-archive: allow user to turn off filters | Jeff King | 2011-06-22 | 8 | -13/+49 | |
| * | | | | | | | | | | | | | | | archive: provide builtin .tar.gz filter | Jeff King | 2011-06-22 | 3 | -0/+51 | |
| * | | | | | | | | | | | | | | | archive: implement configurable tar filters | Jeff King | 2011-06-22 | 3 | -1/+165 | |
| * | | | | | | | | | | | | | | | archive: refactor file extension format-guessing | Jeff King | 2011-06-22 | 1 | -6/+19 | |
| * | | | | | | | | | | | | | | | archive: move file extension format-guessing lower | Jeff King | 2011-06-22 | 4 | -41/+41 | |
| * | | | | | | | | | | | | | | | archive: pass archiver struct to write_archive callback | Jeff King | 2011-06-22 | 4 | -4/+7 | |
| * | | | | | | | | | | | | | | | archive: refactor list of archive formats | Jeff King | 2011-06-22 | 4 | -27/+52 | |
| * | | | | | | | | | | | | | | | archive-tar: don't reload default config options | Jeff King | 2011-06-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | archive: reorder option parsing and config reading | Jeff King | 2011-06-15 | 1 | -4/+14 | |
* | | | | | | | | | | | | | | | | Merge branch 'jn/gitweb-split-header-html' | Junio C Hamano | 2011-07-19 | 1 | -77/+95 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | gitweb: Refactor git_header_html | Jakub Narebski | 2011-06-22 | 1 | -77/+95 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/clone-cmdline-config' | Junio C Hamano | 2011-07-19 | 10 | -15/+121 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | clone: accept config options on the command line | Jeff King | 2011-06-22 | 3 | -1/+71 | |
| * | | | | | | | | | | | | | | | | | config: make git_config_parse_parameter a public function | Jeff King | 2011-06-22 | 2 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | remote: use new OPT_STRING_LIST | Jeff King | 2011-06-22 | 1 | -12/+2 | |
| * | | | | | | | | | | | | | | | | | parse-options: add OPT_STRING_LIST helper | Jeff King | 2011-06-22 | 4 | -0/+44 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/maint-config-param' | Junio C Hamano | 2011-07-19 | 4 | -11/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | config: use strbuf_split_str instead of a temporary strbuf | Jeff King | 2011-06-22 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | | | | strbuf: allow strbuf_split to work on non-strbufs | Jeff King | 2011-06-22 | 2 | -7/+17 | |
| * | | | | | | | | | | | | | | | | | config: avoid segfault when parsing command-line config | Jeff King | 2011-06-22 | 2 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | config: die on error in command-line config | Jeff King | 2011-06-22 | 2 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | fix "git -c" parsing of values with equals signs | Jeff King | 2011-06-22 | 2 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | strbuf_split: add a max parameter | Jeff King | 2011-06-22 | 2 | -3/+11 | |
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'jk/tag-list-multiple-patterns' | Junio C Hamano | 2011-07-19 | 3 | -12/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | tag: accept multiple patterns for --list | Jeff King | 2011-06-20 | 3 | -12/+28 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 2011-07-19 | 16 | -126/+323 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | zlib: allow feeding more than 4GB in one go | Junio C Hamano | 2011-06-10 | 1 | -20/+58 | |
| * | | | | | | | | | | | | | | | | | | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 15 | -70/+142 | |
| * | | | | | | | | | | | | | | | | | | zlib: wrap deflateBound() too | Junio C Hamano | 2011-06-10 | 8 | -10/+17 |