git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-09-22 00:50:34 to 2022-09-26 09:10:46 UTC [more...]

[PATCH 00/10] Add the Git Change command
 2022-09-26  9:10 UTC  (19+ messages)
` [PATCH 01/10] technical doc: add a design doc for the evolve command
` [PATCH 02/10] sha1-array: implement oid_array_readonly_contains
` [PATCH 03/10] ref-filter: add the metas namespace to ref-filter
` [PATCH 04/10] evolve: add support for parsing metacommits
` [PATCH 05/10] evolve: add the change-table structure
` [PATCH 06/10] evolve: add support for writing metacommits
` [PATCH 07/10] evolve: implement the git change command
` [PATCH 08/10] evolve: add the git change list command
` [PATCH 09/10] evolve: add delete command
` [PATCH 10/10] evolve: add documentation for `git change`

LSan curiosity in t1300
 2022-09-26  8:56 UTC  (6+ messages)
` [PATCH] tests: opt "git --config-env" test out of SANITIZE=leak

[PATCH] receive.txt: Describe effect of denyDeleteCurrent on bare repositories
 2022-09-26  9:05 UTC 

[PATCH] ref-filter.c: fix a leak in get_head_description
 2022-09-26  8:14 UTC  (3+ messages)

[PATCH] cmd-list.perl: fix identifying man sections
 2022-09-26  7:16 UTC  (8+ messages)
  ` [PATCH v2] "

git daemon inetd mode: need traffic statistics
 2022-09-26  4:21 UTC 

[PATCH v11 0/6] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-25 14:18 UTC  (10+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/6] fsmonitor: refactor filesystem checks to common interface
  ` [PATCH v12 2/6] fsmonitor: relocate socket file if .git directory is remote
  ` [PATCH v12 3/6] fsmonitor: avoid socket location check if using hook
  ` [PATCH v12 4/6] fsmonitor: deal with synthetic firmlinks on macOS
  ` [PATCH v12 5/6] fsmonitor: check for compatability before communicating with fsmonitor
  ` [PATCH v12 6/6] fsmonitor: add documentation for allowRemote and socketDir options

[PATCH 0/4] submodule: parallelize status
 2022-09-25 13:59 UTC  (13+ messages)
` [PATCH 1/4] run-command: add pipe_output to run_processes_parallel
` [PATCH 2/4] submodule: move status parsing into function
` [PATCH 3/4] diff-lib: refactor functions
` [PATCH 4/4] diff-lib: parallelize run_diff_files for submodules

Scriptable mode for git bisect
 2022-09-25 12:42 UTC  (7+ messages)

[PATCH] read-cache: avoid misaligned reads in index v4
 2022-09-25  8:25 UTC  (4+ messages)

git --archive
 2022-09-25  8:17 UTC  (12+ messages)

[PATCH] sparse-checkout.txt: new document with sparse-checkout directions
 2022-09-25  0:09 UTC 

[filter-repo PATCH] fix links to git-fast-import
 2022-09-25  0:08 UTC  (4+ messages)

[PATCH] branch: description for non-existent branch errors
 2022-09-24 22:52 UTC  (2+ messages)

[PATCH] sequencer: avoid dropping fixup commit that targets self via commit-ish
 2022-09-24 22:29 UTC  (6+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] diff: introduce --restrict option
 2022-09-24 21:32 UTC  (2+ messages)

[PATCH] doc/cat-file: allow --use-mailmap for --batch options
 2022-09-24 14:49 UTC  (2+ messages)

what if i use makeheader tool to generate c header file, it would be accepted
 2022-09-24  8:19 UTC  (8+ messages)

[RFC PATCH] shortlog: add group-by options for year and month
 2022-09-24  4:38 UTC  (8+ messages)
` [RFC PATCH v2] "

What's cooking in git.git (Sep 2022, #07; Fri, 23)
 2022-09-24  1:11 UTC 

[BUG] Git 2.28.0-rc1 t1800 message text comparison
 2022-09-23 20:43 UTC  (3+ messages)
