git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-12 12:11:16 to 2021-05-13 22:00:56 UTC [more...]

[PATCH 0/6] AsciiDoc vs Asciidoctor, once again
 2021-05-13 22:00 UTC  (11+ messages)
` [PATCH 1/6] git-http-push.txt,git-send-pack.txt: avoid single quote
` [PATCH 2/6] git-range-diff.txt: avoid single quotes
` [PATCH 3/6] git-check-ref-format.txt: avoid single quote
` [PATCH 4/6] diff-options.txt: move monospace markup out of attribute
` [PATCH 5/6] git-svn.txt: change verse to listing block
` [PATCH 6/6] Doc: use two backticks for monospace, not backtick+apostrophe

[PATCH 0/8] doc: asciidoc cleanups
 2021-05-13 21:43 UTC  (19+ messages)
` [PATCH 1/8] doc: standardize asciidoc calls
` [PATCH 2/8] doc: add an asciidoc helper
` [PATCH 3/8] doc: disable asciidoc-helper for asciidoctor
` [PATCH 4/8] doc: simplify the handling of interruptions
` [PATCH 5/8] doc: remove redundant rm
` [PATCH 6/8] doc: refactor common dependencies
` [PATCH 7/8] doc: improve asciidoc dependencies
` [PATCH 8/8] doc: join xml and man rules

[PATCH 0/2] Refactor some prompts
 2021-05-13 21:41 UTC  (3+ messages)
` [PATCH 1/2] prompt.h: clarify the non-use of git_prompt
` [PATCH 2/2] builtin: use git_read_line_interactively to prompt

[PATCH] Optimize the description of the configuration in packfile-uris doc
 2021-05-13 21:33 UTC  (3+ messages)
` packfile-uri.txt: fix blobPackfileUri description

[PATCH] git-send-email: add sendmailCommand option
 2021-05-13 21:21 UTC  (15+ messages)
` [PATCH v2] git-send-email: add option to specify sendmail command
  ` [PATCH v3] "

Git pathspecs difference in behavior between linux (wsl) and windows
 2021-05-13 21:17 UTC  (8+ messages)

[PATCH v1] Writing down mail list etiquette
 2021-05-13 21:11 UTC  (16+ messages)
` (no subject)
  ` [PATCH v2] Writing down mail list etiquette
    ` [PATCH v3] doc: writing down Git mailing "
  ` and... Re: [PATCH v1] Writing down mail "

Preserving the ability to have both SHA1 and SHA256 signatures
 2021-05-13 21:03 UTC  (7+ messages)
  ` Is the sha256 object format experimental or not?

[PATCH] INSTALL: note about make man with Asciidoctor backend
 2021-05-13 20:23 UTC  (5+ messages)

Rebase options via git pull
 2021-05-13 20:18 UTC  (2+ messages)

[RFC doc] Tracking git.git
 2021-05-13 20:12 UTC  (3+ messages)

[PATCH v5 00/11] test-lib.sh: new test_commit args, simplification & fixes
 2021-05-13 20:11 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 11/11] test-lib: split up and deprecate test_create_repo()

[PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt
 2021-05-13 20:11 UTC  (4+ messages)

[PATCH 0/3] SubmittingPatches: a few unrelated minor fixes
 2021-05-13 20:08 UTC  (11+ messages)
` [PATCH 2/3] SubmittingPatches: replace discussion of Travis with GitHub Actions
` [PATCH 3/3] SubmittingPatches: remove pine-specific hints from MUA hints

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-05-13 18:52 UTC  (3+ messages)
` [PATCH 16/23] fsmonitor--daemon: implement handle_client callback

[PATCH] doc: use asciidoctor to build man pages directly
 2021-05-13 17:30 UTC  (11+ messages)
` [PATCH 1/2] doc: add an option to have Asciidoctor "
  ` [PATCH 2/2] doc: remove GNU_ROFF option

[PATCH 0/3] po/README: document miscellaneous topics mentioned by l10n coordinator
 2021-05-13 15:40 UTC  (6+ messages)
` [PATCH 1/3] po/README: document PO helper

[PATCH v2 0/2] [GSOC][RFC] ref-filter: introduce enum atom_type
 2021-05-13 15:15 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] [GSOC] ref-filter: add objectsize to used_atom
  ` [PATCH v3 2/2] [GSOC] ref-filter: introduce enum atom_type
  ` [PATCH v4 0/2] [GSOC][RFC] "
    ` [PATCH v4 1/2] [GSOC] ref-filter: add objectsize to used_atom
    ` [PATCH v4 2/2] [GSOC] ref-filter: introduce enum atom_type

