git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-11-28 20:55:01 to 2021-11-30 10:07:15 UTC [more...]

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-11-30 10:06 UTC  (5+ messages)
` [Summit topic] Server-side merge/rebase: needs and wants?

[PATCH v10 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
 2021-11-30  9:55 UTC  (19+ messages)
` [PATCH v11 "
  ` [PATCH v11 2/2] am: support --empty=<option> "
        `  "
            ` [PATCH v12 3/3] am: support --allow-empty to record specific "
  ` [PATCH v12 0/3] am: support --empty=(die|drop|keep) option and --allow-empty option to handle "
    ` [PATCH v12 1/3] doc: git-format-patch: describe the option --always
    ` [PATCH v12 2/3] am: support --empty=<option> to handle empty patches
    ` [PATCH v13 0/3] am: support --empty=(die|drop|keep) option and --allow-empty option "
      ` [PATCH v13 1/3] doc: git-format-patch: describe the option --always
      ` [PATCH v13 2/3] am: support --empty=<option> to handle empty patches
      ` [PATCH v13 3/3] am: support --allow-empty to record specific "

[RFC PATCH v1 1/1] docs: add the new commit-msg tags 'Reported:' and 'Reviewed:'
 2021-11-30  8:24 UTC  (13+ messages)

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-11-30  7:51 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] config: make git_config_include() static
  ` [PATCH v4 2/2] config: include file if remote URL matches a glob

What's cooking in git.git (Nov 2021, #07; Mon, 29)
 2021-11-30  7:33 UTC  (2+ messages)
` jk/loosen-urlmatch, was "

[RFC PATCH] vreportf: ensure sensible ordering of normal and error output
 2021-11-30  7:23 UTC  (5+ messages)

[PATCH 0/8] Avoid removing the current working directory, even if it becomes empty
 2021-11-30  6:53 UTC  (40+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 2/9] setup: introduce startup_info->original_cwd
  ` [PATCH v2 3/9] unpack-trees: refuse to remove startup_info->original_cwd
  ` [PATCH v2 4/9] unpack-trees: add special cwd handling
  ` [PATCH v3 00/11] Avoid removing the current working directory, even if it becomes empty
    ` [PATCH v3 02/11] setup: introduce startup_info->original_cwd
    ` [PATCH v3 07/11] rebase: do not attempt to remove startup_info->original_cwd
    ` [PATCH v4 00/11] Avoid removing the current working directory, even if it becomes empty
      ` [PATCH v4 01/11] t2501: add various tests for removing the current working directory
      ` [PATCH v4 02/11] setup: introduce startup_info->original_cwd
      ` [PATCH v4 03/11] unpack-trees: refuse to remove startup_info->original_cwd
      ` [PATCH v4 04/11] unpack-trees: add special cwd handling
      ` [PATCH v4 05/11] symlinks: do not include startup_info->original_cwd in dir removal
      ` [PATCH v4 06/11] clean: do not attempt to remove startup_info->original_cwd
      ` [PATCH v4 07/11] rebase: "
      ` [PATCH v4 08/11] stash: "
      ` [PATCH v4 09/11] dir: avoid incidentally removing the original_cwd in remove_path()
      ` [PATCH v4 10/11] dir: new flag to remove_dir_recurse() to spare the original_cwd
      ` [PATCH v4 11/11] t2501: simplify the tests since we can now assume desired behavior

[PATCH v3 0/2] Sparse Index: diff and blame builtins
 2021-11-30  6:32 UTC  (13+ 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] sequencer: avoid adding exec commands for non-commit creating commands
 2021-11-30  5:13 UTC  (2+ messages)

misleading message printed when worktree add fails
 2021-11-30  4:46 UTC  (5+ messages)

[BUG REPORT] `git rebase --exec` shouldn't run the exec command when there is nothing to rebase
 2021-11-30  4:01 UTC  (5+ messages)

[PATCH v5 0/8] Sparse Index: integrate with reset
 2021-11-30  3:59 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/8] reset: rename is_missing to !is_in_reset_tree
  ` [PATCH v6 2/8] reset: preserve skip-worktree bit in mixed reset
  ` [PATCH v6 3/8] sparse-index: update command for expand/collapse test
  ` [PATCH v6 4/8] reset: expand test coverage for sparse checkouts
  ` [PATCH v6 5/8] reset: integrate with sparse index
  ` [PATCH v6 6/8] reset: make sparse-aware (except --mixed)
  ` [PATCH v6 7/8] reset: make --mixed sparse-aware
  ` [PATCH v6 8/8] unpack-trees: improve performance of next_cache_entry

