Show patches with: Submitter = Teng Long       |    Archived = No       |   178 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/1] push: introduce '--branches' option [1/1] push: introduce '--branches' option - - - --- 2023-05-06 Teng Long Accepted
[1/1] push: introduce '--branches' option push: introduce '--branches' option - - - --- 2023-05-06 Teng Long Superseded
[1/1] range-diff: let '--abbrev' option takes effect range-diff: let '--abbrev' option takes effect - - - --- 2023-02-20 Teng Long Accepted
[1/2] api-trace2.txt: print config key-value pair tr2: shows the scope unconditionally with config - - - --- 2022-07-21 Teng Long Superseded
[1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree" support `--oid-only` in `ls-tree` - - - --- 2021-11-15 Teng Long Superseded
[1/6] ls-tree: don't use "show_tree_data" for "fast" callbacks ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[2/2] tr2: shows scope unconditionally in addition to key-value pair tr2: shows the scope unconditionally with config - - - --- 2022-07-21 Teng Long Superseded
[2/3] t3104: add related tests for `--oid-only` option support `--oid-only` in `ls-tree` - - - --- 2021-11-15 Teng Long Superseded
[2/6] ls-tree: use a "struct options" ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[3/3] git-ls-tree.txt: description of the 'oid-only' option support `--oid-only` in `ls-tree` - - - --- 2021-11-15 Teng Long Superseded
[3/6] ls-tree: fold "show_tree_data" into "cb" struct ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[4/6] ls-tree: make "line_termination" less generic ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[5/6] ls-tree: cleanup the redundant SPACE ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[6/6] t3104: remove shift code in 'test_ls_tree_format' ls-tree.c: clean-up works - - - --- 2023-01-12 Teng Long Accepted
[RFC,2/6] t3104: remove shift code in 'test_ls_tree_format' ls-tree: introduce '--pattern' option - - - --- 2022-11-17 Teng Long Accepted
[v1,1/1] git-cli.txt: clarify "options first and then args" gitcli: clarify "options first and then args" - - - --- 2022-01-17 Teng Long Accepted
[v1,1/1] surround %s with quotes when failed to lookup commit surround %s with quotes when failed to lookup commit - - - --- 2023-05-29 Teng Long Accepted
[v1,1/2] api-trace2.txt: print config key-value pair tr2: shows the scope unconditionally with config - - - --- 2022-07-22 Teng Long Superseded
[v1,1/3] pack-bitmap.c: use "ret" in "open_midx_bitmap()" trace2 output for bitmap decision path - - - --- 2022-03-24 Teng Long Superseded
[v1,2/2] tr2: shows scope unconditionally in addition to key-value pair tr2: shows the scope unconditionally with config - - - --- 2022-07-22 Teng Long Superseded
[v1,2/3] pack-bitmap.c: add "break" statement in "open_pack_bitmap()" trace2 output for bitmap decision path - - - --- 2022-03-24 Teng Long Superseded
[v1,3/3] bitmap: add trace outputs during open "bitmap" file trace2 output for bitmap decision path - - - --- 2022-03-24 Teng Long Superseded
[v10,1/6] notes.c: cleanup 'strbuf_grow' call in 'append_edit' notes.c: introduce "--separator" option - - - --- 2023-05-18 Teng Long Accepted
[v10,1/9] ls-tree: remove commented-out code ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,2/6] notes.c: use designated initializers for clarity notes.c: introduce "--separator" option - - - --- 2023-05-18 Teng Long Accepted
[v10,2/9] ls-tree: add missing braces to "else" arms ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,3/6] t3321: add test cases about the notes stripspace behavior notes.c: introduce "--separator" option - - - --- 2023-05-18 Teng Long Accepted
[v10,3/9] ls-tree: use "enum object_type", not {blob,tree,commit}_type ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,4/9] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,5/9] ls-tree: optimize naming and handling of "return" in show_tree() ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,6/9] ls-tree.c: support --object-only option for "git-ls-tree" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,7/9] ls-tree.c: introduce struct "show_tree_data" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,8/9] cocci: allow padding with `strbuf_addf()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,9/9] ls-tree.c: introduce "--format" option ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v11,01/13] ls-tree: remove commented-out code ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,02/13] ls-tree: add missing braces to "else" arms ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,03/13] ls-tree: use "enum object_type", not {blob,tree,commit}_type ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,04/13] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,05/13] ls-tree: rename "retval" to "recurse" in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,06/13] ls-tree: simplify nesting if/else logic in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,07/13] ls-tree: fix "--name-only" and "--long" combined use bug ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,08/13] ls-tree: slightly refactor `show_tree()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,09/13] ls-tree: introduce struct "show_tree_data" ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,1/7] notes.c: cleanup 'strbuf_grow' call in 'append_edit' notes.c: introduce "--separator" - - - --- 2023-05-27 Teng Long Accepted
[v11,10/13] cocci: allow padding with `strbuf_addf()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,11/13] ls-tree.c: introduce "--format" option ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,12/13] ls-tree: introduce function "fast_path()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,13/13] ls-tree.c: support --object-only option for "git-ls-tree" ls-tree: "--object-only" and "--format" opts - - - --- 2022-02-08 Teng Long Superseded
[v11,2/7] notes.c: use designated initializers for clarity notes.c: introduce "--separator" - - - --- 2023-05-27 Teng Long Accepted
[v11,3/7] t3321: add test cases about the notes stripspace behavior notes.c: introduce "--separator" - - - --- 2023-05-27 Teng Long Accepted
[v11,4/7] notes.c: introduce '--separator=<paragraph-break>' option notes.c: introduce "--separator" - - - --- 2023-05-27 Teng Long Accepted
[v11,5/7] notes.c: append separator instead of insert by pos notes.c: introduce "--separator" - - - --- 2023-05-27 Teng Long Accepted
[v11,6/7] notes.c: introduce "--[no-]stripspace" option notes.c: introduce "--separator" - - - --- 2023-05-27 Teng Long Accepted
[v11,7/7] notes: introduce "--no-separator" option notes.c: introduce "--separator" - - - --- 2023-05-27 Teng Long Accepted
[v12,01/12] ls-tree: remove commented-out code ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,02/12] ls-tree: add missing braces to "else" arms ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,03/12] ls-tree: use "enum object_type", not {blob,tree,commit}_type ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,04/12] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,05/12] ls-tree: rename "retval" to "recurse" in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,06/12] ls-tree: simplify nesting if/else logic in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,07/12] ls-tree: fix "--name-only" and "--long" combined use bug ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,08/12] ls-tree: slightly refactor `show_tree()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,09/12] ls-tree: introduce struct "show_tree_data" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,10/12] cocci: allow padding with `strbuf_addf()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,11/12] ls-tree: introduce "--format" option ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v12,12/12] ls-tree: support --object-only option for "git-ls-tree" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-04 Teng Long Superseded
[v13,01/16] ls-tree: remove commented-out code ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,02/16] ls-tree: add missing braces to "else" arms ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,03/16] ls-tree: use "enum object_type", not {blob,tree,commit}_type ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,04/16] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,05/16] ls-tree: rename "retval" to "recurse" in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,06/16] ls-tree: simplify nesting if/else logic in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,07/16] ls-tree: fix "--name-only" and "--long" combined use bug ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,08/16] ls-tree: slightly refactor `show_tree()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,09/16] ls-tree: introduce struct "show_tree_data" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,10/16] cocci: allow padding with `strbuf_addf()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,11/16] ls-tree: introduce "--format" option ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,12/16] ls-tree: support --object-only option for "git-ls-tree" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,13/16] ls-tree tests: add tests for --name-status ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,14/16] ls-tree: detect and error on --name-only --name-status ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,15/16] ls-tree: remove FIELD_*, just use MODE_* ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v13,16/16] ls-tree: split up "fast path" callbacks ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-21 Teng Long Superseded
[v14,01/15] ls-tree tests: add tests for --name-status ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,02/15] ls-tree: remove commented-out code ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,03/15] ls-tree: add missing braces to "else" arms ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,04/15] ls-tree: use "enum object_type", not {blob,tree,commit}_type ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,05/15] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,06/15] ls-tree: rename "retval" to "recurse" in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,07/15] ls-tree: simplify nesting if/else logic in "show_tree()" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,08/15] ls-tree: fix "--name-only" and "--long" combined use bug ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,09/15] ls-tree: slightly refactor `show_tree()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,10/15] ls-tree: introduce struct "show_tree_data" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,11/15] cocci: allow padding with `strbuf_addf()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,13/15] ls-tree: support --object-only option for "git-ls-tree" ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v14,15/15] ls-tree: split up "fast path" callbacks ls-tree: "--object-only" and "--format" opts - - - --- 2022-03-23 Teng Long Accepted
[v2,1/1] list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits" list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits" - - - --- 2021-08-12 Teng Long Superseded
[v2,1/1] midx: fix a formatting issue in "multi-pack-index.txt" midx: fix a formatting issue in docs - 2 - --- 2021-11-18 Teng Long Accepted
[v2,1/1] pack-bitmap.c: avoid exposing absolute paths pack-bitmap.c: avoid exposing absolute paths - - - --- 2022-11-02 Teng Long Superseded
[v2,1/2] api-trace2.txt: print config key-value pair tr2: shows the scope unconditionally with config - - - --- 2022-08-12 Teng Long Accepted
[v2,1/5] pack-bitmap.c: continue looping when first MIDX bitmap is found trace2 output for bitmap decision path - - - --- 2022-04-21 Teng Long Accepted
« 1 2 »