git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-17 10:57:49 to 2021-06-19 01:31:17 UTC [more...]

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-19  1:30 UTC  (5+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] test-lib-functions: introduce test_line_count_cmd
` [PATCH v3 2/4] t6402: use find(1) builtin to filter instead of grep
` [PATCH v3 3/4] t6400: use test_line_count_cmd to count # of lines in stdout

[PATCH] Add a basic support of SHA256 repositories into Gitk
 2021-06-19  0:56 UTC  (4+ messages)

[RFC PATCH v2 0/4] share a config between submodule and superproject
 2021-06-19  0:31 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] config: rename "submodule" scope to "gitmodules"
  ` [PATCH v3 2/2] config: add 'config.superproject' file

[PATCH v2] Writing down mail list etiquette
 2021-06-18 23:48 UTC  (5+ messages)
` [PATCH v3] doc: writing down Git mailing "

Nonexistent changes appear rebasing but only with rebase.backend=apply
 2021-06-18 23:44 UTC  (2+ messages)

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-18 22:32 UTC  (9+ messages)
` [RFC PATCH 1/2] hook: move list of hooks
` [RFC PATCH 2/2] clone,fetch: remote-suggested auto-updating hooks

[PATCH 00/31] minimal restart of "config-based-hooks"
 2021-06-18 22:13 UTC  (9+ messages)
` [PATCH v2 00/30] Minimal "
  ` [PATCH v2 01/30] hook: add 'run' subcommand
  ` [PATCH 00/27] Base for "config-based-hooks"
    ` [PATCH 27/27] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[PATCH] blame: fix typo in documentation
 2021-06-18 22:11 UTC 

[PATCH v5 0/4] doc: cleanup old cruft
 2021-06-18 21:52 UTC  (5+ messages)
` [PATCH v5 1/4] doc: remove GNU troff workaround
` [PATCH v5 2/4] doc: use --stringparam in xmlto
` [PATCH v5 3/4] doc: simplify version passing
` [PATCH v5 4/4] doc: asciidoc: remove unnecessary attribute

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-18 21:46 UTC  (2+ messages)

