git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-22 04:07:16 to 2021-12-25 00:19:23 UTC [more...]

[PATCH v4 0/7] grep: simplify & delete "init" & "config" code
 2021-12-25  0:19 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/7] grep tests: add missing "grep.patternType" config test
      ` Re* "
        ` [RFC/PATCH] grep: allow scripts to ignore configured pattern type
  ` [PATCH v5 7/7] grep: simplify config parsing and option parsing

bug: git name-rev --stdin --no-undefined on detached head
 2021-12-24 20:09 UTC  (6+ messages)

Git internal command line parser
 2021-12-24 19:05 UTC  (5+ messages)

[RFC PATCH 00/10] range-diff: fix segfault due to integer overflow
 2021-12-24 18:31 UTC  (9+ messages)

[PATCH 0/8] Makefile: optimize noop runs, add shared.mak
 2021-12-24 17:41 UTC  (4+ messages)
` [PATCH 8/8] Makefiles: add and use wildcard "mkdir -p" template

What's cooking in git.git (Dec 2021, #05; Thu, 23)
 2021-12-24 17:29 UTC  (2+ messages)
` ab/make-dependency (was "What's cooking in git.git (Dec 2021, #05; Thu, 23))

[PATCH v2 0/8] Makefile: optimize noop runs, add shared.mak
 2021-12-24 17:37 UTC  (9+ messages)
` [PATCH v2 1/8] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
` [PATCH v2 2/8] Makefile: disable GNU make built-in wildcard rules
` [PATCH v2 3/8] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
` [PATCH v2 4/8] Makefile: move ".SUFFIXES" rule to shared.mak
` [PATCH v2 5/8] Makefile: move $(comma), $(empty) and $(space) "
` [PATCH v2 6/8] Makefile: add "$(QUIET)" boilerplate "
` [PATCH v2 7/8] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
` [PATCH v2 8/8] Makefiles: add and use wildcard "mkdir -p" template

[PATCH 00/13] tests + init: don't rely on templates & add --no-template + config
 2021-12-24 17:26 UTC  (11+ messages)
` [PATCH 03/13] init: unconditionally create the "info" directory

Why does "merge --continue" expect no arguments?
 2021-12-24 17:08 UTC  (7+ messages)

[PATCH v2 0/6] usage API: Add and use die_message()
 2021-12-24 17:01 UTC  (4+ messages)

[PATCH v4 00/11] Reftable coverity fixes
 2021-12-24 16:53 UTC  (32+ messages)
` [PATCH v5 00/16] "
  ` [PATCH v5 01/16] reftable: fix OOB stack write in print functions
  ` [PATCH v5 02/16] reftable: fix resource leak in block.c error path
  ` [PATCH v5 03/16] reftable: fix resource leak blocksource.c
  ` [PATCH v5 04/16] reftable: check reftable_stack_auto_compact() return value
  ` [PATCH v5 05/16] reftable: ignore remove() return value in stack_test.c
  ` [PATCH v5 06/16] reftable: fix resource warning
  ` [PATCH v5 07/16] reftable: all xxx_free() functions accept NULL arguments
  ` [PATCH v5 08/16] reftable: order unittests by complexity
  ` [PATCH v5 09/16] reftable: drop stray printf in readwrite_test
  ` [PATCH v5 10/16] reftable: handle null refnames in reftable_ref_record_equal
  ` [PATCH v5 11/16] reftable: make reftable-record.h function signatures const correct
  ` [PATCH v5 12/16] reftable: implement record equality generically
  ` [PATCH v5 13/16] reftable: remove outdated file reftable.c
  ` [PATCH v5 14/16] reftable: make reftable_record a tagged union
  ` [PATCH v5 15/16] reftable: add print functions to the record types
  ` [PATCH v5 16/16] reftable: be more paranoid about 0-length memcpy calls

Custom subcommand help handlers
 2021-12-24 11:26 UTC  (17+ messages)

[RFC] squelch log4j inquiries
 2021-12-24 10:59 UTC  (3+ messages)

[PATCH 0/4] Reftable test fixes 20211221
 2021-12-24  5:14 UTC  (8+ messages)
` [PATCH 1/4] t5540: require REFFILES
` [PATCH 2/4] t5550: "
` [PATCH 3/4] t7004: create separate tags for different tests
` [PATCH 4/4] t7004: use "test-tool ref-store" for reflog inspection

[PATCH 0/3] preliminary fixes for reftable support
 2021-12-24  4:46 UTC  (7+ messages)
` [PATCH 1/3] reftable: fix typo in header
` [PATCH 2/3] reftable: signal overflow
` [PATCH 3/3] reftable: support preset file mode for writing

SubmittingPatchs: clarify choice of base and testing
 2021-12-23 23:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 3/6] object-name: make ambiguous object output translatable
 2021-12-23 22:48 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH v2 0/3] object-name: make ambiguous object output translatable + show tag date
 2021-12-23 22:42 UTC  (7+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] object-name tests: add tests for ambiguous object blind spots
  ` [PATCH v5 2/6] object-name: explicitly handle OBJ_BAD in show_ambiguous_object()

[PATCH v3 00/10] sparse-checkout: make set subsume init
 2021-12-23 19:09 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 07/10] sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}

[PATCH v2] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-23 19:08 UTC  (10+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 2/3] "
  ` [PATCH v3 3/3] builtin/fetch: die on --negotiate-only and --recurse-submodules

