git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-15 13:54:33 to 2021-07-16 22:14:39 UTC [more...]

[PATCH 0/2] Normalize newlines in merge & interpret-trailer
 2021-07-16 22:13 UTC  (13+ messages)
` [PATCH 1/2] trailer: handle input without trailing newline
` [PATCH 2/2] merge: make sure to terminate message with newline

[PATCH 0/5] Handle conflicting pull options
 2021-07-16 21:56 UTC  (20+ messages)
` [PATCH 3/5] pull: handle conflicting rebase/merge options via last option wins
` [PATCH 5/5] pull: abort by default when fast-forwarding is not possible

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-07-16 21:25 UTC  (16+ messages)
    ` [PATCH] CodingGuidelines: recommend gender-neutral description
      ` [PATCH v2] "

[PATCH 0/4] add a test mode for SANITIZE=leak, run it in CI
 2021-07-16 21:20 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] tests: "
  ` [PATCH v2 2/4] SANITIZE tests: fix memory leaks in t13*config*, add to whitelist
  ` [PATCH v2 3/4] SANITIZE tests: fix memory leaks in t5701*, "

[PATCH v2 0/2] extra: new concept of extra components
 2021-07-16 20:14 UTC  (11+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] completion: graduate out of contrib
` [PATCH v4 0/1] extra: new concept of extra components
  ` [PATCH v4 1/1] completion: graduate out of contrib

Incorrect and inconsistent End-Of-Line characters in .gitmodules after "git submodule set-branch --branch <branch_name>"
 2021-07-16 19:38 UTC  (2+ messages)

When are you going to stop ignoring pull.mode?
 2021-07-16 19:14 UTC 

[PATCH v3 0/5] tests: migrate to "test-tool pkt-line"
 2021-07-16 19:08 UTC  (5+ messages)
` [PATCH v4] test-lib-functions: use test-tool for [de]packetize()

PATCH: improve git switch documentation
 2021-07-16 18:56 UTC  (22+ messages)

[PATCH] t0000: clear GIT_SKIP_TESTS before running sub-tests
 2021-07-16 18:43 UTC 

pull.rebase config vs. --ff-only on command line
 2021-07-16 18:00 UTC  (6+ messages)

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-07-16 17:57 UTC  (4+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/2] hook: move list of hooks
  ` [RFC PATCH v2 2/2] hook: remote-suggested hooks

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-16 17:04 UTC  (24+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [PATCH v3 11/34] fsmonitor-fs-listen-win32: stub in backend for Windows
  ` [PATCH v3 12/34] fsmonitor-fs-listen-macos: stub in backend for MacOS
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows

[PATCH] ci: run `make sparse` as a GitHub workflow
 2021-07-16 16:42 UTC  (14+ messages)

Typo in english github-git-cheat-sheet.pdf
 2021-07-16 14:26 UTC  (2+ messages)

[PATCH v7 0/6] refs: cleanup errno sideband ref related functions
 2021-07-16 14:22 UTC  (9+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 1/7] refs file backend: move raceproof_create_file() here
  ` [PATCH v8 2/7] refs: remove EINVAL errno output from specification of read_raw_ref_fn
  ` [PATCH v8 3/7] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v8 4/7] refs: make errno output explicit for read_raw_ref_fn
  ` [PATCH v8 5/7] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v8 6/7] refs: explicitly return failure_errno from parse_loose_ref_contents
  ` [PATCH v8 7/7] refs: make errno output explicit for refs_resolve_ref_unsafe

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-07-16 14:13 UTC  (13+ messages)
` [PATCH v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
  ` [PATCH v2 01/11] refs/packet: add missing BUG() invocations to reflog callbacks
  ` [PATCH v2 02/11] refs/files: remove unused REF_DELETING in lock_ref_oid_basic()
  ` [PATCH v2 03/11] refs/files: remove unused "extras/skip" "
  ` [PATCH v2 04/11] refs/files: remove unused "skip" in lock_raw_ref() too
  ` [PATCH v2 05/11] refs/debug: re-indent argument list for "prepare"
  ` [PATCH v2 06/11] refs API: pass the "lock OID" to reflog "prepare"
  ` [PATCH v2 07/11] refs: make repo_dwim_log() accept a NULL oid
  ` [PATCH v2 08/11] refs/files: add a comment about refs_reflog_exists() call
  ` [PATCH v2 09/11] reflog expire: don't lock reflogs using previously seen OID
  ` [PATCH v2 10/11] refs/files: remove unused "oid" in lock_ref_oid_basic()
  ` [PATCH v2 11/11] refs/files: remove unused "errno == EISDIR" code

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-07-16 13:59 UTC  (4+ messages)

[PATCH 00/27] Base for "config-based-hooks"
 2021-07-16  9:13 UTC  (17+ messages)
` [PATCH 0/9] config-based hooks restarted
  ` [PATCH 1/9] hook: run a list of hooks instead
  ` [PATCH 2/9] hook: allow parallel hook execution
  ` [PATCH 3/9] hook: introduce "git hook list"
  ` [PATCH 4/9] hook: treat hookdir hook specially
  ` [PATCH 5/9] hook: allow running non-native hooks
  ` [PATCH 6/9] hook: include hooks from the config
  ` [PATCH 7/9] hook: allow out-of-repo 'git hook' invocations
  ` [PATCH 8/9] hook: teach 'hookcmd' config to alias hook scripts
  ` [PATCH 9/9] hook: implement hookcmd.<name>.skip

[PATCH v2] Add commit, tag & push signing/verification via SSH keys using ssh-keygen
 2021-07-16  7:00 UTC  (9+ messages)
` [PATCH v3 0/9] RFC: Add commit & tag "
  ` [PATCH v3 2/9] ssh signing: add documentation
  ` [PATCH v3 6/9] ssh signing: parse ssh-keygen output and verify signatures

[PATCH 0/7] Optimization batch 14: trivial directory resolution
 2021-07-16  5:22 UTC  (28+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/7] merge-ort: add data structures for allowable trivial directory resolves
  ` [PATCH v2 4/7] merge-ort: add a handle_deferred_entries() helper function
  ` [PATCH v2 5/7] merge-ort: defer recursing into directories when merge base is matched
  ` [PATCH v2 6/7] merge-ort: avoid recursing into directories when we don't need to
  ` [PATCH v2 7/7] merge-ort: restart merge with cached renames to reduce process entry cost
  ` [PATCH v3 0/7] Optimization batch 14: trivial directory resolution
    ` [PATCH v3 1/7] merge-ort: resolve paths early when we have sufficient information
    ` [PATCH v3 2/7] merge-ort: add some more explanations in collect_merge_info_callback()
    ` [PATCH v3 3/7] merge-ort: add data structures for allowable trivial directory resolves
    ` [PATCH v3 4/7] merge-ort: add a handle_deferred_entries() helper function
    ` [PATCH v3 5/7] merge-ort: defer recursing into directories when merge base is matched
    ` [PATCH v3 6/7] merge-ort: avoid recursing into directories when we don't need to
    ` [PATCH v3 7/7] merge-ort: restart merge with cached renames to reduce process entry cost

[PATCH] doc: clarify description of 'submodule.recurse'
 2021-07-16  3:02 UTC 

[PATCH] parse-options: don't complete option aliases by default
 2021-07-16  1:55 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2 0/4] Rename/copy limits -- docs, warnings, and new defaults
 2021-07-15 23:20 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/4] diffcore-rename: treat a rename_limit of 0 as unlimited

