git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-10 13:04:57 to 2022-01-12 14:22:03 UTC [more...]

[PATCH 0/3] Fix SunCC compiler complaints new in v2.35.0-rc0
 2022-01-12 14:21 UTC  (19+ messages)
` [PATCH 1/3] test-tool genzeros: initialize "zeros" to avoid SunCC warning
` [PATCH 2/3] reftable: remove unreachable "return" statements
` [PATCH 3/3] reftable tests: avoid "int" overflow, use "uint64_t"

[PATCH v4 00/11] Reftable coverity fixes
 2022-01-12 14:03 UTC  (14+ messages)
` [PATCH v5 00/16] "
  ` [PATCH v5 02/16] reftable: fix resource leak in block.c error path
  ` [PATCH v5 16/16] reftable: be more paranoid about 0-length memcpy calls

[PATCH] Properly align memory allocations and temporary buffers
 2022-01-12 13:58 UTC  (2+ messages)

[PATCH 00/20] git-p4: Various code tidy-ups
 2022-01-12 13:46 UTC  (21+ messages)
` [PATCH 01/20] git-p4: add blank lines between functions and class definitions
` [PATCH 02/20] git-p4: remove unneeded semicolons from statements
` [PATCH 03/20] git-p4: indent with 4-spaces
` [PATCH 04/20] git-p4: improve consistency of docstring formatting
` [PATCH 05/20] git-p4: convert descriptive class and function comments into docstrings
` [PATCH 06/20] git-p4: remove commented code
` [PATCH 07/20] git-p4: sort and de-duplcate pylint disable list
` [PATCH 08/20] git-p4: remove padding from lists, tuples and function arguments
` [PATCH 09/20] git-p4: remove spaces around default arguments
` [PATCH 10/20] git-p4: place a single space after every comma
` [PATCH 11/20] git-p4: remove extraneous spaces before function arguments
` [PATCH 12/20] git-p4: remove redundant backslash-continuations inside brackets
` [PATCH 13/20] git-p4: remove spaces between dictionary keys and colons
` [PATCH 14/20] git-p4: ensure every comment has a single #
` [PATCH 15/20] git-p4: ensure there is a single space around all operators
` [PATCH 16/20] git-p4: tidied visual indented lines of conditionals
` [PATCH 17/20] git-p4: compare to singletons with "is" and "is not"
` [PATCH 18/20] git-p4: only seperate code blocks by a single empty line
` [PATCH 19/20] git-p4: move inline comments to line above
` [PATCH 20/20] git-p4: seperate multiple statements onto seperate lines

[PATCH 00/13] tests + init: don't rely on templates & add --no-template + config
 2022-01-12 12:42 UTC  (6+ messages)
` [PATCH 03/13] init: unconditionally create the "info" directory

[PATCH v6 0/6] object-name: make ambiguous object output translatable + show tag date
 2022-01-12 12:39 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/6] object-name tests: add tests for ambiguous object blind spots
  ` [PATCH v7 2/6] object-name: explicitly handle OBJ_BAD in show_ambiguous_object()
  ` [PATCH v7 3/6] object-name: make ambiguous object output translatable
  ` [PATCH v7 4/6] object-name: show date for ambiguous tag objects
  ` [PATCH v7 5/6] object-name: iterate ambiguous objects before showing header
  ` [PATCH v7 6/6] object-name: re-use "struct strbuf" in show_ambiguous_object()

[PATCH v2 0/3] refs: ab/refs-errno-cleanup fixup + remove "failure_errno"
 2022-01-12 12:36 UTC  (5+ messages)
` [PATCH v3 0/3] For v2.35.0: "
  ` [PATCH v3 1/3] refs API: use "failure_errno", not "errno"
  ` [PATCH v3 2/3] sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure
  ` [PATCH v3 3/3] refs API: remove "failure_errno" from refs_resolve_ref_unsafe()

[PATCH] t/gpg: simplify test for unknown key
 2022-01-12 12:10 UTC  (6+ messages)
