git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-22 17:02:18 to 2021-11-23 16:29:47 UTC [more...]

[PATCH v3 0/5] CI: Remove Travis CI, shorten names for GH tooltips, split jobs
 2021-11-23 16:29 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] CI: remove Travis CI support
  ` [PATCH v4 2/5] CI: use shorter names that fit in UX tooltips
  ` [PATCH v4 3/5] CI: rename the "Linux32" job to lower-case "linux32"
  ` [PATCH v4 4/5] CI: use "$runs_on_pool", not "$jobname" to select packages & config
  ` [PATCH v4 5/5] CI: don't run "make test" twice in one job

"format-patch" command doesn't support SSH signing
 2021-11-23 16:14 UTC  (3+ messages)

[PATCH v9 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
 2021-11-23 16:12 UTC  (10+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/2] doc: git-format-patch: describe the option --always
  ` [PATCH v11 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
    ` [PATCH v11 1/2] doc: git-format-patch: describe the option --always
    ` [PATCH v11 2/2] am: support --empty=<option> to handle empty patches

[PATCH v2] pager: fix crash when pager program doesn't exist
 2021-11-23 15:26 UTC  (50+ messages)
      ` [PATCH 0/5] run-command API: get rid of "argv"
        ` [PATCH 1/5] archive-tar: use our own cmd.buf in error message
        ` [PATCH 2/5] upload-archive: use regular "struct child_process" pattern
        ` [PATCH 3/5] run-command API users: use strvec_pushv(), not argv assignment
        ` [PATCH 5/5] run-command API: remove "argv" member, always use "args"
        ` [PATCH v2 0/9] run-command API: get rid of "argv" and "env"
          ` [PATCH v2 1/9] worktree: remove redundant NULL-ing of "cp.argv
          ` [PATCH v2 2/9] upload-archive: use regular "struct child_process" pattern
          ` [PATCH v2 3/9] run-command API users: use strvec_pushv(), not argv assignment
          ` [PATCH v2 4/9] run-command tests: "
          ` [PATCH v2 5/9] run-command API users: use strvec_pushl(), not argv construction
          ` [PATCH v2 6/9] run-command API users: use strvec_push(), "
          ` [PATCH v2 7/9] run-command API: remove "argv" member, always use "args"
          ` [PATCH v2 8/9] difftool: use "env_array" to simplify memory management
          ` [PATCH v2 9/9] run-command API: remove "env" member, always use "env_array"

Git subtree command sustainability
 2021-11-23 15:10 UTC 

[PATCH v3 00/15] diff --color-moved[-ws] speedups
 2021-11-23 15:09 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 06/15] diff --color-moved: avoid false short line matches and bad zerba coloring
  ` [PATCH v4 08/15] diff --color-moved-ws=allow-indentation-change: simplify and optimize
  ` [PATCH v4 09/15] diff --color-moved: call comparison function directly

[PATCH 0/2] Sparse Index: diff and blame builtins
 2021-11-23 14:57 UTC  (4+ messages)
` [PATCH 2/2] blame: enable and test the sparse index

[PATCH v3 0/2] Sparse Index: diff and blame builtins
 2021-11-23 14:53 UTC  (10+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] sparse index: enable only for git repos
  ` [PATCH v4 2/4] test-read-cache: set up repo after git directory
  ` [PATCH v4 3/4] diff: enable and test the sparse index
  ` [PATCH v4 4/4] blame: "

What's cooking in git.git (Nov 2021, #05; Fri, 19)
 2021-11-23 13:22 UTC  (6+ messages)