[PATCH] unpack-objects: unpack large object in stream
 2021-11-30  3:23 UTC  (12+ messages)
` [PATCH v3 0/5] unpack large objects "
` [PATCH v3 2/5] object-file.c: handle undetermined oid in write_loose_object()
` [PATCH v3 5/5] unpack-objects: unpack_non_delta_entry() read data in a stream

[PATCH 0/4] Fix LLP64 `(size_t)1` compatibility VS C4334 warnings
 2021-11-30  0:35 UTC  (10+ messages)
` [PATCH 1/4] mergesort.c: LLP64 compatibility, upcast unity for left shift
` [PATCH 2/4] repack.c: "
` [PATCH 3/4] diffcore-delta.c: "

patch: change “Everything up-to-date” to “Already up to date.” (No-op messages for git-push and git-pull)
 2021-11-30  0:19 UTC  (2+ messages)

[PATCH 0/2] Set GIT_TRACE2_EVENT_NESTING in test-lib.sh
 2021-11-30  0:04 UTC  (11+ messages)
` [PATCH 1/2] test-lib.sh: set GIT_TRACE2_EVENT_NESTING
` [PATCH 2/2] t/t*: remove custom GIT_TRACE2_EVENT_NESTING
` [PATCH] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD

[PATCH 0/4] Inspect reflog data programmatically in more tests
 2021-11-29 23:28 UTC  (29+ messages)
` [PATCH 2/4] refs: trim newline from reflog message
            ` Re* "
` [PATCH v2 0/5] Inspect reflog data programmatically in more tests
  ` [PATCH v2 5/5] refs/debug: trim trailing LF from reflog message

[PATCH 0/2] Allow writing invalid OIDs into refs for testing purposes
 2021-11-29 23:31 UTC  (14+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] test-ref-store: plug memory leak in cmd_delete_refs
  ` [PATCH v2 2/6] refs: update comment
  ` [PATCH v2 3/6] refs: allow skipping OID verification
  ` [PATCH v2 4/6] refs: add REF_SKIP_REFNAME_VERIFICATION flag
  ` [PATCH v2 5/6] t1430: remove refs using test-tool
  ` [PATCH v2 6/6] t1430: create valid symrefs using test-helper

What's cooking in git.git (Nov 2021, #06; Wed, 24)
 2021-11-29 22:30 UTC  (6+ messages)
` bc/require-c99 + jc/c99-var-decl-in-for-loop (was: What's cooking in git.git (Nov 2021, #06; Wed, 24))
  ` bc/require-c99 + jc/c99-var-decl-in-for-loop
` vd/sparse-reset (Was: Re: What's cooking in git.git (Nov 2021, #06; Wed, 24))
  ` vd/sparse-reset