` [BUG] Git 2.38.0-rc1 "

[PATCH] pack-bitmap: remove trace2 region from hot path
 2022-09-23 19:17 UTC  (6+ messages)

[PATCH v2 0/3] midx: use `--stdin-packs` to implement `repack`
 2022-09-23 19:05 UTC  (7+ messages)
  ` [PATCH v2 2/3] midx.c: use `pack-objects --stdin-packs` when repacking

Question relate to collaboration on git monorepo
 2022-09-23 18:11 UTC  (10+ messages)

[PATCH v1 0/2] grep: integrate with sparse index
 2022-09-23 17:08 UTC  (8+ messages)
` [PATCH v6 0/1] "
  ` [PATCH v6 1/1] builtin/grep.c: "

[PATCH] pack-bitmap: improve grammar of "xor chain" error message
 2022-09-23 15:55 UTC  (2+ messages)

https://git-scm.com/
 2022-09-23 15:08 UTC 

[PATCH] maintenance: make unregister idempotent
 2022-09-23 13:08 UTC  (10+ messages)
` [PATCH v2 0/2] scalar: "
  ` [PATCH v2 1/2] maintenance: add 'unregister --force'
  ` [PATCH v2 2/2] scalar: make 'unregister' idempotent

[PATCH] merge-tree: fix segmentation fault in read-only repositories
 2022-09-23  9:55 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] merge-ort: "

[PATCH v6 0/1] grep: integrate with sparse index
 2022-09-23  4:21 UTC  (3+ messages)
` [PATCH v6 1/1] builtin/grep.c: "

t9210-scalar.sh fails with SANITIZE=undefined
 2022-09-22 22:56 UTC  (6+ messages)

[INVESTIGATION] why is fsck --connectivity-only so much more expensive than rev-list --objects --all?
 2022-09-22 22:16 UTC  (10+ messages)
  ` [PATCH 0/3] reducing fsck memory usage
    ` [PATCH 1/3] fsck: free tree buffers after walking unreachable objects
    ` [PATCH 2/3] fsck: turn off save_commit_buffer
    ` [PATCH 3/3] parse_object_buffer(): respect save_commit_buffer

[PATCH 0/3] Correct credential helper discrepancies handling input
 2022-09-22 22:11 UTC  (8+ messages)
` [PATCH 1/3] wincred: ignore unknown lines (do not die)
` [PATCH 2/3] netrc: "
` [PATCH 3/3] osxkeychain: clarify that we ignore unknown lines

2.38.0 rc1 and explicit openssl version
 2022-09-22 18:55 UTC  (3+ messages)

[PATCH] ci: restrict workflow's github token permissions
 2022-09-22 15:29 UTC  (2+ messages)

git diff-index considers touched files as dirty and changes behaviour
 2022-09-22 15:20 UTC  (2+ messages)

[PATCH 0/7] midx: ignore cruft pack with `repack`, `expire`
 2022-09-22 14:14 UTC  (4+ messages)
` [PATCH 3/7] midx.c: prevent `expire` from removing the cruft pack

[PATCH] Documentation: add ReviewingGuidelines
 2022-09-22 13:29 UTC  (5+ messages)
` [PATCH v2] "

Handling rebasing better
 2022-09-22 11:23 UTC 

[ANNOUNCE] Git for Windows 2.38.0-rc1
 2022-09-22 10:16 UTC 

[PATCH] list-objects-filter: initialize sub-filter structs
 2022-09-22  9:35 UTC 

fatal: options '--bare' and '--origin foo' cannot be used together
 2022-09-22  6:40 UTC  (11+ messages)
    ` [PATCH 1/2] clone: allow "--bare" with "-o"
    ` [PATCH 2/2] remote: handle rename of remote without fetch refspec

What's cooking in git.git (Sep 2022, #06; Wed, 21)
 2022-09-22  1:11 UTC 

[L10N] Kickoff for Git 2.38.0 round #2
 2022-09-22  0:50 UTC 


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