Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | make show-index a builtin | Jeff King | 2018-05-28 | 4 | -2/+5 | |
* | | | | | | | | | | Merge branch 'en/merge-recursive-tests' | Junio C Hamano | 2018-06-25 | 2 | -861/+1098 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | t6036: prefer test_when_finished to manual cleanup in following test | Elijah Newren | 2018-05-28 | 1 | -10/+12 | |
| * | | | | | | | | | | t6036, t6042: prefer test_cmp to sequences of test | Elijah Newren | 2018-05-28 | 2 | -73/+130 | |
| * | | | | | | | | | | t6036, t6042: prefer test_path_is_file, test_path_is_missing | Elijah Newren | 2018-05-28 | 2 | -22/+22 | |
| * | | | | | | | | | | t6036, t6042: use test_line_count instead of wc -l | Elijah Newren | 2018-05-28 | 2 | -67/+134 | |
| * | | | | | | | | | | t6036, t6042: use test_create_repo to keep tests independent | Elijah Newren | 2018-05-28 | 2 | -815/+926 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'nd/diff-apply-ita' | Junio C Hamano | 2018-06-25 | 7 | -20/+99 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | apply: add --intent-to-add | Nguyễn Thái Ngọc Duy | 2018-05-29 | 4 | -8/+35 | |
| * | | | | | | | | | | t2203: add a test about "diff HEAD" case | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -0/+17 | |
| * | | | | | | | | | | diff: turn --ita-invisible-in-index on by default | Nguyễn Thái Ngọc Duy | 2018-05-29 | 3 | -10/+41 | |
| * | | | | | | | | | | diff: ignore --ita-[in]visible-in-index when diffing worktree-to-tree | Nguyễn Thái Ngọc Duy | 2018-05-29 | 2 | -3/+7 | |
* | | | | | | | | | | | Merge branch 'ds/commit-graph-lockfile-fix' | Junio C Hamano | 2018-06-25 | 11 | -56/+209 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | commit-graph: fix UX issue when .lock file exists | Derrick Stolee | 2018-05-22 | 1 | -17/+5 | |
| * | | | | | | | | | | | commit-graph.txt: update design document | Derrick Stolee | 2018-05-22 | 1 | -5/+24 | |
| * | | | | | | | | | | | merge: check config before loading commits | Derrick Stolee | 2018-05-22 | 2 | -3/+13 | |
| * | | | | | | | | | | | commit: use generation number in remove_redundant() | Derrick Stolee | 2018-05-22 | 1 | -1/+6 | |
| * | | | | | | | | | | | commit: add short-circuit to paint_down_to_common() | Derrick Stolee | 2018-05-22 | 1 | -4/+16 | |
| * | | | | | | | | | | | commit: use generation numbers for in_merge_bases() | Derrick Stolee | 2018-05-22 | 1 | -1/+8 | |
| * | | | | | | | | | | | ref-filter: use generation number for --contains | Derrick Stolee | 2018-05-22 | 1 | -4/+20 | |
| * | | | | | | | | | | | commit-graph: always load commit-graph information | Derrick Stolee | 2018-05-22 | 6 | -20/+47 | |
| * | | | | | | | | | | | commit: use generations in paint_down_to_common() | Derrick Stolee | 2018-05-22 | 2 | -1/+20 | |
| * | | | | | | | | | | | commit-graph: compute generation numbers | Derrick Stolee | 2018-05-22 | 1 | -0/+43 | |
| * | | | | | | | | | | | commit: add generation number to struct commit | Derrick Stolee | 2018-05-22 | 3 | -0/+7 | |
| * | | | | | | | | | | | ref-filter: fix outdated comment on in_commit_list | Derrick Stolee | 2018-05-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 2018-06-25 | 22 | -195/+382 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | commit.h: delete 'util' field in struct commit | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -1/+5 | |
| * | | | | | | | | | | | | merge: use commit-slab in merge remote desc instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 4 | -18/+29 | |
| * | | | | | | | | | | | | log: use commit-slab in prepare_bases() instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -2/+8 | |
| * | | | | | | | | | | | | show-branch: note about its object flags usage | Nguyễn Thái Ngọc Duy | 2018-05-21 | 2 | -0/+6 | |
| * | | | | | | | | | | | | show-branch: use commit-slab for commit-name instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -12/+27 | |
| * | | | | | | | | | | | | name-rev: use commit-slab for rev-name instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -3/+20 | |
| * | | | | | | | | | | | | bisect.c: use commit-slab for commit weight instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -3/+9 | |
| * | | | | | | | | | | | | revision.c: use commit-slab for show_source | Nguyễn Thái Ngọc Duy | 2018-05-21 | 5 | -14/+39 | |
| * | | | | | | | | | | | | sequencer.c: use commit-slab to associate todo items to commits | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -3/+9 | |
| * | | | | | | | | | | | | sequencer.c: use commit-slab to mark seen commits | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -3/+9 | |
| * | | | | | | | | | | | | shallow.c: use commit-slab for commit depth instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -12/+28 | |
| * | | | | | | | | | | | | describe: use commit-slab for commit names instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -3/+13 | |
| * | | | | | | | | | | | | blame: use commit-slab for blame suspects instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 3 | -12/+34 | |
| * | | | | | | | | | | | | commit-slab: support shared commit-slab | Nguyễn Thái Ngọc Duy | 2018-05-21 | 3 | -9/+28 | |
| * | | | | | | | | | | | | commit-slab.h: code split | Nguyễn Thái Ngọc Duy | 2018-05-21 | 3 | -109/+127 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'pc/submodule-helper-foreach' | Junio C Hamano | 2018-06-25 | 4 | -47/+190 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | submodule: port submodule subcommand 'foreach' from shell to C | Prathamesh Chavan | 2018-05-11 | 2 | -38/+145 | |
| * | | | | | | | | | | | | submodule foreach: document variable '$displaypath' | Prathamesh Chavan | 2018-05-09 | 2 | -14/+16 | |
| * | | | | | | | | | | | | submodule foreach: document '$sm_path' instead of '$path' | Prathamesh Chavan | 2018-05-09 | 1 | -4/+7 | |
| * | | | | | | | | | | | | submodule foreach: correct '$path' in nested submodules from a subdirectory | Prathamesh Chavan | 2018-05-09 | 2 | -3/+34 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Prepare to start 2.19 cycle | Junio C Hamano | 2018-06-25 | 3 | -2/+16 | |
* | | | | | | | | | | | | Git 2.18v2.18.0 | Junio C Hamano | 2018-06-21 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'en/rename-directory-detection-reboot' | Junio C Hamano | 2018-06-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | merge-recursive: use xstrdup() instead of fixed buffer | René Scharfe | 2018-06-18 | 1 | -5/+5 |