git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-03 02:33:26 to 2021-09-07 06:25:11 UTC [more...]

[PATCH v3 0/3] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug'
 2021-09-07  6:24 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'
  ` [PATCH v4 2/3] test-lib-functions: optionally keep HOME, TERM and SHELL "
  ` [PATCH v4 3/3] test-lib-functions: keep user's debugger config files and TERM in 'debug'
  ` [PATCH v5 0/3] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug'
    ` [PATCH v5 1/3] test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'
    ` [PATCH v5 2/3] test-lib-functions: optionally keep HOME, TERM and SHELL "
    ` [PATCH v5 3/3] test-lib-functions: keep user's debugger config files and TERM in 'debug'

Git in Outreachy?
 2021-09-07  5:50 UTC  (9+ messages)

[hacky PATCH 0/2] speeding up trivial for-each-ref invocations
 2021-09-07  5:42 UTC  (15+ messages)
` [PATCH 1/2] ref-filter: hacky "streaming" mode
` [PATCH 2/2] ref-filter: implement "quick" formats

[PATCH] ll-merge: teach ll_binary_merge() a trivial three-way merge
 2021-09-07  2:32 UTC  (5+ messages)
` [PATCH v2] apply: resolve trivial merge without hitting ll-merge with "--3way"

[PATCH v3 2/3] send-email: move bash completions to core script
 2021-09-07  1:28 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/4] Compile-time extensions for list-object-filter
 2021-09-07  0:37 UTC  (9+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] Makefile for list-object-filter extensions
` [PATCH 3/4] Sample "
` [PATCH 4/4] Documentation for "

[PATCH 0/4] Gets rid of "if reflog exists, append to it regardless of config settings"
 2021-09-06 22:50 UTC  (11+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] refs: trim newline from reflog message
  ` [PATCH v2 2/5] test-ref-store: tweaks to for-each-reflog-ent format
  ` [PATCH v2 3/5] t1400: use test-helper ref-store to inspect reflog contents
  ` [PATCH v2 4/5] refs: drop force_create argument of create_reflog API
  ` [PATCH v2 5/5] RFC: refs: reflog entries aren't written based on reflog existence

[PATCH 0/9] remove dead shell code
 2021-09-06 22:27 UTC  (11+ messages)
` [PATCH v2 0/7] remove dead & undocumented "
  ` [PATCH v2 1/7] git-sh-setup: remove unused git_pager() function
  ` [PATCH v2 2/7] git-sh-setup: remove unused sane_egrep() function
  ` [PATCH v2 3/7] git-sh-setup: move peel_committish() function to git-subtree.sh
  ` [PATCH v2 4/7] git-sh-setup: clear_local_git_env() function to git-submodule.sh
  ` [PATCH v2 5/7] git-sh-setup: remove unused "pull with rebase" message
  ` [PATCH v2 6/7] git-bisect: remove unused SHA-1 $x40 shell variable
  ` [PATCH v2 7/7] test-lib: remove unused $_x40 and $_z40 variables

What's cooking in git.git (Sep 2021, #01; Thu, 2)
 2021-09-06 22:21 UTC  (11+ messages)

[PATCH 1/3] Add support for new %w wildcard in checkout filter
 2021-09-06 22:09 UTC  (4+ messages)
` [PATCH 2/3] Die if filter is attempted without a worktree
` [PATCH 3/3] Document the new gitattributes change

Regression in git send-email parsing sendemail.* config values
 2021-09-06 11:05 UTC  (6+ messages)
    ` [PATCH] send-email: fix a "first config key wins" regression in v2.33.0

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2021-09-06 10:17 UTC  (14+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 5/7] rebase: drop support for `--preserve-merges`
  ` [PATCH v2 7/7] rebase: drop the internal `rebase--interactive` command

[PATCH v6 0/6] Finish converting git bisect to C part 4
 2021-09-06  8:34 UTC  (5+ messages)
` [PATCH v6 5/6] bisect--helper: reimplement `bisect_run` shell

[PATCH] Makefile: remove the check_bindir script
 2021-09-06  7:55 UTC 

[PATCH RESEND v3] make: add INSTALL_STRIP option variable
 2021-09-06  6:49 UTC  (4+ messages)

[PATCH 00/15] [RFC] Upstreaming the Scalar command
 2021-09-06  1:12 UTC  (48+ messages)