` Submodules UX overhaul update (was: What's cooking in git.git (Nov 2021, #06; Wed, 24))

[PATCH v3 2/2] config: include file if remote URL matches a glob
 2021-11-29 18:18 UTC  (2+ messages)

[PATCH v3 2/2] config: include file if remote URL matches a glob
 2021-11-29 20:50 UTC  (3+ messages)

[PATCH v3 2/2] config: include file if remote URL matches a glob
 2021-11-29 17:53 UTC  (2+ messages)

[PATCH 00/17] cruft packs
 2021-11-29 22:25 UTC  (18+ messages)
` [PATCH 01/17] Documentation/technical: add cruft-packs.txt
` [PATCH 02/17] pack-mtimes: support reading .mtimes files
` [PATCH 03/17] pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
` [PATCH 04/17] chunk-format.h: extract oid_version()
` [PATCH 05/17] pack-mtimes: support writing pack .mtimes files
` [PATCH 06/17] t/helper: add 'pack-mtimes' test-tool
` [PATCH 07/17] builtin/pack-objects.c: return from create_object_entry()
` [PATCH 08/17] builtin/pack-objects.c: --cruft without expiration
` [PATCH 09/17] reachable: add options to add_unseen_recent_objects_to_traversal
` [PATCH 10/17] reachable: report precise timestamps from objects in cruft packs
` [PATCH 11/17] builtin/pack-objects.c: --cruft with expiration
` [PATCH 12/17] builtin/repack.c: support generating a cruft pack
` [PATCH 13/17] builtin/repack.c: allow configuring cruft pack generation
` [PATCH 14/17] builtin/repack.c: use named flags for existing_packs
` [PATCH 15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack
` [PATCH 16/17] builtin/gc.c: conditionally avoid pruning objects via loose
` [PATCH 17/17] sha1-file.c: don't freshen cruft packs

[PATCH v2 00/10] cat-file: better usage UX & error messages
 2021-11-29 19:57 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] cat-file tests: test bad usage
  ` [PATCH v3 02/10] cat-file tests: test messaging on bad objects/paths
  ` [PATCH v3 03/10] parse-options API: add a usage_msg_optf()
  ` [PATCH v3 04/10] cat-file docs: fix SYNOPSIS and "-h" output
  ` [PATCH v3 05/10] cat-file: move "usage" variable to cmd_cat_file()
  ` [PATCH v3 06/10] cat-file: make --batch-all-objects a CMDMODE
  ` [PATCH v3 07/10] cat-file: fix remaining usage bugs
  ` [PATCH v3 08/10] cat-file: correct and improve usage information
  ` [PATCH v3 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
  ` [PATCH v3 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)

[PATCH] t1404: mark directory/file conflict tests with REFFILES
 2021-11-29 18:20 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] grep: clarify what `grep.patternType=default` means
 2021-11-29 22:10 UTC 

[PATCH 4/4] branch: add --recurse-submodules option for branch creation
 2021-11-29 21:01 UTC  (2+ messages)

[PATCH v2 0/8] grep: simplify & delete code by changing obscure cfg variable behavior
 2021-11-29 21:52 UTC  (12+ messages)
` [PATCH v3 0/7] grep: simplify & delete "init" & "config" code
  ` [PATCH v3 1/7] grep.h: remove unused "regex_t regexp" from grep_opt
  ` [PATCH v3 2/7] log tests: check if grep_config() is called by "log"-like cmds
  ` [PATCH v3 3/7] grep tests: add missing "grep.patternType" config test
  ` [PATCH v3 4/7] built-ins: trust the "prefix" from run_builtin()
  ` [PATCH v3 5/7] grep.c: don't pass along NULL callback value
  ` [PATCH v3 6/7] grep API: call grep_config() after grep_init()
  ` [PATCH v3 7/7] grep: simplify config parsing and option parsing

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

[PATCH] mingw: avoid fallback for {local,gm}time_r()
 2021-11-29 17:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 2/4] csum-file.h: increase hashfile buffer size
 2021-11-29 13:49 UTC  (4+ messages)
` t4216-log-bloom.sh fails with -v (but not --verbose-log)

[PATCH] githubci: add a workflow for creating GitHub release notes
 2021-11-29 12:49 UTC  (5+ messages)

[ANNOUNCE] Git Rev News edition 81
 2021-11-29 10:05 UTC 

git diff -I<regex> does not work with empty +/- lines
 2021-11-29  4:54 UTC  (3+ messages)

[PATCH v2 2/2] test-lib: introduce required prereq for test runs
 2021-11-28 23:38 UTC  (9+ 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

Git SSH/GPG signing flags and config
 2021-11-28 23:20 UTC  (2+ messages)

[PATCH] add -p: avoid use of undefined $key when ReadKey -> EOF
 2021-11-28 23:15 UTC  (4+ messages)


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