Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repository | brian m. carlson | 2014-12-29 | 1 | -1/+6 |
* | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 | 1 | -1/+1 |
* | Merge branch 'jk/push-simple' | Junio C Hamano | 2014-12-12 | 1 | -4/+4 |
|\ | |||||
| * | push: truly use "simple" as default, not "upstream"jk/push-simple | Jeff King | 2014-11-30 | 1 | -4/+4 |
* | | Merge branch 'jk/colors-fix' | Junio C Hamano | 2014-12-12 | 1 | -14/+13 |
|\ \ | |||||
| * | | config: fix parsing of "git config --get-color some.key -1" | Jeff King | 2014-11-20 | 1 | -14/+13 |
| * | | Merge branch 'rs/clean-menu-item-defn' into maint | Junio C Hamano | 2014-11-11 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maint | Junio C Hamano | 2014-10-29 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/mbox-from-line' into maint | Junio C Hamano | 2014-10-07 | 1 | -1/+17 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'rt/push-recurse-submodule-usage-string' | Junio C Hamano | 2014-12-12 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/push.c: fix description of --recurse-submodules optionrt/push-recurse-submodule-usage-string | Ralf Thielow | 2014-11-18 | 1 | -1/+1 |
* | | | | | | | Merge branch 'sv/typofix-apply-error-message' | Junio C Hamano | 2014-12-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | apply: fix typo in an error messagesv/typofix-apply-error-message | Slavomir Vlcek | 2014-11-17 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'mh/config-copy-string-from-git-path' | Junio C Hamano | 2014-12-12 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmd_config(): make a copy of path obtained from git_path()mh/config-copy-string-from-git-path | Michael Haggerty | 2014-11-17 | 1 | -2/+5 |
* | | | | | | | | Merge branch 'mh/config-flip-xbit-back-after-checking' | Junio C Hamano | 2014-12-05 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | create_default_files(): don't set u+x bit on $GIT_DIR/configmh/config-flip-xbit-back-after-checking | Michael Haggerty | 2014-11-18 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'rs/receive-pack-use-labs' | Junio C Hamano | 2014-12-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | use labs() for variables of type long instead of abs()rs/receive-pack-use-labs | René Scharfe | 2014-11-17 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'jh/empty-notes' | Junio C Hamano | 2014-12-05 | 1 | -123/+135 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | builtin/notes: add --allow-empty, to allow storing empty notes | Johan Herland | 2014-11-12 | 1 | -6/+11 |
| * | | | | | | | | | | builtin/notes: split create_note() to clarify add vs. remove logic | Johan Herland | 2014-11-12 | 1 | -49/+54 |
| * | | | | | | | | | | builtin/notes: simplify early exit code in add() | Johan Herland | 2014-11-12 | 1 | -18/+17 |
| * | | | | | | | | | | builtin/notes: refactor note file path into struct note_data | Johan Herland | 2014-11-10 | 1 | -17/+21 |
| * | | | | | | | | | | builtin/notes: improve naming | Johan Herland | 2014-11-10 | 1 | -55/+54 |
| * | | | | | | | | | | builtin/notes: fix premature failure when trying to add the empty blob | Johan Herland | 2014-11-10 | 1 | -1/+1 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jk/checkout-from-tree' | Junio C Hamano | 2014-12-05 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | checkout $tree: do not throw away unchanged index entriesjk/checkout-from-tree | Jeff King | 2014-11-13 | 1 | -0/+18 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | use args member of struct child_processrs/env-array-in-child-process | René Scharfe | 2014-11-10 | 1 | -25/+22 |
| |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 2014-11-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fetch: load all default config at startup | Jeff King | 2014-11-04 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-31 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | receive-pack: avoid minor leak in case start_async() fails | René Scharfe | 2014-10-28 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2014-10-29 | 7 | -199/+157 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pack-objects: double-check options before discarding objects | Jeff King | 2014-10-19 | 1 | -0/+2 |
| * | | | | | | | | | | repack: pack objects mentioned by the index | Jeff King | 2014-10-19 | 2 | -0/+9 |
| * | | | | | | | | | | pack-objects: use argv_array | Jeff King | 2014-10-19 | 1 | -10/+10 |
| * | | | | | | | | | | make add_object_array_with_context interface more sane | Jeff King | 2014-10-16 | 1 | -4/+4 |
| * | | | | | | | | | | pack-objects: match prune logic for discarding objects | Jeff King | 2014-10-16 | 1 | -0/+39 |
| * | | | | | | | | | | pack-objects: refactor unpack-unreachable expiration check | Jeff King | 2014-10-16 | 1 | -5/+12 |
| * | | | | | | | | | | prune: keep objects reachable from recent objects | Jeff King | 2014-10-16 | 2 | -2/+2 |
| * | | | | | | | | | | count-objects: use for_each_loose_file_in_objdir | Jeff King | 2014-10-16 | 1 | -71/+30 |
| * | | | | | | | | | | count-objects: do not use xsize_t when counting object size | Jeff King | 2014-10-16 | 1 | -1/+1 |
| * | | | | | | | | | | prune-packed: use for_each_loose_file_in_objdir | Jeff King | 2014-10-16 | 1 | -46/+23 |
| * | | | | | | | | | | prune: factor out loose-object directory traversal | Jeff King | 2014-10-16 | 1 | -61/+26 |
* | | | | | | | | | | | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-24 | 1 | -1/+12 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | push: heed user.signingkey for signed pushes | Michael J Gruber | 2014-10-24 | 1 | -1/+12 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'eb/no-pthreads' | Junio C Hamano | 2014-10-24 | 3 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Handle atexit list internaly for unthreaded buildseb/no-pthreads | Etienne Buira | 2014-10-19 | 1 | -5/+0 |
| * | | | | | | | | | | pack-objects: set number of threads before checking and warning | Junio C Hamano | 2014-10-13 | 1 | -2/+4 |