Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | zlib: wrap deflate side of the API | Junio C Hamano | 2011-06-10 | 10 | -41/+105 | |
| * | | | | | | | | | | | | | | | zlib: wrap inflateInit2 used to accept only for gzip format | Junio C Hamano | 2011-06-10 | 3 | -4/+17 | |
| * | | | | | | | | | | | | | | | zlib: wrap remaining calls to direct inflate/inflateEnd | Junio C Hamano | 2011-06-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | zlib wrapper: refactor error message formatter | Junio C Hamano | 2011-06-10 | 1 | -35/+38 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'ak/gcc46-profile-feedback' | Junio C Hamano | 2011-07-19 | 3 | -1/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Add explanation of the profile feedback build to the README | Andi Kleen | 2011-06-20 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | | Add profile feedback build to git | Andi Kleen | 2011-06-20 | 1 | -0/+16 | |
| * | | | | | | | | | | | | | | | Add option to disable NORETURN | Junio C Hamano | 2011-06-20 | 2 | -1/+7 | |
* | | | | | | | | | | | | | | | | Merge branch 'js/rebase-typo-branch-squelch-usage' | Junio C Hamano | 2011-07-13 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | rebase: do not print lots of usage hints after an obvious error message | Johannes Sixt | 2011-06-29 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jn/doc-dashdash' | Junio C Hamano | 2011-07-13 | 9 | -13/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Documentation/i18n: quote double-dash for AsciiDoc | Jonathan Nieder | 2011-06-29 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'jn/maint-doc-dashdash' into jn/doc-dashdash | Junio C Hamano | 2011-06-29 | 7 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Documentation: quote double-dash for AsciiDoc | Jonathan Nieder | 2011-06-29 | 7 | -7/+7 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4' | Junio C Hamano | 2011-07-13 | 2 | -1/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | git-submodule.sh: preserve stdin for the command spawned by foreach | Brandon Casey | 2011-06-29 | 2 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | | t/t7407: demonstrate that the command called by 'submodule foreach' loses stdin | Brandon Casey | 2011-06-29 | 1 | -0/+18 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'nk/ref-doc' | Junio C Hamano | 2011-07-13 | 4 | -30/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | glossary: clarify description of HEAD | Junio C Hamano | 2011-06-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | glossary: update description of head and ref | Junio C Hamano | 2011-06-23 | 1 | -4/+5 | |
| * | | | | | | | | | | | | | | | | | | | glossary: update description of "tag" | Junio C Hamano | 2011-06-23 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | | | | | | git.txt: de-emphasize the implementation detail of a ref | Junio C Hamano | 2011-06-23 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | | | | check-ref-format doc: de-emphasize the implementation detail of a ref | Junio C Hamano | 2011-06-23 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | | | | | git-remote.txt: avoid sounding as if loose refs are the only ones in the world | Junio C Hamano | 2011-06-23 | 1 | -9/+10 | |
| * | | | | | | | | | | | | | | | | | | | git-remote.txt: fix wrong remote refspec | Namhyung Kim | 2011-06-23 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'fk/relink-upon-ldflags-update' | Junio C Hamano | 2011-07-13 | 2 | -8/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Makefile: Track changes to LDFLAGS and relink when necessary | Fredrik Kuivinen | 2011-06-22 | 2 | -8/+18 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |