git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-10-17 07:19:20 to 2020-10-20 13:41:25 UTC [more...]

[PATCH 0/4] use fsmonitor data in git diff eliminating O(num_files) calls to lstat
 2020-10-20 13:41 UTC  (47+ messages)
` [PATCH 1/4] fsmonitor: use fsmonitor data in `git diff`
` [PATCH 2/4] t/perf/README: elaborate on output format
` [PATCH 3/4] t/perf/p7519-fsmonitor.sh: warm cache on first git status
` [PATCH 4/4] t/perf: add fsmonitor perf test for git diff
` [PATCH v2 0/4] use fsmonitor data in git diff eliminating O(num_files) calls to lstat
  ` [PATCH v2 1/4] fsmonitor: use fsmonitor data in `git diff`
  ` [PATCH v2 2/4] t/perf/README: elaborate on output format
  ` [PATCH v2 3/4] t/perf/p7519-fsmonitor.sh: warm cache on first git status
  ` [PATCH v2 4/4] t/perf: add fsmonitor perf test for git diff
  ` [PATCH v3 0/7] use fsmonitor data in git diff eliminating O(num_files) calls to lstat
    ` [PATCH v3 1/7] fsmonitor: use fsmonitor data in `git diff`
    ` [PATCH v3 2/7] t/perf/README: elaborate on output format
    ` [PATCH v3 3/7] t/perf/p7519-fsmonitor.sh: warm cache on first git status
    ` [PATCH v3 4/7] t/perf: add fsmonitor perf test for git diff
    ` [PATCH v3 5/7] perf lint: check test-lint-shell-syntax in perf tests
    ` [PATCH v3 6/7] p7519-fsmonitor: refactor to avoid code duplication
    ` [PATCH v3 7/7] p7519-fsmonitor: add a git add benchmark
    ` [PATCH v4 0/7] use fsmonitor data in git diff eliminating O(num_files) calls to lstat
      ` [PATCH v4 1/7] fsmonitor: use fsmonitor data in `git diff`
      ` [PATCH v4 2/7] t/perf/README: elaborate on output format
      ` [PATCH v4 3/7] t/perf/p7519-fsmonitor.sh: warm cache on first git status
      ` [PATCH v4 5/7] perf lint: add make test-lint to perf tests
      ` [PATCH v4 6/7] p7519-fsmonitor: refactor to avoid code duplication

[PATCH] diff: do not show submodule with untracked files as "-dirty"
 2020-10-20 13:38 UTC  (2+ messages)
` [OUTREACHY][PATCH] "

[PATCH v2 00/19] Parallel Checkout (part I)
 2020-10-20 13:18 UTC  (7+ messages)
` [PATCH v2 16/19] parallel-checkout: add tests for basic operations

[OUTREACHY][PATCH v1] t7006: Use test_path_is_* functions in test script
 2020-10-20 12:19 UTC  (7+ messages)

[PATCH 0/5][Outreachy] modernizing the test scripts
 2020-10-20 12:11 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5][Outreachy] t7101,t7102,t7201: modernize test formatting
  ` [PATCH v2 2/5][Outreachy] t7102,t7201: remove unnecessary blank spaces in test body
  ` [PATCH v2 3/5][Outreachy] t7102,t7201: remove whitespace after redirect operator
  ` [PATCH v2 4/5][Outreachy] t7201: avoid using cd outside of subshells
  ` [PATCH v2 5/5][Outreachy] t7201: place each command in its own line
  ` [PATCH v3 0/5][Outreachy] modernize the test scripts
    ` [PATCH v3 1/5][Outreachy] t7101,t7102,t7201: modernize test formatting
    ` [PATCH v3 2/5][Outreachy] t7102,t7201: remove unnecessary blank spaces in test body
    ` [PATCH v3 3/5][Outreachy] t7102,t7201: remove whitespace after redirect operator
    ` [PATCH v3 4/5][Outreachy] t7201: use 'git -C' to avoid subshell
    ` [PATCH v3 5/5][Outreachy] t7201: put each command on a seperate line
  ` [PATCH v4] t7201: put each command on a separate line

about git hooks
 2020-10-20 10:48 UTC  (3+ messages)

Is cover letter can save changes?
 2020-10-20 10:23 UTC  (2+ messages)

[PATCH] filter-branch doc: fix filter-repo typo
 2020-10-20  8:33 UTC 

[PATCH] userdiff: support Bash
 2020-10-20  7:10 UTC 