` [PATCH v2] "

git bisect bad @
 2022-01-12  9:04 UTC  (6+ messages)

[PATCH v7 0/8] protect branches checked out in all worktrees
 2022-01-12  6:31 UTC  (4+ messages)
` [PATCH v7 8/8] branch: "

[RFC PATCH 0/2] Introduce new merge-tree-ort command
 2022-01-12  0:41 UTC  (13+ messages)

[PATCH v6 5/5] branch: add --recurse-submodules option for branch creation
 2022-01-11 23:22 UTC  (5+ messages)

[RFC PATCH 0/5] Remove the present-despite-SKIP_WORKTREE class of bugs
 2022-01-11 23:09 UTC  (8+ messages)
` [RFC PATCH 3/5] repo_read_index: ensure SKIP_WORKTREE means skip worktree
` [RFC PATCH 5/5] Accelerate ensure_skip_worktree_means_skip_worktree by caching

[PATCH 0/2] Improvements to tests and docs for .gitattributes eol
 2022-01-11 22:40 UTC  (5+ messages)
` [PATCH 1/2] t0027: add tests for eol without text in .gitattributes
` [PATCH 2/2] docs: correct documentation about eol attribute

[PATCH] lazyload: use correct calling conventions
 2022-01-11 22:33 UTC  (4+ messages)

[PATCH V3] git-rev-list: add --first-parent-not flag
 2022-01-11 21:39 UTC  (2+ messages)
` [PATCH V4] git-rev-list: add --exclude-first-parent-only flag

[PATCH v9 0/9] ls-tree.c: introduce "--format" option
 2022-01-11 20:39 UTC  (21+ messages)
` [PATCH v9 5/9] ls-tree: optimize naming and handling of "return" in show_tree()
` [PATCH v9 8/9] ls-tree.c: introduce "--format" option
` [PATCH v9 9/9] cocci: allow padding with `strbuf_addf()`

[BUG] Re: Git 2.35.0-rc0
 2022-01-11 20:39 UTC  (9+ messages)

[PATCH v6 1/5] branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
 2022-01-11 20:03 UTC  (4+ messages)

[PATCH v2 0/2] sparse checkout: custom bash completion updates
 2022-01-11 19:45 UTC  (8+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] sparse-checkout: custom tab completion tests
  ` [PATCH v3 2/3] sparse-checkout: custom tab completion
  ` [PATCH v3 3/3] sparse-checkout: limit tab completion to a single level

[PATCH 0/2] builtin add -p: fix hunk splitting
 2022-01-11 18:57 UTC  (10+ messages)
` [PATCH 2/2] "
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t3701: clean up hunk splitting tests
  ` [PATCH v2 2/2] builtin add -p: fix hunk splitting

[PATCH 0/9] Sparse index: integrate with 'clean', 'checkout-index', 'update-index'
 2022-01-11 18:05 UTC  (21+ messages)
` [PATCH 7/9] update-index: add tests for sparse-checkout compatibility
` [PATCH 8/9] update-index: integrate with sparse index
` [PATCH v2 0/9] Sparse index: integrate with 'clean', 'checkout-index', 'update-index'
  ` [PATCH v2 1/9] reset: fix validation in sparse index test
  ` [PATCH v2 2/9] reset: reorder wildcard pathspec conditions
  ` [PATCH v2 3/9] clean: integrate with sparse index
  ` [PATCH v2 4/9] checkout-index: expand sparse checkout compatibility tests
  ` [PATCH v2 5/9] checkout-index: add --ignore-skip-worktree-bits option
  ` [PATCH v2 6/9] checkout-index: integrate with sparse index
  ` [PATCH v2 7/9] update-index: add tests for sparse-checkout compatibility
  ` [PATCH v2 8/9] update-index: integrate with sparse index
  ` [PATCH v2 9/9] update-index: reduce scope of index expansion in do_reupdate

[PATCH v6 2/5] branch: make create_branch() always create a branch
 2022-01-11 17:51 UTC  (3+ messages)

[PATCH v6 08/10] cat-file: correct and improve usage information
 2022-01-11 15:48 UTC  (6+ messages)