[PATCH 0/3] Push negotiation fixes
 2021-07-15 19:03 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] send-pack: fix push.negotiate with remote helper
  ` [PATCH v2 2/3] send-pack: fix push nego. when remote has refs
  ` [PATCH v2 3/3] fetch: die on invalid --negotiation-tip hash

subordinate trees ? we have %G-space, we should add %K-space
 2021-07-15 18:02 UTC 

[PATCH] packfile: enhance the mtime of packfile by idx file
 2021-07-15 16:48 UTC  (9+ messages)
` [PATCH v2] packfile: freshen the mtime of packfile by configuration

[PATCH v3 0/3] worktree: teach add to accept --reason with --lock
 2021-07-15 17:17 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 00/19] [GSOC] cat-file: reuse ref-filter logic
 2021-07-15 15:40 UTC  (22+ messages)
` [PATCH 14/19] "
` [PATCH v2 00/17] "
  ` [PATCH v2 01/17] [GSOC] ref-filter: add obj-type check in grab contents
  ` [PATCH v2 02/17] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v2 03/17] [GSOC] ref-filter: --format=%(raw) re-support --perl
  ` [PATCH v2 04/17] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
  ` [PATCH v2 05/17] [GSOC] ref-filter: add %(rest) atom
  ` [PATCH v2 06/17] [GSOC] ref-filter: pass get_object() return value to their callers
  ` [PATCH v2 07/17] [GSOC] ref-filter: introduce free_ref_array_item_value() function
  ` [PATCH v2 08/17] [GSOC] ref-filter: add cat_file_mode to ref_format
  ` [PATCH v2 09/17] [GSOC] ref-filter: modify the error message and value in get_object
  ` [PATCH v2 10/17] [GSOC] cat-file: add has_object_file() check
  ` [PATCH v2 11/17] [GSOC] cat-file: change batch_objects parameter name
  ` [PATCH v2 12/17] [GSOC] cat-file: create p1006-cat-file.sh
  ` [PATCH v2 13/17] [GSOC] cat-file: reuse ref-filter logic
  ` [PATCH v2 14/17] [GSOC] cat-file: reuse err buf in batch_object_write()
  ` [PATCH v2 15/17] [GSOC] cat-file: re-implement --textconv, --filters options
  ` [PATCH v2 16/17] [GSOC] ref-filter: remove grab_oid() function
  ` [PATCH v2 17/17] [GSOC] cat-file: use fast path when using default_format

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-15 14:36 UTC  (7+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 14/24] pack-bitmap: write multi-pack bitmaps


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