messages from 2023-03-30 11:21:52 to 2023-04-01 21:31:15 UTC [more...]
Add a way to disable «git clean» per repo
2023-04-01 20:50 UTC
[PATCH v1 0/6] t: fix unused files, part 2
2023-04-01 21:28 UTC (7+ messages)
` [PATCH v1 1/6] t0300: don't create unused file
` [PATCH v1 2/6] t1300: fix config file syntax error descriptions
` [PATCH v1 3/6] t1300: don't create unused files
` [PATCH v1 4/6] t1450: "
` [PATCH v1 5/6] t1502: "
` [PATCH v1 6/6] t2019: "
[ANNOUNCE] Git Rev News edition 97
2023-04-01 21:13 UTC (3+ messages)
What's cooking in git.git (Mar 2023, #06; Wed, 29)
2023-04-01 19:58 UTC (3+ messages)
` ps/ahead-behind-truncation-fix (Was: Re: What's cooking in git.git (Mar 2023, #06; Wed, 29))
[PATCH] e-mail workflow: Message-ID is spelled with ID in both capital letters
2023-04-01 19:48 UTC (2+ messages)
[GSOC][PATCH 0/1] Avoid suppression of git's exit code in tests
2023-04-01 19:47 UTC (2+ messages)
` [GSOC][PATCH v2] t3701: don't lose "git" exit codes in test scripts
[PATCH 0/4] rebase: cleanup merge strategy option handling
2023-04-01 19:32 UTC (6+ messages)
` [PATCH 3/4] rebase -m: fix serialization of strategy options
` [PATCH 4/4] rebase: remove a couple of redundant strategy tests
[RFC PATCH] test-lib: allow storing counts with test harnesses
2023-04-01 18:56 UTC (3+ messages)
` [PATCH] "
[PATCH 0/2] builtin/sparse-checkout: add check-rules command
2023-04-01 18:49 UTC (3+ messages)
` [PATCH v2 "
macOS git grep change in required character classes
2023-04-01 17:56 UTC (4+ messages)
[PATCH] doc: add that '-' is the same as '@{-1}'
2023-04-01 15:53 UTC (5+ messages)
[PATCH 00/24] Header cleanups (splitting up cache.h)
2023-04-01 15:10 UTC (25+ messages)
` [PATCH 01/24] treewide: be explicit about dependence on trace.h & trace2.h
` [PATCH 02/24] treewide: be explicit about dependence on advice.h
` [PATCH 03/24] treewide: be explicit about dependence on convert.h
` [PATCH 04/24] treewide: be explicit about dependence on pack-revindex.h
` [PATCH 05/24] treewide: be explicit about dependence on oid-array.h
` [PATCH 06/24] treewide: be explicit about dependence on mem-pool.h
` [PATCH 07/24] treewide: remove unnecessary cache.h inclusion
` [PATCH 08/24] object-name.h: move declarations for object-name.c functions from cache.h
` [PATCH 09/24] treewide: remove cache.h inclusion due to object-name.h changes
` [PATCH 10/24] git-zlib: move declarations for git-zlib functions from cache.h
` [PATCH 11/24] treewide: remove cache.h inclusion due to git-zlib changes
` [PATCH 12/24] object-file.h: move declarations for object-file.c functions from cache.h
` [PATCH 13/24] treewide: remove cache.h inclusion due to object-file.h changes
` [PATCH 14/24] object.h: move an inline function and some defines from cache.h
` [PATCH 15/24] editor: move editor-related functions and declarations into common file
` [PATCH 16/24] treewide: remove cache.h inclusion due to editor.h changes
` [PATCH 17/24] pager.h: move declarations for pager.c functions from cache.h
` [PATCH 18/24] treewide: remove cache.h inclusion due to pager.h changes
` [PATCH 19/24] cache.h: remove unnecessary includes
` [PATCH 20/24] strbuf: move forward declarations to beginning of file
` [PATCH 21/24] treewide: remove double forward declaration of read_in_full
` [PATCH 22/24] treewide: reduce includes of cache.h in other headers
` [PATCH 23/24] chdir-notify, quote: replace cache.h include with path.h
` [PATCH 24/24] mailmap, quote: move declarations of global vars to correct unit
[ANN] git-completion 2.0 released
2023-04-01 9:43 UTC
[GSOC] [PROPOSAL v2] Draft of proposal for "Unify ref-filter formats with other pretty formats"
2023-04-01 9:04 UTC (2+ messages)
[PATCH v7 00/49] completion: git-completion 2.0 patches
2023-04-01 8:46 UTC (50+ messages)
` [PATCH v7 01/49] test: completion add test for __git_cmd_idx
` [PATCH v7 02/49] completion: bash: trivial cleanup
` [PATCH v7 03/49] zsh: remove version
` [PATCH v7 04/49] completion: bash: trivial grammar fix
` [PATCH v7 05/49] completion: zsh: add higher-priority location
` [PATCH v7 06/49] zsh: resolve symlink of script
` [PATCH v7 07/49] zsh: simplify realpath dirname idiom
` [PATCH v7 08/49] test: completion: use global config
` [PATCH v7 09/49] completion: fix __git_cmd_idx regression for zsh
` [PATCH v7 10/49] completion: fix for suboptions with value
` [PATCH v7 11/49] completion: zsh: trivial improvement
` [PATCH v7 12/49] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH v7 13/49] test: completion: fix currently typed words
` [PATCH v7 14/49] test: completion: switch __gitcomp_nl prefix test
` [PATCH v7 15/49] test: completion: add run_func() helper
` [PATCH v7 16/49] completion: bash: remove non-append functionality
` [PATCH v7 17/49] completion: bash: get rid of _append() functions
` [PATCH v7 18/49] completion: bash: get rid of any non-append code
` [PATCH v7 19/49] completion: zsh: fix options with arguments
` [PATCH v7 20/49] completion: zsh: expand --git-dir file argument
` [PATCH v7 21/49] completion: zsh: add support for general -C opts
` [PATCH v7 22/49] completion: zsh: fix for undefined completions
` [PATCH v7 23/49] completion: zsh: add support for general -c opts
` [PATCH v7 24/49] completion: zsh: fix extra space on foo=
` [PATCH v7 25/49] completion: zsh: add excluded options
` [PATCH v7 26/49] completion: zsh: always set compset
` [PATCH v7 27/49] completion: factor out check in __gitcomp
` [PATCH v7 28/49] completion: simplify equal suffix check
` [PATCH v7 29/49] completion: refactor __gitcomp
` [PATCH v7 30/49] completion: simplify __gitcomp
` [PATCH v7 31/49] completion: bash: change suffix check in __gitcomp
` [PATCH v7 32/49] completion: improve __gitcomp suffix code
` [PATCH v7 33/49] test: completion: add missing test
` [PATCH v7 34/49] completion: bash: simplify config_variable_name
` [PATCH v7 35/49] completion: bash: improve __gitcomp description
` [PATCH v7 36/49] completion: add __gitcomp_opts
` [PATCH v7 37/49] completion: bash: cleanup __gitcomp* invocations
` [PATCH v7 38/49] completion: bash: shuffle __gitcomp functions
` [PATCH v7 39/49] completion: zsh: simplify __gitcomp_direct
` [PATCH v7 40/49] completion: zsh: shuffle __gitcomp* functions
` [PATCH v7 41/49] completion: zsh: fix direct quoting
` [PATCH v7 42/49] completion: zsh: add elements individually in __gitcomp_opts
` [PATCH v7 43/49] completion: zsh: add __gitcompadd helper
` [PATCH v7 44/49] completion: zsh: add correct removable suffix
` [PATCH v7 45/49] completion: bash: simplify _get_comp_words_by_ref()
` [PATCH v7 46/49] completion: bash: refactor _get_comp_words_by_ref()
` [PATCH v7 47/49] completion: bash: cleanup _get_comp_words_by_ref()
` [PATCH v7 48/49] completion: bash: trivial cleanup
` [PATCH v7 49/49] completion: bash: rename _get_comp_words_by_ref()
[PATCH] fetch: download bundles once, even with --all
2023-04-01 8:22 UTC (4+ messages)
[PATCH 0/2] test: add support for zsh and zsh completion
2023-04-01 5:33 UTC (4+ messages)
` [PATCH 1/2] test: fix build for zsh
` [PATCH 2/2] test: completion: add zsh tests
[PATCH] hooks: add sendemail-validate-series
2023-04-01 2:54 UTC (3+ messages)
[PATCH 0/6] test: make the test suite work with zsh
2023-04-01 2:39 UTC (19+ messages)
` [PATCH 2/6] test: avoid `stat` variable
[ANNOUNCE] git-cinnabar 0.6.0
2023-04-01 1:54 UTC
[PATCH 1/3] doc: interpret-trailers: remove trailing spaces
2023-04-01 0:22 UTC (8+ messages)
` [PATCH 2/3] doc: interpret-trailers: don’t use deprecated config
` [PATCH 3/3] doc: interpret-trailers: fix example
How do we review changes made with coccinelle?
2023-03-31 23:53 UTC (6+ messages)
regex compilation error with --color-words
2023-03-31 20:44 UTC (3+ messages)
[GSoC][Proposal] Unify ref-filter formats with other --pretty formats
2023-03-31 20:38 UTC (2+ messages)
[GSoC][RFC][PROPOSAL] More Sparse Index Integrations
2023-03-31 19:35 UTC (2+ messages)
` [GSoC][PROPOSAL v2] "
[PATCH] describe: enable sparse index for describe
2023-03-31 18:20 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [GSOC][PATCH] "
` [GSOC][PATCH v4] "
[PATCH 0/2] branch, for-each-ref: add option to omit empty lines
2023-03-31 17:17 UTC (16+ messages)
` [PATCH 1/2] ref-filter: remove unused ref_format member
` [PATCH 2/2] branch, for-each-ref: add option to omit empty lines
[PATCH] t5563: prevent "ambiguous redirect"
2023-03-31 15:39 UTC (2+ messages)
[PATCH 1/2] t3060: fix mention of function prune_index
2023-03-31 14:36 UTC (2+ messages)
` [PATCH 2/2] t2107: fix mention of the_index.cache_changed
[GSOC][PATCH] describe: enable sparse index for describe
2023-03-31 14:27 UTC
[PATCH] send-email: show --no options correctly
2023-03-31 1:53 UTC
[PATCH v3] blame: allow --contents to work with non-HEAD commit
2023-03-31 0:56 UTC (3+ messages)
[PATCH 0/4] some chainlint fixes and performance improvements
2023-03-30 22:16 UTC (18+ messages)
` [PATCH 1/4] tests: run internal chain-linter under "make test"
` [PATCH v2 0/5] some chainlint fixes and performance improvements
` [PATCH v2 1/5] tests: run internal chain-linter under "make test"
` [PATCH v2 2/5] tests: replace chainlint subshell with a function
` [PATCH v2 3/5] tests: diagnose unclosed here-doc in chainlint.pl
` [PATCH v2 4/5] tests: drop here-doc check from internal chain-linter
` [PATCH v2 5/5] tests: skip test_eval_ in internal chain-lint
Video conference libification eng discussion, this Thursday 16:30UTC
2023-03-30 21:31 UTC (2+ messages)
[PATCH] unicode: update the width tables to Unicode 15
2023-03-30 19:15 UTC
[PATCH] credential/wincred: store password_expiry_utc
2023-03-30 19:19 UTC (3+ messages)
` [PATCH v2] "
`git gc` says "unable to read" but `git fsck` happy
2023-03-30 18:17 UTC (4+ messages)
[PATCH 00/17] cocci: remove "the_index" wrapper macros
2023-03-30 18:08 UTC (4+ messages)
` [PATCH v2 00/17] cocci: remove "the_repository" "
[PATCH v2 0/8] config.c: use struct for config reading state
2023-03-30 17:51 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 3/8] config.c: create config_reader and the_reader
[PATCH] hashmap.h: fix minor typo
2023-03-30 15:51 UTC (2+ messages)
Draft of Git Rev News edition 97
2023-03-30 11:27 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).