[PATCH v5] [GSOC] ref-filter: fix read invalid union member bug
 2021-05-13 15:13 UTC  (5+ messages)
` [PATCH v6] "
  ` [PATCH v7] "

git-sh-prompt: bash: GIT_PS1_COMPRESSSPARSESTATE: unbound variable
 2021-05-13 13:08 UTC  (6+ messages)

[PATCH 00/10] Sparse-index: integrate with status and add
 2021-05-13 12:40 UTC  (9+ messages)
` [PATCH v2 0/8] Sparse-index: integrate with status
  ` [PATCH v2 1/8] t1092: add tests for status/add and sparse files
  ` [PATCH v2 3/8] unpack-trees: compare sparse directories correctly
  ` [PATCH v2 4/8] unpack-trees: stop recursing into sparse directories

[PATCH 0/9] send-email: various optimizations to speed up by >2x
 2021-05-13 11:45 UTC  (25+ messages)
` [PATCH 1/9] send-email: remove non-working support for "sendemail.smtpssl"
` [PATCH 2/9] send-email: refactor sendemail.smtpencryption config parsing
` [PATCH 3/9] send-email: lazily load config for a big speedup
` [PATCH 4/9] send-email: lazily shell out to "git var"
` [PATCH 5/9] send-email: use function syntax instead of barewords
` [PATCH 6/9] send-email: get rid of indirect object syntax
` [PATCH 7/9] send-email: lazily load modules for a big speedup
` [PATCH 8/9] perl: lazily load some common Git.pm setup code
` [PATCH 9/9] send-email: move trivial config handling to Perl

[PATCH] builtin/gc: warn when core.commitGraph is disabled
 2021-05-13 11:24 UTC  (4+ messages)
  `  "

[PATCH] t: avoid sed-based chain-linting in some expensive cases
 2021-05-13 11:05 UTC  (4+ messages)

"bad revision" fetch error when fetching missing objects from partial clones
 2021-05-13 10:53 UTC  (4+ messages)

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-05-13 10:40 UTC  (34+ messages)

[PATCH v2] packfile-uri.txt: fix blobPackfileUri description
 2021-05-13  6:44 UTC 

[PATCH] git-prompt: work under set -u
 2021-05-13  6:22 UTC 

[PATCH] Optimize the description of the configuration in packfile-uris doc
 2021-05-13  2:45 UTC 

[PATCH 0/2] Fixes for dl/stash-show-untracked
 2021-05-12 23:48 UTC  (4+ messages)
` [PATCH 1/2] t3905: correct test title
` [PATCH 2/2] stash show: fix segfault with --{include,only}-untracked

[PATCH] Optimize the description of the configuration in packfile-uris doc
 2021-05-12 23:32 UTC  (5+ messages)
` [PATCH v2] packfile-uri.txt: fix blobPackfileUri description

[PATCH v2 0/6] Makefile/perl: correctly re-generate build/* + speed up under NO_GETTEXT=Y
 2021-05-12 22:45 UTC  (4+ messages)
` [PATCH] Makefile: make PERL_DEFINES recursively expanded

[PATCH] pretty: fix a typo in the documentation for %(trailers)
 2021-05-12 22:48 UTC  (3+ messages)

[PATCH v3 0/8] Directory traversal fixes
 2021-05-12 17:28 UTC  (19+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/8] dir: convert trace calls to trace2 equivalents
  ` [PATCH v5 0/9] Directory traversal fixes
    ` [PATCH v5 1/9] dir: convert trace calls to trace2 equivalents
    ` [PATCH v5 2/9] dir: report number of visited directories and paths with trace2
    ` [PATCH v5 3/9] ls-files: error out on -i unless -o or -c are specified
    ` [PATCH v5 4/9] t7300: add testcase showing unnecessary traversal into ignored directory
    ` [PATCH v5 5/9] t3001, t7300: add testcase showcasing missed directory traversal
    ` [PATCH v5 6/9] dir: avoid unnecessary traversal into ignored directory
    ` [PATCH v5 7/9] dir: traverse into untracked directories if they may have ignored subfiles
    ` [PATCH v5 8/9] dir: update stale description of treat_directory()
    ` [PATCH v5 9/9] dir: introduce readdir_skip_dot_and_dotdot() helper

What's cooking in git.git (May 2021, #02; Wed, 12)
 2021-05-12 16:35 UTC  (3+ messages)

[PATCH] maintenance: use systemd timers on Linux
 2021-05-12 15:41 UTC  (11+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "


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