Show patches with: Submitter = Denton Liu       |   1147 patches
« 1 2 ... 7 8 911 12 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[5/8] pretty.c: extract functionality to repo_format_commit_generic() learn the "summary" pretty format - - - --- 2019-11-04 Denton Liu New
[4/8] pretty.c: inline initalize format_context learn the "summary" pretty format - - - --- 2019-11-04 Denton Liu New
[3/8] revision: change abbrev_commit_given to abbrev_commit_explicit learn the "summary" pretty format - - - --- 2019-11-04 Denton Liu New
[2/8] revision: make get_revision_mark() return const pointer learn the "summary" pretty format - - - --- 2019-11-04 Denton Liu New
[1/8] pretty-formats.txt: use generic terms for hash learn the "summary" pretty format - - - --- 2019-11-04 Denton Liu New
[v3] git-diff.txt: document return code of `--no-index` [v3] git-diff.txt: document return code of `--no-index` - - - --- 2019-10-30 Denton Liu New
[v3] submodule: teach set-url subcommand [v3] submodule: teach set-url subcommand - - - --- 2019-10-29 Denton Liu New
[v2] git-diff.txt: document return code of `--no-index` [v2] git-diff.txt: document return code of `--no-index` - - - --- 2019-10-29 Denton Liu New
[v2] submodule: teach set-url subcommand [v2] submodule: teach set-url subcommand - - - --- 2019-10-29 Denton Liu New
git-diff.txt: document return code of `--no-index` git-diff.txt: document return code of `--no-index` - - - --- 2019-10-29 Denton Liu New
[v2,5/5] apply: respect merge.conflictStyle in --3way This fixes a bug where even if `merge.conflictStyle = diff3`, running `git apply --3way` would not … - - - --- 2019-10-23 Denton Liu New
[v2,4/5] t4108: demonstrate bug in apply This fixes a bug where even if `merge.conflictStyle = diff3`, running `git apply --3way` would not … - - - --- 2019-10-23 Denton Liu New
[v2,3/5] t4108: use `test_config` instead of `git config` This fixes a bug where even if `merge.conflictStyle = diff3`, running `git apply --3way` would not … - - - --- 2019-10-23 Denton Liu New
[v2,2/5] t4108: remove git command upstream of pipe This fixes a bug where even if `merge.conflictStyle = diff3`, running `git apply --3way` would not … - - - --- 2019-10-23 Denton Liu New
[v2,1/5] t4108: replace create_file with test_write_lines This fixes a bug where even if `merge.conflictStyle = diff3`, running `git apply --3way` would not … - - - --- 2019-10-23 Denton Liu New
[5/5] apply: respect merge.conflictStyle in --3way apply: fix merge.conflictStyle bug in --3way - - - --- 2019-10-23 Denton Liu New
[4/5] t4108: demonstrate bug in apply apply: fix merge.conflictStyle bug in --3way - - - --- 2019-10-23 Denton Liu New
[3/5] t4108: use `test_config` instead of `git config` apply: fix merge.conflictStyle bug in --3way - - - --- 2019-10-23 Denton Liu New
[2/5] t4108: remove git command upstream of pipe apply: fix merge.conflictStyle bug in --3way - - - --- 2019-10-23 Denton Liu New
[1/5] t4108: replace create_file with test_write_lines apply: fix merge.conflictStyle bug in --3way - - - --- 2019-10-23 Denton Liu New
[v3,14/14] t5520: replace `! git` with `test_must_fail git` t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,13/14] t5520: remove redundant lines in test cases t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,12/14] t5520: replace subshell cat comparison with test_cmp t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,11/14] t5520: don't put git in upstream of pipe t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,10/14] t5520: test single-line files by git with test_cmp t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,09/14] t5520: use test_cmp_rev where possible t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,08/14] t5520: replace test -{n,z} with test-lib functions t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,07/14] t5520: use test_line_count where possible t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,06/14] t5520: remove spaces after redirect operator t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,05/14] t5520: replace test -f with test-lib functions t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,04/14] t5520: let sed open its own input t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,03/14] t5520: use sq for test case names t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,02/14] t5520: improve test style t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
[v3,01/14] t: teach test_cmp_rev to accept ! for not-equals t5520: various test cleanup - - - --- 2019-10-22 Denton Liu New
t7419: change test_must_fail to ! for grep t7419: change test_must_fail to ! for grep - - - --- 2019-10-22 Denton Liu New
rebase: hide --preserve-merges option rebase: hide --preserve-merges option - - - --- 2019-10-18 Denton Liu New
[v2,15/15] t5520: replace `! git` with `test_must_fail git` t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,14/15] t5520: remove redundant lines in test cases t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,13/15] t5520: replace subshell cat comparison with test_cmp t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,12/15] t5520: don't put git in upstream of pipe t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,10/15] t5520: use test_cmp_rev where possible t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,08/15] t5520: use test_line_count where possible t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,07/15] t5520: remove spaces after redirect operator t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,06/15] t5520: replace test -f with test-lib functions t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,05/15] t5520: let sed open its own input t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,04/15] t5520: use sq for test case names t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,03/15] t5520: improve test style t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,02/15] t: teach test_cmp_rev to accept ! for not-equals t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,11/15] t5520: test single-line files by git with test_cmp t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,09/15] t5520: replace test -{n,z} with test-lib functions t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[v2,01/15] t7408: replace `test_must_fail test_path_is_file` t5520: various test cleanup - - - --- 2019-10-18 Denton Liu New
[4.5/12] t5520: replace test -f with test-lib functions Untitled series #189563 - - - --- 2019-10-17 Denton Liu New
[12/12] t5520: replace `! git` with `test_must_fail git` t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[11/12] t5520: replace subshell cat comparison with test_cmp t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[10/12] t5520: don't put git in upstream of pipe t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[09/12] t5520: test single-line files by git with test_cmp t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[08/12] t5520: use test_cmp_rev where possible t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[07/12] t5520: replace test -{n,z} with test-lib functions t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[06/12] t5520: use test_line_count where possible t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[05/12] t5520: remove spaces after redirect operator t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[04/12] t5520: replace test -f with test_path_is_file t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[03/12] t5520: let sed open its own input t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[02/12] t5520: use sq for test case names t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[01/12] t5520: improve test style t5520: various test cleanup - - - --- 2019-10-17 Denton Liu New
[RFC,7/7] merge: teach --autostash option merge: learn --autostash - - - --- 2019-10-16 Denton Liu New
[RFC,6/7] autostash.c: undefine USE_THE_INDEX_COMPATIBILITY_MACROS merge: learn --autostash - - - --- 2019-10-16 Denton Liu New
[RFC,5/7] autostash: extract perform_autostash() from rebase merge: learn --autostash - - - --- 2019-10-16 Denton Liu New
[RFC,4/7] autostash: extract reset_head() from rebase merge: learn --autostash - - - --- 2019-10-16 Denton Liu New
[RFC,3/7] autostash: extract apply_autostash() from rebase merge: learn --autostash - - - --- 2019-10-16 Denton Liu New
[RFC,2/7] autostash: extract read_one() from rebase merge: learn --autostash - - - --- 2019-10-16 Denton Liu New
[RFC,1/7] Makefile: alphabetically sort += lists merge: learn --autostash - - - --- 2019-10-16 Denton Liu New
[v6,3/3] format-patch: teach --cover-from-description option format-patch: learn --infer-cover-subject option (also t4014 cleanup) - - - --- 2019-10-15 Denton Liu New
[v6,2/3] format-patch: use enum variables format-patch: learn --infer-cover-subject option (also t4014 cleanup) - - - --- 2019-10-15 Denton Liu New
[v6,1/3] format-patch: replace erroneous and condition format-patch: learn --infer-cover-subject option (also t4014 cleanup) - - - --- 2019-10-15 Denton Liu New
[v5,3/3] format-patch: teach --cover-from-description option format-patch: learn --cover-from-description option - - - --- 2019-10-14 Denton Liu New
[v5,2/3] format-patch: use enum variables format-patch: learn --cover-from-description option - - - --- 2019-10-14 Denton Liu New
[v5,1/3] format-patch: change erroneous and condition format-patch: learn --cover-from-description option - - - --- 2019-10-14 Denton Liu New
[v4,4/3] fixup! format-patch: teach --cover-from-description option format-patch: learn --cover-from-description option - - - --- 2019-10-11 Denton Liu New
[v4,3/3] format-patch: teach --cover-from-description option format-patch: learn --cover-from-description option - - - --- 2019-10-11 Denton Liu New
[v4,2/3] format-patch: use enum variables format-patch: learn --cover-from-description option - - - --- 2019-10-11 Denton Liu New
[v4,1/3] format-patch: remove erroneous and condition format-patch: learn --cover-from-description option - - - --- 2019-10-11 Denton Liu New
pthread.h: manually align parameter lists pthread.h: manually align parameter lists - - - --- 2019-10-10 Denton Liu New
Makefile: respect $(V) in %.cocci.patch target Makefile: respect $(V) in %.cocci.patch target - - - --- 2019-10-09 Denton Liu New
[v2] t0000: cover GIT_SKIP_TESTS blindspots [v2] t0000: cover GIT_SKIP_TESTS blindspots - - - --- 2019-10-08 Denton Liu New
t4014: treat rev-list output as the expected value t4014: treat rev-list output as the expected value - - - --- 2019-10-08 Denton Liu New
git-rev-list.txt: prune options in synopsis git-rev-list.txt: prune options in synopsis - - - --- 2019-10-05 Denton Liu New
apply: tell user location of corrupted patch file apply: tell user location of corrupted patch file - - - --- 2019-10-04 Denton Liu New
[v2,5/5] t4214: demonstrate octopus graph coloring failure t4214: cleanup and demonstrate graph bug - - - --- 2019-10-04 Denton Liu New
[v2,4/5] t4214: explicitly list tags in log t4214: cleanup and demonstrate graph bug - - - --- 2019-10-04 Denton Liu New
[v2,3/5] t4214: generate expect in their own test cases t4214: cleanup and demonstrate graph bug - - - --- 2019-10-04 Denton Liu New
[v2,2/5] t4214: use test_merge t4214: cleanup and demonstrate graph bug - - - --- 2019-10-04 Denton Liu New
[v2,1/5] test-lib: let test_merge() perform octopus merges [v2,1/5] test-lib: let test_merge() perform octopus merges - - - --- 2019-10-04 Denton Liu New
t0000: cover GIT_SKIP_TESTS blindspot t0000: cover GIT_SKIP_TESTS blindspot - - - --- 2019-10-02 Denton Liu New
[BUG/PATCH,5/5] t4214: demonstrate octopus graph coloring failure t4214: cleanup and demonstrate graph bug - - - --- 2019-09-25 Denton Liu New
[BUG/PATCH,4/5] t4214: explicitly list tags in log t4214: cleanup and demonstrate graph bug - - - --- 2019-09-25 Denton Liu New
[BUG/PATCH,3/5] t4214: generate expect in their own test cases t4214: cleanup and demonstrate graph bug - - - --- 2019-09-25 Denton Liu New
[BUG/PATCH,2/5] t4214: use test_merge t4214: cleanup and demonstrate graph bug - - - --- 2019-09-25 Denton Liu New
[BUG/PATCH,1/5] test-lib: let test_merge() perform octopus merges t4214: cleanup and demonstrate graph bug - - - --- 2019-09-25 Denton Liu New
[v2,4/4] Makefile: emulate compile in $(HCO) target better fixes related to `make hdr-check` - - - --- 2019-09-25 Denton Liu New
[v2,3/4] pack-bitmap.h: remove magic number fixes related to `make hdr-check` - - - --- 2019-09-25 Denton Liu New
« 1 2 ... 7 8 911 12 »