[PATCH v2 0/3] diff: add -I<regex> that ignores matching changes
 2020-10-20  6:48 UTC  (12+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] "
  ` [PATCH v4 0/2] "
    ` [PATCH v4 1/2] merge-base, xdiff: zero out xpparam_t structures
    ` [PATCH v4 2/2] diff: add -I<regex> that ignores matching changes

SKIP_DASHED_BUILT_INS does not install git-*-pack
 2020-10-20  2:52 UTC  (3+ messages)

[PATCH 0/1] Clarify and expand description of --signoff
 2020-10-20  2:34 UTC  (25+ messages)
` [PATCH 1/1] Documentation: "
                  ` [PATCH v2 0/3] clarify and expand description of --signoff & related fixes
                    ` [PATCH v2 1/3] Documentation: clarify and expand description of --signoff
                    ` [PATCH v2 2/3] Documentation: stylistically normalize references to Signed-off-by:
                        ` [PATCH v3 0/4] clarify meaning of --signoff & related doc improvements in describing Signed-off-by
                          ` [PATCH v3 1/4] doc: preparatory clean-up of description on the sign-off option
                          ` [PATCH v3 2/4] Documentation: clarify and expand description of --signoff
                          ` [PATCH v3 3/4] SubmittingPatches: clarify DCO is our --signoff rule
                          ` [PATCH v3 4/4] Documentation: stylistically normalize references to Signed-off-by:
                    ` [PATCH v2 3/3] SubmittingPatches: clarify DCO is our --signoff rule

[ANNOUNCE] Git for Windows 2.29.0
 2020-10-19 21:03 UTC 

[PATCH] t5500.43: make the check a bit more robust
 2020-10-19 19:35 UTC  (9+ messages)
` [PATCH v2 0/3] Work around flakiness in t5500.43
  ` [PATCH v2 1/3] sideband: avoid reporting incomplete sideband messages
  ` [PATCH v2 2/3] sideband: report unhandled incomplete sideband messages as bugs
  ` [PATCH v2 3/3] sideband: add defense against packets missing a band designator

[PATCH 00/10] Prepare for changing the default branch name main (last manual part)
 2020-10-19 19:31 UTC  (11+ messages)
` [PATCH 01/10] fmt-merge-msg: also suppress "into main" by default
` [PATCH 02/10] t9801: use `--` in preparation for default branch rename
` [PATCH 03/10] tests: start moving to a different default main branch name
` [PATCH 04/10] t4013: prepare for the new default branch name "main"
` [PATCH 05/10] t6200: adjust suppression pattern to also match "main"
` [PATCH 06/10] t5703: adjust a test case for the upcoming default branch name
` [PATCH 07/10] t3200: prepare for `main` being shorter than `master`
` [PATCH 08/10] t9902: prepare a test for the upcoming default branch name
` [PATCH 09/10] tests: prepare aligned mentions of the "
` [PATCH 10/10] t1400: prepare for `main` being "

[ANNOUNCE] Git v2.29.0
 2020-10-19 19:28 UTC  (2+ messages)

What's cooking in git.git (Oct 2020, #03; Mon, 19)
 2020-10-19 18:21 UTC  (2+ messages)

French translation: incorrect translation for error message in “git push <remote>”
 2020-10-19 17:50 UTC  (4+ messages)

[GIT PULL] git-gui changes for v2.29
 2020-10-19 17:24 UTC  (4+ messages)

[ANNOUNCE] Git v2.29.0-rc2
 2020-10-19 12:45 UTC 

[Outreachy-Microproject][PATCH 1/1] t0000: replace 'test -[def]' with helpers
 2020-10-18 23:36 UTC  (5+ messages)

[PATCH v2 0/3] Claryfing the meaning of the sign-off
 2020-10-18 23:31 UTC  (5+ messages)
` [PATCH v2 1/3] doc: preparatory clean-up of description on the sign-off option
` [PATCH v2 2/3] Documentation: clarify and expand description of --signoff
` [PATCH v2 3/3] SubmittingPatches: clarify DCO is our --signoff rule

[PATCH 0/2] [Outreachy][Patch v1] t9832,t2200: avoid using pipes in git related commands
 2020-10-18 22:04 UTC  (14+ messages)
` [PATCH 1/2] t9832,t2200: avoid using pipes in git commands
` [PATCH 2/2] t2200: modify code syntax
` [PATCH v2] t9832,t2200: avoid using pipes in git commands
  ` [PATCH v3] t2200,t9832: avoid using 'git' upstream in a pipe

[GIT PULL] l10n updates for 2.29.0 round 2
 2020-10-18 20:16 UTC  (2+ messages)

[Outreachy-Microproject][PATCH 1/1] t0000: replace an instant of test -f with test_path_is_file functions
 2020-10-18 20:11 UTC  (3+ messages)

Why does git diff-index show intent-to-add file as "Added"?
 2020-10-18 20:07 UTC  (4+ messages)

Issue with staging, unstaging, discarding hunks with no context
 2020-10-18  9:12 UTC  (2+ messages)

[PATCH v4 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
 2020-10-18  0:23 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] test-lib: allow selecting tests by substring/glob with --run
  ` [PATCH v6 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
    ` [PATCH v6 1/3] test-lib: allow selecting tests by substring/glob with --run
    ` [PATCH v6 2/3] t6006, t6012: adjust tests to use 'setup' instead of synonyms
    ` [PATCH v6 3/3] test-lib: reduce verbosity of skipped tests

[PATCH] t7518: fix flaky grep invocation
 2020-10-17 23:35 UTC  (3+ messages)

[PATCH v3 1/3] t3435: use `test_config` instead of `git config`
 2020-10-17 23:16 UTC  (6+ messages)
` [PATCH v3 3/3] sequencer: pass explicit --no-gpg-sign to merge

[PATCH v4 1/3] sequencer: fix gpg option passed to merge subcommand
 2020-10-17 23:15 UTC  (3+ messages)
` [PATCH v4 2/3] sequencer: pass explicit --no-gpg-sign to merge
` [PATCH v4 3/3] t3435: add tests for rebase -r GPG signing

[PATCH] fast-import: remove duplicated option-parsing line
 2020-10-17 23:08 UTC  (2+ messages)

[Request] gitweb: tag feeds
 2020-10-17 13:46 UTC  (3+ messages)

[PATCH] git-gui blame: prevent tool tips from sticking around after Command-Tab
 2020-10-17  9:37 UTC  (3+ messages)

[Outreachy] Introduction
 2020-10-17  8:09 UTC  (5+ messages)

[Outreachy] [PATCH 0/1]
 2020-10-17  7:19 UTC  (3+ messages)
` [PATCH 1/1] Microproject - Use debug-friendly test_path_is_* functions


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