[RFC/NOPATCHv3 0/4] doc: asciidoctor: direct man page creation and fixes (brian's version)
 2021-06-18 21:34 UTC  (9+ messages)
` [RFC/NOPATCHv3 1/4] doc: add an option to have Asciidoctor build man pages directly
` [RFC/NOPATCHv3 2/4] doc: add linkgit macros for asciidoctor
` [RFC/NOPATCHv3 3/4] doc: use XML-style escapes only for HTML and XML
` [RFC/NOPATCHv3 4/4] doc: remove GNU_ROFF option

[PATCH] t: use portable wrapper for readlink(1)
 2021-06-18 19:48 UTC  (3+ messages)

[PATCH] completion: bash: fix late declaration of __git_cmd_idx
 2021-06-18 19:09 UTC  (2+ messages)

[PATCH v2 00/45] completion: git-completion 1.3.3 patches
 2021-06-18 19:04 UTC  (48+ messages)
` [PATCH v2 01/45] completion: fix __git_cmd_idx regression
  ` [PATCH] "
` [PATCH v2 02/45] completion: bash: fix prefix detection in branch.*
` [PATCH v2 03/45] completion: fix for suboptions with value
` [PATCH v2 04/45] completion: bash: fix for multiple dash commands
` [PATCH v2 05/45] completion: bash: add correct suffix in variables
` [PATCH v2 06/45] completion: zsh: add higher-priority location
` [PATCH v2 07/45] completion: zsh: trivial improvement
` [PATCH v2 08/45] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH v2 09/45] test: completion: fix currently typed words
` [PATCH v2 10/45] test: completion: switch __gitcomp_nl prefix test
` [PATCH v2 11/45] test: completion: add run_func() helper
` [PATCH v2 12/45] completion: bash: remove non-append functionality
` [PATCH v2 13/45] completion: bash: get rid of _append() functions
` [PATCH v2 14/45] completion: bash: get rid of any non-append code
` [PATCH v2 15/45] completion: zsh: fix options with arguments
` [PATCH v2 16/45] completion: zsh: expand --git-dir file argument
` [PATCH v2 17/45] completion: zsh: add support for general -C opts
` [PATCH v2 18/45] completion: zsh: fix for undefined completions
` [PATCH v2 19/45] completion: zsh: add support for general -c opts
` [PATCH v2 20/45] completion: zsh: fix extra space on foo=
` [PATCH v2 21/45] completion: zsh: add excluded options
` [PATCH v2 22/45] completion: zsh: always set compset
` [PATCH v2 23/45] completion: factor out check in __gitcomp
` [PATCH v2 24/45] completion: simplify equal suffix check
` [PATCH v2 25/45] completion: refactor __gitcomp
` [PATCH v2 26/45] completion: simplify __gitcomp
` [PATCH v2 27/45] completion: bash: change suffix check in __gitcomp
` [PATCH v2 28/45] completion: improve __gitcomp suffix code
` [PATCH v2 29/45] completion: bash: simplify config_variable_name
` [PATCH v2 30/45] test: completion: add missing test
` [PATCH v2 31/45] completion: bash: improve __gitcomp description
` [PATCH v2 32/45] completion: add __gitcomp_opts
` [PATCH v2 33/45] completion: bash: cleanup __gitcomp* invocations
` [PATCH v2 34/45] completion: bash: shuffle __gitcomp functions
` [PATCH v2 35/45] completion: zsh: simplify __gitcomp_direct
` [PATCH v2 36/45] completion: zsh: shuffle __gitcomp* functions
` [PATCH v2 37/45] completion: zsh: fix direct quoting
` [PATCH v2 38/45] completion: zsh: add elements individually in __gitcomp_opts
` [PATCH v2 39/45] completion: zsh: add __gitcompadd helper
` [PATCH v2 40/45] completion: zsh: add correct removable suffix
` [PATCH v2 41/45] completion: bash: simplify _get_comp_words_by_ref()
` [PATCH v2 42/45] completion: bash: refactor _get_comp_words_by_ref()
` [PATCH v2 43/45] completion: bash: cleanup _get_comp_words_by_ref()
` [PATCH v2 44/45] completion: bash: trivial cleanup
` [PATCH v2 45/45] completion: bash: rename _get_comp_words_by_ref()

[PATCH 0/4] pack-objects: use revision.c's --stdin parsing
 2021-06-18 18:57 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] upload-pack: run is_repository_shallow() before setup_revisions()
  ` [PATCH v2 2/4] revision.h: unify "disable_stdin" and "read_from_stdin"
  ` [PATCH v2 3/4] pack-objects.c: do stdin parsing via revision.c's API
  ` [PATCH v2 4/4] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS

[ANN] git-completion 1.3.3 released
 2021-06-18 18:27 UTC 

[PATCH 0/3] Add a generated list of hooks in hook-list.h
 2021-06-18 17:50 UTC  (4+ messages)
` [PATCH 3/3] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH v2 0/4] Use singular "they" when appropriate
 2021-06-18 16:40 UTC  (21+ messages)
` [PATCH v3 0/4] Avoid gendered pronouns
  ` [PATCH v3 4/4] CodingGuidelines: recommend singular they

What's cooking in git.git (Jun 2021, #06; Thu, 17)
 2021-06-18 16:32 UTC  (11+ messages)
` Contributions which I feel are dangerous and/or deceptive (Was: Re: What's cooking in git.git (Jun 2021, #06; Thu, 17))

Only 27% of reviewed-by tags are explicit, and much more
 2021-06-18 16:05 UTC  (5+ messages)

[suggestion] support non-negative float number in git-repack --max-pack-size
 2021-06-18 15:18 UTC  (8+ messages)
    ` [PATCH] doc: warn people against --max-pack-size

[PATCH] git-p4: fix failed submit by skip non-text data files
 2021-06-18 14:54 UTC  (4+ messages)

[PATCH] bitmaps: don't recurse into trees already in the bitmap
 2021-06-18 14:10 UTC  (7+ messages)

[PATCH 0/3] Make CMake work out of the box
 2021-06-18 14:03 UTC  (11+ messages)
` [PATCH v2 "

[PATCH] perf: fix when running with TEST_OUTPUT_DIRECTORY
 2021-06-18 13:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/8] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-18 13:47 UTC  (8+ messages)
` [PATCH 2/8] [GSOC] ref-filter: add %(raw) atom

Using .gitignore symbolic links?
 2021-06-18 12:55 UTC  (4+ messages)

subtree split includes unrelated commits
 2021-06-18  8:47 UTC 

[PATCH 0/3] Makefile: misc trivial fixes
 2021-06-18  8:05 UTC  (10+ messages)
` [PATCH 1/3] Makefile: mark "check" target as .PHONY
` [PATCH 2/3] Makefile: stop hardcoding {command,config}-list.h
` [PATCH 3/3] Makefile: remove an out-of-date comment

[PATCH] init: don't reset core.filemode on git-new-workdirs
 2021-06-18  4:18 UTC  (4+ messages)

[PATCH v2 0/4] cache parent project's gitdir in submodules
 2021-06-18  0:03 UTC  (6+ messages)
` [PATCH v2 2/4] introduce submodule.superprojectGitDir cache

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-06-17 23:52 UTC  (8+ messages)

[PATCH 0/4] merge: cleanups and fix
 2021-06-17 22:35 UTC  (4+ messages)
` [PATCH 1/4] merge: simplify initialization

[PATCH 0/4] show-branch: add missing tests, trivial color output fix
 2021-06-17 21:46 UTC  (11+ messages)
` [PATCH v2 0/4] show-branch: add missing tests, trivial color output change
  ` [PATCH v2 1/4] show-branch tests: rename the one "show-branch" test file
  ` [PATCH v2 2/4] show-branch tests: modernize test code
  ` [PATCH v2 3/4] show-branch: don't <COLOR></RESET> for space characters
  ` [PATCH v2 4/4] show-branch tests: add missing tests

[PATCH 0/6] doc: replace "alice" and "bob" examples
 2021-06-17 20:51 UTC  (9+ messages)
` [PATCH 1/6] gittutorial doc: replace "alice" and "bob" with "you" and "www-data"

[PATCH 0/7] Make diff3 the default conflict style
 2021-06-17 18:24 UTC  (3+ messages)

The top 1% of reviewers
 2021-06-17 18:13 UTC 

[PATCH 0/4] First steps towards partial clone submodules
 2021-06-17 17:13 UTC  (7+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] repository: move global r_f_p_c to repo struct
  ` [PATCH v4 2/5] promisor-remote: support per-repository config
  ` [PATCH v4 3/5] submodule: refrain from filtering GIT_CONFIG_COUNT
  ` [PATCH v4 4/5] run-command: refactor subprocess env preparation
  ` [PATCH v4 5/5] promisor-remote: teach lazy-fetch in any repo

[PATCH 0/3] pull: obvious fixes
 2021-06-17 16:48 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] pull: cleanup autostash check
  ` [PATCH v2 2/3] pull: trivial cleanup
  ` [PATCH v2 3/3] pull: trivial whitespace style fix

[PATCH v4 0/4] completion: bash: a bunch of fixes
 2021-06-17 14:35 UTC  (5+ messages)
` [PATCH v4 1/4] completion: bash: fix prefix detection in branch.*
` [PATCH v4 2/4] completion: bash: fix for suboptions with value
` [PATCH v4 3/4] completion: bash: fix for multiple dash commands
` [PATCH v4 4/4] completion: bash: add correct suffix in variables

[PATCH v5 0/3] add support for systemd timers on Linux
 2021-06-17 14:26 UTC  (5+ messages)
` [PATCH v6 0/3] maintenance: "
  ` [PATCH v6 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`

[PATCH 1/2] test-lib-functions: test_create_repo learns --bare
 2021-06-17 12:43 UTC  (2+ messages)
` [PATCH 2/2] test: create repo using test_create_repo

[PATCH] doc: builtin add -i is enabled by feature.experimental
 2021-06-17 12:01 UTC  (2+ messages)

[PATCH] pager: do not unnecessarily set COLUMNS on Windows
 2021-06-17 11:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] bundle.c: remove "ref_list" in favor of string-list.c API
 2021-06-17 11:21 UTC  (4+ messages)
` [PATCH 1/3] bundle cmd: stop leaking memory from parse_options_cmd_bundle()
` [PATCH 2/3] bundle.c: use a temporary variable for OIDs and names
` [PATCH 3/3] bundle: remove "ref_list" in favor of string-list.c API


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).