` vd/sparse-sparsity-fix-on-read (Was: Re: What's cooking in git.git (Nov 2021, #05; Fri, 19))
` ab/mark-leak-free-tests-even-more (was: "

[PATCH] fast-export: fix surprising behavior with --first-parent
 2021-11-23 13:07 UTC  (2+ messages)

[RFC PATCH] Makefile: add deprecation message for strip target
 2021-11-23 13:00 UTC  (2+ messages)

[PATCH v7 00/17] Upstreaming the Scalar command
 2021-11-23 13:05 UTC  (10+ messages)
` [PATCH v8 "

[PATCH] fixup??? Merge branch 'ab/ci-updates' into seen
 2021-11-23 12:18 UTC  (6+ messages)

[PATCH 1/1] git-compat-util: add a test balloon for C99 support
 2021-11-23 12:32 UTC  (11+ messages)
                ` [PATCH 1/1] git-compat-util: add a test balloon for C99 supporty

git 2.34.0: Behavior of `**` in gitignore is different from previous versions
 2021-11-23 12:21 UTC  (10+ messages)

[PATCH v4 00/17] hook.[ch]: new library to run hooks + simple hook conversion
 2021-11-23 11:46 UTC  (19+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/17] hook: add 'run' subcommand
  ` [PATCH v5 02/17] hook API: add a run_hooks() wrapper
  ` [PATCH v5 03/17] gc: use hook library for pre-auto-gc hook
  ` [PATCH v5 04/17] am: convert {pre,post}-applypatch to use hook.h
  ` [PATCH v5 05/17] hook API: add a run_hooks_l() wrapper
  ` [PATCH v5 06/17] rebase: convert pre-rebase to use hook.h
  ` [PATCH v5 07/17] am: convert applypatch-msg "
  ` [PATCH v5 08/17] merge: convert post-merge "
  ` [PATCH v5 09/17] hooks: convert non-worktree 'post-checkout' hook to hook library
  ` [PATCH v5 10/17] hooks: convert worktree "
  ` [PATCH v5 11/17] git hook run: add an --ignore-missing flag
  ` [PATCH v5 12/17] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v5 13/17] git-p4: use 'git hook' to run hooks
  ` [PATCH v5 14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v5 15/17] read-cache: convert post-index-change to use hook.h
  ` [PATCH v5 16/17] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v5 17/17] run-command: remove old run_hook_{le,ve}() hook API

[PATCH v3 0/1] ls-tree.c: support `--oid-only` option
 2021-11-23 11:04 UTC  (13+ messages)
` [PATCH v3 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"
` [PATCH v4 0/1] ls-tree.c: support `--oid-only` option
  ` [PATCH v4 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"

[PATCH] completion: add human and auto: date format
 2021-11-23 11:27 UTC 

Update to Git 2.34.0 breaks application
 2021-11-23 11:05 UTC  (10+ messages)
  ` [PATCH] editor: only save (and restore) the terminal if using a tty

[PATCH 0/4] implement branch --recurse-submodules
 2021-11-23 10:53 UTC  (9+ messages)
` [PATCH 1/4] submodule-config: add submodules_of_tree() helper
` [PATCH 2/4] branch: refactor out branch validation from create_branch()
` [PATCH 3/4] branch: add --dry-run option to branch
` [PATCH 4/4] branch: add --recurse-submodules option for branch creation

[PATCH 0/4] Inspect reflog data programmatically in more tests
 2021-11-23 10:24 UTC  (14+ messages)
` [PATCH 1/4] show-branch: show reflog message
` [PATCH 2/4] refs: trim newline from "
` [PATCH 3/4] test-ref-store: tweaks to for-each-reflog-ent format
` [PATCH 4/4] t1400: use test-helper ref-store to inspect reflog contents

why git is so slow for a tiny git push?
 2021-11-23  6:42 UTC  (7+ messages)
      ` [External Mail]Re: "

[PATCH 0/8] Avoid removing the current working directory, even if it becomes empty
 2021-11-23  3:11 UTC  (17+ messages)
` [PATCH 1/8] t2501: add various tests for removing the current working directory
` [PATCH 2/8] repository, setup: introduce the_cwd
` [PATCH 5/8] symlinks: do not include current working directory in dir removal
` [PATCH 6/8] clean: do not attempt to remove current working directory

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-11-23  2:07 UTC  (6+ messages)
` [PATCH 2/2] ls-files: add --sparse option

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-11-23  1:27 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] config: include file if remote URL matches a glob

[PATCH 8/8] dir: avoid removing the current working directory
 2021-11-23  1:19 UTC  (3+ messages)

[PATCH v3 0/3] sparse-index: expand/collapse based on 'index.sparse'
 2021-11-23  0:20 UTC  (11+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 4/4] sparse-index: update do_read_index to ensure correct sparsity
  ` [PATCH v5 0/4] sparse-index: expand/collapse based on 'index.sparse'
    ` [PATCH v5 1/4] test-read-cache.c: prepare_repo_settings after config init
    ` [PATCH v5 2/4] sparse-index: avoid unnecessary cache tree clearing
    ` [PATCH v5 3/4] sparse-index: add ensure_correct_sparsity function
    ` [PATCH v5 4/4] sparse-index: update do_read_index to ensure correct sparsity

preparing for 2.34.1
 2021-11-22 23:51 UTC  (9+ messages)

[PATCH v3 0/3] i18n: improve translatability of ambiguous object output
 2021-11-22 22:37 UTC  (6+ messages)
` [PATCH v2 0/3] object-name: make ambiguous object output translatable + show tag date
  ` [PATCH v4 1/3] object-name: remove unreachable "unknown type" handling
  ` [PATCH v4 2/3] object-name: make ambiguous object output translatable
  ` [PATCH v4 3/3] object-name: show date for ambiguous tag objects

[PATCH v3] ci: add a job for PCRE2
 2021-11-22 22:29 UTC 

[PATCH 1/2] grep/pcre2: limit the instances in which UTF mode is enabled
 2021-11-22 22:26 UTC  (4+ messages)
` [PATCH 2/2] ci: add a job for PCRE2

Is t7006-pager.sh racy?
 2021-11-22 21:28 UTC  (11+ messages)
      ` [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
                  ` [PATCH] run-command: unify signal and regular logic for wait_or_whine()

[PATCH] Doc: no midx and partial clone relation
 2021-11-22 19:29 UTC  (2+ messages)

[PATCH] refs: drop force_create argument of create_reflog API
 2021-11-22 19:00 UTC  (2+ messages)

Config spec for git
 2021-11-22 18:19 UTC  (4+ messages)

[PATCH v3] fetch-pack: parameterize message containing 'ready' keyword
 2021-11-22 17:35 UTC  (3+ messages)

[PATCH v2 2/2] test-lib: introduce required prereq for test runs
 2021-11-22 17:05 UTC  (5+ messages)
` [PATCH v3 0/3] test-lib: improve missing prereq handling
  ` [PATCH v3 3/3] test-lib: make BAIL_OUT() work in tests and prereq


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