Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | receive-pack: quarantine objects until pre-receive accepts | Jeff King | 2016-10-10 | 1 | -1/+40 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-10-17 | 3 | -16/+17 | |
|\| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | alternates: use fspathcmp to detect duplicates | Jeff King | 2016-10-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | count-objects: report alternates via verbose mode | Jeff King | 2016-10-10 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | alternates: use a separate scratch space | Jeff King | 2016-10-10 | 2 | -16/+5 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/clone-copy-alternates-fix' | Junio C Hamano | 2016-10-17 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | clone: detect errors in normalize_path_copy | Jeff King | 2016-10-05 | 1 | -2/+5 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/blame-reverse' | Junio C Hamano | 2016-10-10 | 1 | -2/+40 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.." | Junio C Hamano | 2016-06-14 | 1 | -0/+38 | |
| * | | | | | | | | | | | | | | | | | | blame: improve diagnosis for "--reverse NEW" | Junio C Hamano | 2016-06-14 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 3 | -16/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commits | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -1/+17 | |
| * | | | | | | | | | | | | | | | | | | clone: define shallow clone boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -3/+17 | |
| * | | | | | | | | | | | | | | | | | | clone: define shallow clone boundary based on time with --shallow-since | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -3/+13 | |
| * | | | | | | | | | | | | | | | | | | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -6/+27 | |
| * | | | | | | | | | | | | | | | | | | fetch-pack: use skip_prefix() instead of starts_with() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/pack-objects-optim-mru' | Junio C Hamano | 2016-10-10 | 2 | -5/+92 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | pack-objects: use mru list when iterating over packs | Jeff King | 2016-08-11 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | | | pack-objects: break delta cycles before delta-search phase | Jeff King | 2016-08-11 | 1 | -0/+84 | |
| * | | | | | | | | | | | | | | | | | | | provide an initializer for "struct object_info" | Jeff King | 2016-08-11 | 1 | -3/+2 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/qsort' | Junio C Hamano | 2016-10-10 | 10 | -31/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | show-branch: use QSORT | René Scharfe | 2016-10-03 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | | use QSORT, part 2 | René Scharfe | 2016-09-30 | 2 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | | remove unnecessary check before QSORT | René Scharfe | 2016-09-30 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | | | | | | | use QSORT | René Scharfe | 2016-09-30 | 8 | -20/+13 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-10-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 | René Scharfe | 2016-09-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/blame-abbrev' | Junio C Hamano | 2016-10-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | blame: use DEFAULT_ABBREV macro | Junio C Hamano | 2016-09-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'vn/revision-shorthand-for-side-branch-log' | Junio C Hamano | 2016-10-06 | 1 | -13/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | revision: new rev^-n shorthand for rev^n..rev | Vegard Nossum | 2016-09-27 | 1 | -13/+41 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/ambiguous-short-object-names' | Junio C Hamano | 2016-10-06 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | sha1_array: let callbacks interrupt iteration | Jeff King | 2016-09-26 | 2 | -2/+4 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/init-core-worktree-in-multi-worktree-world' | Junio C Hamano | 2016-10-03 | 2 | -48/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | init: kill git_link variable | Nguyễn Thái Ngọc Duy | 2016-09-26 | 1 | -12/+4 | |
| * | | | | | | | | | | | | | | | | | | | | init: do not set unnecessary core.worktree | Nguyễn Thái Ngọc Duy | 2016-09-26 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | | | | | | init: kill set_git_dir_init() | Nguyễn Thái Ngọc Duy | 2016-09-26 | 1 | -29/+21 | |
| * | | | | | | | | | | | | | | | | | | | | init: call set_git_dir_init() from within init_db() | Nguyễn Thái Ngọc Duy | 2016-09-26 | 2 | -15/+18 | |
| * | | | | | | | | | | | | | | | | | | | | init: correct re-initialization from a linked worktree | Nguyễn Thái Ngọc Duy | 2016-09-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/copy-array' | Junio C Hamano | 2016-10-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | use COPY_ARRAY | René Scharfe | 2016-09-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/worktree-config' | Junio C Hamano | 2016-09-30 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | worktree: honor configuration variables | Junio C Hamano | 2016-09-27 | 1 | -0/+2 | |
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'ah/misc-message-fixes' into maint | Junio C Hamano | 2016-09-19 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/forbid-symbolic-ref-d-HEAD' into maint | Junio C Hamano | 2016-09-19 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/clone-recursive-progress' | Junio C Hamano | 2016-09-27 | 2 | -5/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | clone: pass --progress decision to recursive submodules | Jeff King | 2016-09-22 | 2 | -5/+29 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/checkout-init-macro' | Junio C Hamano | 2016-09-27 | 2 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | introduce CHECKOUT_INIT | René Scharfe | 2016-09-22 | 2 | -3/+2 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |