summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | make show-index a builtinJeff King2018-05-284-2/+5
* | | | | | | | | | Merge branch 'en/merge-recursive-tests'Junio C Hamano2018-06-252-861/+1098
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t6036: prefer test_when_finished to manual cleanup in following testElijah Newren2018-05-281-10/+12
| * | | | | | | | | | t6036, t6042: prefer test_cmp to sequences of testElijah Newren2018-05-282-73/+130
| * | | | | | | | | | t6036, t6042: prefer test_path_is_file, test_path_is_missingElijah Newren2018-05-282-22/+22
| * | | | | | | | | | t6036, t6042: use test_line_count instead of wc -lElijah Newren2018-05-282-67/+134
| * | | | | | | | | | t6036, t6042: use test_create_repo to keep tests independentElijah Newren2018-05-282-815/+926
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/diff-apply-ita'Junio C Hamano2018-06-257-20/+99
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | apply: add --intent-to-addNguyễn Thái Ngọc Duy2018-05-294-8/+35
| * | | | | | | | | | t2203: add a test about "diff HEAD" caseNguyễn Thái Ngọc Duy2018-05-291-0/+17
| * | | | | | | | | | diff: turn --ita-invisible-in-index on by defaultNguyễn Thái Ngọc Duy2018-05-293-10/+41
| * | | | | | | | | | diff: ignore --ita-[in]visible-in-index when diffing worktree-to-treeNguyễn Thái Ngọc Duy2018-05-292-3/+7
* | | | | | | | | | | Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-2511-56/+209
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | commit-graph: fix UX issue when .lock file existsDerrick Stolee2018-05-221-17/+5
| * | | | | | | | | | | commit-graph.txt: update design documentDerrick Stolee2018-05-221-5/+24
| * | | | | | | | | | | merge: check config before loading commitsDerrick Stolee2018-05-222-3/+13
| * | | | | | | | | | | commit: use generation number in remove_redundant()Derrick Stolee2018-05-221-1/+6
| * | | | | | | | | | | commit: add short-circuit to paint_down_to_common()Derrick Stolee2018-05-221-4/+16
| * | | | | | | | | | | commit: use generation numbers for in_merge_bases()Derrick Stolee2018-05-221-1/+8
| * | | | | | | | | | | ref-filter: use generation number for --containsDerrick Stolee2018-05-221-4/+20
| * | | | | | | | | | | commit-graph: always load commit-graph informationDerrick Stolee2018-05-226-20/+47
| * | | | | | | | | | | commit: use generations in paint_down_to_common()Derrick Stolee2018-05-222-1/+20
| * | | | | | | | | | | commit-graph: compute generation numbersDerrick Stolee2018-05-221-0/+43
| * | | | | | | | | | | commit: add generation number to struct commitDerrick Stolee2018-05-223-0/+7
| * | | | | | | | | | | ref-filter: fix outdated comment on in_commit_listDerrick Stolee2018-05-021-1/+1
* | | | | | | | | | | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-2522-195/+382
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | commit.h: delete 'util' field in struct commitNguyễn Thái Ngọc Duy2018-05-211-1/+5
| * | | | | | | | | | | | merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy2018-05-214-18/+29
| * | | | | | | | | | | | log: use commit-slab in prepare_bases() instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-2/+8
| * | | | | | | | | | | | show-branch: note about its object flags usageNguyễn Thái Ngọc Duy2018-05-212-0/+6
| * | | | | | | | | | | | show-branch: use commit-slab for commit-name instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-12/+27
| * | | | | | | | | | | | name-rev: use commit-slab for rev-name instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-3/+20
| * | | | | | | | | | | | bisect.c: use commit-slab for commit weight instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-3/+9
| * | | | | | | | | | | | revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2018-05-215-14/+39
| * | | | | | | | | | | | sequencer.c: use commit-slab to associate todo items to commitsNguyễn Thái Ngọc Duy2018-05-211-3/+9
| * | | | | | | | | | | | sequencer.c: use commit-slab to mark seen commitsNguyễn Thái Ngọc Duy2018-05-211-3/+9
| * | | | | | | | | | | | shallow.c: use commit-slab for commit depth instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-12/+28
| * | | | | | | | | | | | describe: use commit-slab for commit names instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-3/+13
| * | | | | | | | | | | | blame: use commit-slab for blame suspects instead of commit->utilNguyễn Thái Ngọc Duy2018-05-213-12/+34
| * | | | | | | | | | | | commit-slab: support shared commit-slabNguyễn Thái Ngọc Duy2018-05-213-9/+28
| * | | | | | | | | | | | commit-slab.h: code splitNguyễn Thái Ngọc Duy2018-05-213-109/+127
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'pc/submodule-helper-foreach'Junio C Hamano2018-06-254-47/+190
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | submodule: port submodule subcommand 'foreach' from shell to CPrathamesh Chavan2018-05-112-38/+145
| * | | | | | | | | | | | submodule foreach: document variable '$displaypath'Prathamesh Chavan2018-05-092-14/+16
| * | | | | | | | | | | | submodule foreach: document '$sm_path' instead of '$path'Prathamesh Chavan2018-05-091-4/+7
| * | | | | | | | | | | | submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan2018-05-092-3/+34
| |/ / / / / / / / / / /
* | | | | | | | | | | | Prepare to start 2.19 cycleJunio C Hamano2018-06-253-2/+16
* | | | | | | | | | | | Git 2.18v2.18.0Junio C Hamano2018-06-211-1/+1
* | | | | | | | | | | | Merge branch 'en/rename-directory-detection-reboot'Junio C Hamano2018-06-190-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | merge-recursive: use xstrdup() instead of fixed bufferRené Scharfe2018-06-181-5/+5