` [PATCH 04/15] scalar: 'register' sets recommended config and starts maintenance
` [PATCH 08/15] scalar: implement the `clone` subcommand
` [PATCH 10/15] scalar: implement the `run` command
` [PATCH 11/15] scalar: allow reconfiguring an existing enlistment
` [PATCH 12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments
` [PATCH 14/15] scalar: implement the `version` command
` [PATCH v2 00/15] [RFC] Upstreaming the Scalar command
  ` [PATCH v2 01/15] scalar: create a rudimentary executable
  ` [PATCH v2 02/15] scalar: start documenting the command
  ` [PATCH v2 03/15] scalar: create test infrastructure
  ` [PATCH v2 04/15] scalar: 'register' sets recommended config and starts maintenance
  ` [PATCH v2 05/15] scalar: 'unregister' stops background maintenance
  ` [PATCH v2 06/15] scalar: let 'unregister' handle a deleted enlistment directory gracefully
  ` [PATCH v2 07/15] scalar: implement 'scalar list'
  ` [PATCH v2 08/15] scalar: implement the `clone` subcommand
  ` [PATCH v2 09/15] scalar: teach 'clone' to support the --single-branch option
  ` [PATCH v2 10/15] scalar: implement the `run` command
  ` [PATCH v2 11/15] scalar: allow reconfiguring an existing enlistment
  ` [PATCH v2 12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments
  ` [PATCH v2 13/15] scalar: implement the `delete` command
  ` [PATCH v2 14/15] scalar: implement the `version` command
  ` [PATCH v2 15/15] scalar: accept -C and -c options before the subcommand

[PATCH] test-tool run-command: remove dead "testsuite" code
 2021-09-06  0:37 UTC 

[PATCH v3] pretty: colorize pattern matches in commit messages
 2021-09-06  0:28 UTC 

Aborting 'rebase main feat' removes unversioned files
 2021-09-05 22:31 UTC  (13+ messages)

stash push/pop unstages files?
 2021-09-05 19:19 UTC  (4+ messages)

[PATCH] pretty: colorize pattern matches in commit messages
 2021-09-05 18:01 UTC  (2+ messages)

[RFC PATCH v2 0/4] developer: support pedantic
 2021-09-05  7:54 UTC  (12+ messages)
` [PATCH v3 0/3] support pedantic in developer mode
  ` [PATCH v3 1/3] gettext: remove optional non-standard parens in N_() definition
  ` [PATCH v3 2/3] win32: allow building with pedantic mode enabled
  ` [PATCH v3 3/3] developer: enable pedantic by default

[PATCH 0/4] bundle: show progress on "unbundle"
 2021-09-05  7:34 UTC  (14+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] strvec: add a strvec_pushvec()
  ` [PATCH v4 0/4] bundle: show progress on "unbundle"
    ` [PATCH v4 1/4] bundle API: start writing API documentation
    ` [PATCH v4 2/4] bundle API: change "flags" to be "extra_index_pack_args"
    ` [PATCH v4 3/4] index-pack: add --progress-title option
    ` [PATCH v4 4/4] bundle: show progress on "unbundle"

[PATCH v9 0/3] maintenance: add support for systemd timers on Linux
 2021-09-04 20:55 UTC  (5+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/3] cache.h: Introduce a generic "xdg_config_home_for(…)" function
  ` [PATCH v10 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`
  ` [PATCH v10 3/3] maintenance: add support for systemd timers on Linux

[PATCH v2 0/4] cache parent project's gitdir in submodules
 2021-09-04 17:50 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v3 3/4] submodule: record superproject gitdir during absorbgitdirs
 2021-09-04 17:27 UTC  (2+ messages)

[PATCH v3 2/4] introduce submodule.superprojectGitDir record
 2021-09-04 17:20 UTC  (2+ messages)

[PATCH] Docs: web server must setenv GIT_PROTOCOL for v2
 2021-09-04 15:55 UTC  (2+ messages)

Bug with Git shallow clones and submodules
 2021-09-04 14:51 UTC  (5+ messages)
  ` Weird interaction between Git protocol versions and git:// and https:// URLs (was: Re: Bug with Git shallow clones and submodules)

git switch after bisect finished
 2021-09-04  8:27 UTC 

[BUG?] git range-diff -Ix @{1}... segfaults
 2021-09-04  7:50 UTC  (2+ messages)

[PATCH] Documentation: fix default directory of git bugreport -o
 2021-09-04  6:01 UTC  (5+ messages)
` bugreport papercuts
  ` [PATCH 1/2] bugreport: avoid duplicating options in usage()
  ` [PATCH 2/2] bugreport: slightly better memory management

[PATCH] update-ref: fix streaming of status updates
 2021-09-03 18:34 UTC  (2+ messages)

[PATCH] bugreport: Add hint to answer questionnaire in English
 2021-09-03 11:58 UTC 

[PATCH v2 0/4] add a test mode for SANITIZE=leak, run it in CI
 2021-09-03 11:13 UTC  (5+ messages)
` [PATCH v3 0/8] "

[PATCH] builtin/checkout: track the command use (checkout/switch) for advice
 2021-09-03 10:22 UTC  (2+ messages)

[PATCH 0/3] hn/reftable: fixes for building with -DNDEBUG
 2021-09-03  4:42 UTC  (6+ messages)
` [PATCH 3/3] fixup! reftable: add a heap-based priority queue for reftable records

[PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs()
 2021-09-03  2:33 UTC  (4+ messages)
` [PATCH 2/3] builtin/pack-objects.c: "


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