[PATCH 0/9] Add a new --remerge-diff capability to show & log
 2021-12-23 18:38 UTC  (19+ messages)
` [PATCH 1/9] tmp_objdir: add a helper function for discarding all contained objects
` [PATCH 2/9] ll-merge: make callers responsible for showing warnings
` [PATCH 3/9] merge-ort: capture and print ll-merge warnings in our preferred fashion
` [PATCH 4/9] merge-ort: mark a few more conflict messages as omittable
` [PATCH 9/9] doc/diff-options: explain the new --remerge-diff option

[PATCH] update-index: refresh should rewrite index in case of racy timestamps
 2021-12-23 18:24 UTC  (3+ messages)

[PATCH 0/9] Trace2 stopwatch timers and global counters
 2021-12-23 18:18 UTC  (27+ messages)
` [PATCH 2/9] trace2: convert tr2tls_thread_ctx.thread_name from strbuf to char*
` [PATCH 3/9] trace2: defer free of TLS CTX until program exit
` [PATCH 7/9] trace2: add stopwatch timers
` [PATCH 8/9] trace2: add counter events to perf and event target formats
` [PATCH 9/9] trace2: add global counters

[PATCH 00/10] Reftable coverity fixes
 2021-12-23 17:11 UTC  (6+ messages)
` [PATCH 10/10] reftable: make reftable_record a tagged union

[PATCH] sparse-checkout: remove stray trailing space
 2021-12-23 17:07 UTC 

Review process improvements
 2021-12-23 13:50 UTC  (8+ messages)

[RFC PATCH 0/7] ls-tree --format
 2021-12-23  9:50 UTC 

Rebasing commits that have been pushed to remote
 2021-12-23  3:11 UTC  (3+ messages)

[PATCH v4] fetch-pack: parameterize message containing 'ready' keyword
 2021-12-23  1:24 UTC  (3+ messages)

[PATCH v7 0/8] protect branches checked out in all worktrees
 2021-12-23  0:58 UTC  (3+ messages)
` [PATCH v7 8/8] branch: "

[PATCH v3 0/5] Sparse index: fetch, pull, ls-files
 2021-12-22 23:56 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] fetch/pull: use the sparse index
  ` [PATCH v4 2/5] ls-files: add --sparse option
  ` [PATCH v4 3/5] t1092: replace 'read-cache --table' with 'ls-files --sparse'
  ` [PATCH v4 4/5] t1091/t3705: remove 'test-tool read-cache --table'
  ` [PATCH v4 5/5] test-read-cache: remove --table, --expand options

[PATCH 0/4] Sparse checkout: fix bug with worktree of bare repo
 2021-12-22 22:54 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] worktree: add upgrade_to_worktree_config()
  ` [PATCH v2 5/5] sparse-checkout: use repo_config_set_worktree_gently()

[PATCH 0/2] tweaks to refs/debug.c
 2021-12-22 21:54 UTC  (9+ messages)
` [PATCH 2/2] refs: set the repo in debug_ref_store.base
` [PATCH v2 0/3] tweaks to refs/debug.c
  ` [PATCH v2 1/3] refs: pass gitdir to packed_ref_store_create
  ` [PATCH v2 2/3] refs: print error message in debug output
  ` [PATCH v2 3/3] refs: centralize initialization of the base ref_store

[PATCH v3 0/2] git-p4: remove "debug" and "rollback" verbs
 2021-12-22 21:46 UTC  (4+ messages)
` [PATCH v3 1/2] git-p4: remove "debug" verb
` [PATCH v3 2/2] git-p4: remove "rollback" verb

[PATCH v7 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-12-22 15:58 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 9/9] ssh signing: test that gpg fails for unknown keys
    ` t7510-signed-commit.sh hangs on old gpg, regression in 1bfb57f642d (was: [PATCH v8 9/9] ssh signing: test that gpg fails for unknown keys)

Issues on git-scm.com
 2021-12-22 15:04 UTC  (3+ messages)

[PATCH v5 0/6] unpack large blobs in stream
 2021-12-22 12:02 UTC  (9+ messages)
` [PATCH v7 1/5] unpack-objects.c: add dry_run mode for get_data()
` [PATCH v7 3/5] object-file.c: refactor write_loose_object() to reuse in stream version

Should update-index --refresh force writing the index in case of racy timestamps?
 2021-12-22 11:42 UTC  (4+ messages)

[PATCH v2] fast-export: fix surprising behavior with --first-parent
 2021-12-22  8:38 UTC  (5+ messages)
` [PATCH v3] "

[PATCH V3] git-apply: skip threeway in add / rename cases
 2021-12-22  6:41 UTC  (3+ messages)
` [PATCH V4] "

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

[PATCH v2 0/9] reftable prep: have builtin/reflog.c handle "--verbose"
 2021-12-22  4:06 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/9] reflog expire: refactor & use "tip_commit" only for UE_NORMAL
  ` [PATCH v3 6/9] reflog expire: don't use lookup_commit_reference_gently()
  ` [PATCH v3 7/9] reflog: reduce scope of "struct rev_info"
  ` [PATCH v3 8/9] refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN
  ` [PATCH v3 9/9] reflog + refs-backend: move "verbose" out of the backend


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