` [PATCH 0/2] fixups for issues in next-merged ab/cat-file
  ` [PATCH 1/2] cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output
  ` [PATCH 2/2] cat-file: s/_/-/ in typo'd usage_msg_optf() message

git ssh signing changed broke tag merge message contents
 2022-01-11 15:42 UTC  (8+ messages)
  ` [PATCH] fmt-merge-msg: prevent use-after-free with signed tags

[ANNOUNCE] Git for Windows 2.35.0-rc0
 2022-01-11 15:02 UTC 

[PATCH 0/8] RFC: Server side merges (no ref updating, no commit creating, no touching worktree or index)
 2022-01-11 13:39 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/8] merge-tree: implement real merges

[PATCH] branch: missing space fix at line 313
 2022-01-11 12:36 UTC 

[PATCH v6 0/2] name-rev: deprecate --stdin in favor of --annotate-stdin
 2022-01-11 11:01 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] "

[PATCH v5 0/6] unpack large blobs in stream
 2022-01-11 10:41 UTC  (10+ messages)
` [PATCH v8 1/6] unpack-objects: low memory footprint for get_data() in dry_run mode
` [PATCH v8 2/6] object-file.c: refactor write_loose_object() to several steps
` [PATCH v8 3/6] object-file.c: remove the slash for directory_size()

[L10N] Kickoff for Git 2.35.0 round #1
 2022-01-11  6:26 UTC 

[BUG] Re: Git 2.35.0-rc0
 2022-01-11  2:25 UTC 

[PATCH 0/1] Async-signal safety in signal handlers
 2022-01-11  2:11 UTC  (5+ messages)
` [PATCH 1/1] fetch: fix deadlock when cleaning up lockfiles in async signals

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2022-01-11  1:57 UTC  (4+ messages)
` [PATCH v8 0/3] branch: inherit tracking configs
  ` [PATCH v8 2/3] branch: add flags and config to inherit tracking
    ` incorrect 'git (checkout|branch) -h' output with new --track modes (was: [PATCH v8 2/3] branch: add flags and config to inherit tracking)

[ANNOUNCE] Git v2.35.0-rc0
 2022-01-11  1:12 UTC  (2+ messages)

[PATCH] packfile: avoid overflowing shift during decode
 2022-01-10 23:22 UTC  (3+ messages)

[PATCH v7 0/2] Conditional config includes based on remote URL
 2022-01-10 20:17 UTC  (3+ messages)

[PATCH] cache.h: drop duplicate `ensure_full_index()` declaration
 2022-01-10 19:52 UTC  (4+ messages)
    ` A couple more duplicate declarations

[PATCH 0/3] preliminary fixes for reftable support
 2022-01-10 19:14 UTC  (5+ messages)
` [PATCH 3/3] reftable: support preset file mode for writing

[PATCH v2 0/3] A design for future-proofing fsync() configuration
 2022-01-10 19:00 UTC  (5+ messages)
` [PATCH v3 0/4] "

[PATCH v7 2/2] config: include file if remote URL matches a glob
 2022-01-10 18:58 UTC  (2+ messages)

What's cooking in git.git (Dec 2021, #06; Mon, 27)
 2022-01-10 18:41 UTC  (4+ messages)

[PATCH 0/4] Reftable test fixes 20211221
 2022-01-10 18:29 UTC  (4+ messages)
` [PATCH 1/4] t5540: require REFFILES

[PATCH 0/6] refs: excessive hook execution with packed refs
 2022-01-10 18:00 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/6] refs: skip hooks when deleting uncovered "

[PATCH v2] gpg-interface: trim CR from ssh-keygen
 2022-01-10 17:51 UTC  (6+ messages)
` [PATCH v3] "

Review process improvements
 2022-01-10 17:13 UTC  (7+ messages)
        ` Why GitGitGadget does not use Sender:, was "

[PATCH 0/9] Add a new --remerge-diff capability to show & log
 2022-01-10 15:48 UTC  (5+ messages)
` [PATCH v2 0/8] "

Problem with credential.helper=store in git 2.32.0.windows.2
 2022-01-10 14:03 UTC  (5+ 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).