Show patches with: Submitter = SZEDER Gábor       |   459 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,08/13] name-rev: pull out deref handling from the recursion name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
[v2,07/13] name-rev: extract creating/updating a 'struct name_rev' into a helper name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
[v2,06/13] t6120: add a test to cover inner conditions in 'git name-rev's name_rev() name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
[v2,05/13] name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
[v2,04/13] name-rev: avoid unnecessary cast in name_ref() name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
[v2,03/13] name-rev: use strbuf_strip_suffix() in get_rev_name() name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
[v2,02/13] t6120-describe: modernize the 'check_describe' helper name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
[v2,01/13] t6120-describe: correct test repo history graph in comment name-rev: eliminate recursion - - - --- 2019-11-12 SZEDER Gábor New
builtin/blame.c: remove '--indent-heuristic' from usage string builtin/blame.c: remove '--indent-heuristic' from usage string - - - --- 2019-10-28 SZEDER Gábor New
builtin/commit-graph.c: remove subcommand-less usage string builtin/commit-graph.c: remove subcommand-less usage string - - - --- 2019-10-25 SZEDER Gábor New
[v2] ci: fix GCC install in the Travis CI GCC OSX job [v2] ci: fix GCC install in the Travis CI GCC OSX job - - - --- 2019-10-24 SZEDER Gábor New
[5/5] path.c: don't call the match function without value in trie_find() path.c: a couple of common dir/trie fixes - - - --- 2019-10-21 SZEDER Gábor New
[4/5] path.c: clarify two field names in 'struct common_dir' path.c: a couple of common dir/trie fixes - - - --- 2019-10-21 SZEDER Gábor New
[3/5] path.c: mark 'logs/HEAD' in 'common_list' as file path.c: a couple of common dir/trie fixes - - - --- 2019-10-21 SZEDER Gábor New
[2/5] path.c: clarify trie_find()'s in-code comment path.c: a couple of common dir/trie fixes - - - --- 2019-10-21 SZEDER Gábor New
[1/5] Documentation: mention more worktree-specific exceptions path.c: a couple of common dir/trie fixes - - - --- 2019-10-21 SZEDER Gábor New
test-progress: fix test failures on big-endian systems test-progress: fix test failures on big-endian systems - - 1 --- 2019-10-19 SZEDER Gábor New
[2/2] path.c: mark 'logs/HEAD' in 'common_list' as file path.c: minor common_list fixes - - - --- 2019-10-18 SZEDER Gábor New
[1/2] path.c: fix field name in 'struct common_dir' path.c: minor common_list fixes - - - --- 2019-10-18 SZEDER Gábor New
[6/6] completion: list paths and refs for 'git worktree add' completion: improve completion for 'git worktree' - - - --- 2019-10-17 SZEDER Gábor New
[5/6] completion: list existing working trees for 'git worktree' subcommands completion: improve completion for 'git worktree' - - - --- 2019-10-17 SZEDER Gábor New
[4/6] completion: simplify completing 'git worktree' subcommands and options completion: improve completion for 'git worktree' - - - --- 2019-10-17 SZEDER Gábor New
[3/6] completion: return the index of found word from __git_find_on_cmdline() completion: improve completion for 'git worktree' - - - --- 2019-10-17 SZEDER Gábor New
[2/6] completion: clean up the __git_find_on_cmdline() helper function completion: improve completion for 'git worktree' - - - --- 2019-10-17 SZEDER Gábor New
[1/6] t9902-completion: add tests for the __git_find_on_cmdline() helper completion: improve completion for 'git worktree' - - - --- 2019-10-17 SZEDER Gábor New
name-rev: avoid cutoff timestamp underflow name-rev: avoid cutoff timestamp underflow - - - --- 2019-09-24 SZEDER Gábor New
name-rev: avoid cutoff timestamp underflow name-rev: avoid cutoff timestamp underflow - - - --- 2019-09-22 SZEDER Gábor New
[v2] travis-ci: do not skip successfully tested trees in debug mode [v2] travis-ci: do not skip successfully tested trees in debug mode - - - --- 2019-09-21 SZEDER Gábor New
t/helper: ignore only executable files t/helper: ignore only executable files - - - --- 2019-09-20 SZEDER Gábor New
[15/15] name-rev: plug memory leak in name_rev() Untitled series #176487 - - - --- 2019-09-19 SZEDER Gábor New
[15/15] name-rev: plug a memory leak in name_rev() in the deref case name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[14/15] name-rev: plug memory leak in name_rev() in the deref case Untitled series #176485 - - - --- 2019-09-19 SZEDER Gábor New
[14/15] name-rev: plug a memory leak in name_rev() name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[13/15] name-rev: cleanup name_ref() name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[12/15] name-rev: eliminate recursion in name_rev() name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[11/15] name-rev: drop name_rev()'s 'generation' and 'distance' parameters name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[10/15] name-rev: restructure creating/updating 'struct rev_name' instances name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[09/15] name-rev: restructure parsing commits and applying date cutoff name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[08/15] name-rev: pull out deref handling from the recursion name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[07/15] name-rev: extract creating/updating a 'struct name_rev' into a helper name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[06/15] t6120: add a test to cover inner conditions in 'git name-rev's name_rev() name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[05/15] name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[04/15] name-rev: avoid unnecessary cast in name_ref() name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[03/15] name-rev: use strip_suffix() in get_rev_name() name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[02/15] t6120-describe: modernize the 'check_describe' helper name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
[01/15] t6120-describe: correct test repo history graph in comment name-rev: eliminate recursion - - - --- 2019-09-19 SZEDER Gábor New
travis-ci: ignore already tested trees in debug mode travis-ci: ignore already tested trees in debug mode - - - --- 2019-09-19 SZEDER Gábor New
[2/2] Test the progress display Revert "progress: use term_clear_line()" - - - --- 2019-09-16 SZEDER Gábor New
[1/2] Revert "progress: use term_clear_line()" Revert "progress: use term_clear_line()" - - - --- 2019-09-16 SZEDER Gábor New
[2/2] ci: restore running httpd tests [1/2] t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP tests - - - --- 2019-09-06 SZEDER Gábor New
[1/2] t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP tests [1/2] t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP tests - - - --- 2019-09-06 SZEDER Gábor New
ci: install P4 from package to fix build error ci: install P4 from package to fix build error - - - --- 2019-09-06 SZEDER Gábor New
[PoC] A simpler find_unique_prefixes() implementation [PoC] A simpler find_unique_prefixes() implementation - - - --- 2019-08-28 SZEDER Gábor New
t7300-clean: demonstrate deleting nested repo with an ignored file breakage t7300-clean: demonstrate deleting nested repo with an ignored file breakage - - - --- 2019-08-25 SZEDER Gábor New
[2/2] line-log: avoid unnecessary full tree diffs line-log: avoid unnecessary full tree diffs - - - --- 2019-08-21 SZEDER Gábor New
[1/2] line-log: extract pathspec parsing from line ranges into a helper function line-log: avoid unnecessary full tree diffs - - - --- 2019-08-21 SZEDER Gábor New
[RFC,5/5] line-log: try to use generation number-based topo-ordering line-log: towards a more responsive, incremental 'git log -L' - - - --- 2019-08-18 SZEDER Gábor New
[RFC,4/5] line-log: more responsive, incremental 'git log -L' line-log: towards a more responsive, incremental 'git log -L' - - - --- 2019-08-18 SZEDER Gábor New
[RFC,3/5] t4211-line-log: add tests for parent oids line-log: towards a more responsive, incremental 'git log -L' - - - --- 2019-08-18 SZEDER Gábor New
[RFC,2/5] line-log: remove unused fields from 'struct line_log_data' line-log: towards a more responsive, incremental 'git log -L' - - - --- 2019-08-18 SZEDER Gábor New
[RFC,1/5] completion: offer '--(no-)patch' among 'git log' options line-log: towards a more responsive, incremental 'git log -L' - - - --- 2019-08-18 SZEDER Gábor New
diff: 'diff.indentHeuristic' is no longer experimental diff: 'diff.indentHeuristic' is no longer experimental - - - --- 2019-08-15 SZEDER Gábor New
worktree remove: clarify error message on dirty worktree worktree remove: clarify error message on dirty worktree - 1 - --- 2019-08-13 SZEDER Gábor New
[11/11] completion: complete config variables and values for 'git clone --config=' completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[10/11] completion: complete config variables names and values for 'git clone -c' completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[09/11] completion: complete values of configuration variables after 'git -c var=' completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[08/11] completion: complete configuration sections and variable names for 'git -c' completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[07/11] completion: split _git_config() completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[06/11] completion: simplify inner 'case' pattern in __gitcomp() completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[05/11] completion: use 'sort -u' to deduplicate config variable names completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[04/11] completion: deduplicate configuration sections completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[03/11] completion: add tests for 'git config' completion completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[02/11] completion: complete more values of more 'color.*' configuration variables completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[01/11] completion: fix a typo in a comment completion: complete configuration variables and values after 'git -c <TAB>' - - - --- 2019-08-13 SZEDER Gábor New
[v2,2/2] tests: show the test name and number at the start of verbose output test-lib-functions: show the test name at the start of verbose output - - - --- 2019-08-05 SZEDER Gábor New
[v2,1/2] t0000-basic: use realistic test script names in the verbose tests tests: show the test name and number at the start of verbose output - - - --- 2019-08-05 SZEDER Gábor New
[3/3] commit-graph: error out on invalid commit oids in 'write --stdin-commits' commit-graph: error out on invalid commit oids in 'write --stdin-commits' - - - --- 2019-08-05 SZEDER Gábor New
[2/3] commit-graph: turn a group of write-related macro flags into an enum commit-graph: error out on invalid commit oids in 'write --stdin-commits' - - - --- 2019-08-05 SZEDER Gábor New
[1/3] t5318-commit-graph: use 'test_expect_code' commit-graph: error out on invalid commit oids in 'write --stdin-commits' - - - --- 2019-08-05 SZEDER Gábor New
test-lib-functions: show the test name at the start of verbose output test-lib-functions: show the test name at the start of verbose output - - - --- 2019-08-03 SZEDER Gábor New
[3/3] tests: warn against appending non-httpd-specific tests at the end tests: run non-httpd-specific tests before sourcing 'lib-httpd.sh' - - - --- 2019-08-01 SZEDER Gábor New
[2/3] t5703: run all non-httpd-specific tests before sourcing 'lib-httpd.sh' tests: run non-httpd-specific tests before sourcing 'lib-httpd.sh' - - - --- 2019-08-01 SZEDER Gábor New
[1/3] t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh' tests: run non-httpd-specific tests before sourcing 'lib-httpd.sh' - - - --- 2019-08-01 SZEDER Gábor New
t5510-fetch: fix negated 'test_i18ngrep' invocation t5510-fetch: fix negated 'test_i18ngrep' invocation - - - --- 2019-07-30 SZEDER Gábor New
Documentation/git-fsck.txt: include fsck.* config variables Documentation/git-fsck.txt: include fsck.* config variables - - - --- 2019-07-29 SZEDER Gábor New
[v1.1] ci/lib.sh: update a comment about installed P4 and Git-LFS versions [v1.1] ci/lib.sh: update a comment about installed P4 and Git-LFS versions - - - --- 2019-07-06 SZEDER Gábor New
ci/lib.sh: update a comment about installed P4 and Git-LFS versions ci/lib.sh: update a comment about installed P4 and Git-LFS versions - - - --- 2019-07-06 SZEDER Gábor New
[2/2] ci: disable Homebrew's auto cleanup [1/2] ci: don't update Homebrew - - - --- 2019-07-03 SZEDER Gábor New
[1/2] ci: don't update Homebrew [1/2] ci: don't update Homebrew - - - --- 2019-07-03 SZEDER Gábor New
[v3.1,4/5] rebase: fix garbled progress display with '-x' Untitled series #138851 - - - --- 2019-06-27 SZEDER Gábor New
[v3,5/5] progress: use term_clear_line() rebase/progress: add and use term_clear_line() - - - --- 2019-06-24 SZEDER Gábor New
[v3,4/5] rebase: fix garbled progress display with '-x' rebase/progress: add and use term_clear_line() - - - --- 2019-06-24 SZEDER Gábor New
[v3,3/5] pager: add a helper function to clear the last line in the terminal rebase/progress: add and use term_clear_line() - - - --- 2019-06-24 SZEDER Gábor New
[v3,2/5] t3404: make the 'rebase.missingCommitsCheck=ignore' test more focused rebase/progress: add and use term_clear_line() - - - --- 2019-06-24 SZEDER Gábor New
[v3,1/5] t3404: modernize here doc style rebase/progress: add and use term_clear_line() - - - --- 2019-06-24 SZEDER Gábor New
t5551: use 'test_i18ngrep' to check translated output t5551: use 'test_i18ngrep' to check translated output - - - --- 2019-06-24 SZEDER Gábor New
[v1,4/4] compat/obstack: fix some sparse warnings compat/obstack: update from upstream - - - --- 2019-06-14 SZEDER Gábor New
[v1,3/4] SQUASH??? compat/obstack: fix build errors with Clang compat/obstack: update from upstream - - - --- 2019-06-14 SZEDER Gábor New
[v1,2/4] SQUASH??? compat/obstack: fix portability issues compat/obstack: update from upstream - - - --- 2019-06-14 SZEDER Gábor New
[v1,1/4] compat/obstack: update from upstream compat/obstack: update from upstream - - - --- 2019-06-14 SZEDER Gábor New
« 1 2 3 44 5 »