git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-07-01 05:26:08 to 2022-07-06 19:31:10 UTC [more...]

[PATCH v2 0/2] add and apply a rule to find "unused" init+free
 2022-07-06 19:30 UTC  (18+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] cocci: add and apply a rule to find "unused" strbufs
  ` [PATCH v3 2/4] cocci: catch unused "strbuf" using an xmalloc() pattern
  ` [PATCH v3 3/4] cocci: remove "when strict" from unused.cocci
  ` [PATCH v3 4/4] cocci: generalize "unused" rule to cover more than "strbuf"
  ` [PATCH v4 0/6] add and apply a rule to find "unused" init+free
    ` [PATCH v4 1/6] Makefile: remove mandatory "spatch" arguments from SPATCH_FLAGS
    ` [PATCH v4 2/6] Makefile & .gitignore: ignore & clean "git.res", not "*.res"
    ` [PATCH v4 3/6] cocci: add a "coccicheck-test" target and test *.cocci rules
    ` [PATCH v4 4/6] cocci: have "coccicheck{,-pending}" depend on "coccicheck-test"
    ` [PATCH v4 5/6] cocci: add and apply a rule to find "unused" strbufs
    ` [PATCH v4 6/6] cocci: generalize "unused" rule to cover more than "strbuf"

[PATCH v2 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-07-06 19:21 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] Documentation/technical: describe bitmap lookup table extension
  ` [PATCH v3 2/6] pack-bitmap-write.c: write "
  ` [PATCH v3 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
  ` [PATCH v3 4/6] pack-bitmap: prepare to read lookup table extension
  ` [PATCH v3 5/6] bitmap-lookup-table: add performance tests for lookup table
  ` [PATCH v3 6/6] p5310-pack-bitmaps.sh: remove pack.writeReverseIndex

[PATCH v5 0/5] config: introduce discovery.bare and protected config
 2022-07-06 18:21 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] Documentation/git-config.txt: add SCOPES section
  ` [PATCH v6 2/5] Documentation: define protected configuration

How to display "HEAD~*" in "git log"
 2022-07-06 18:21 UTC  (10+ messages)

[PATCH 0/3] cloning unborn HEAD when other branches are present
 2022-07-06 18:19 UTC  (6+ messages)
` [PATCH 1/3] clone: drop extra newline from warning message
` [PATCH 2/3] clone: factor out unborn head setup into its own function
` [PATCH 3/3] clone: propagate empty remote HEAD even with other branches

What's cooking in git.git (Jul 2022, #01; Fri, 1)
 2022-07-06 17:56 UTC  (9+ messages)
` gc/submodule-use-super-prefix & ab/submodule-cleanup (was: What's cooking in git.git (Jul 2022, #01; Fri, 1))
` ds/rebase-update-re (was "
` en/merge-dual-dir-renames-fix (Was: "
` gc/bare-repo-discovery (was "

[PATCH] sha256: add support for Nettle
 2022-07-06 17:49 UTC  (8+ messages)

[PATCH 3/3] merge-ort: fix issue with dual rename and add/add conflict
 2022-07-06 17:25 UTC  (2+ messages)

[PATCH 0/3] Fix dual rename into each other plus conflicting adds
 2022-07-06 16:52 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] t6423: add tests of dual directory rename plus add/add conflict
  ` [PATCH v3 0/5] Fix dual rename into each other plus conflicting adds
    ` [PATCH v3 3/5] merge-ort: make a separate function for freeing struct collisions
    ` [PATCH v3 4/5] merge-ort: shuffle the computation and cleanup of potential collisions
    ` [PATCH v4 0/5] Fix dual rename into each other plus conflicting adds
      ` [PATCH v4 1/5] t6423: add tests of dual directory rename plus add/add conflict
      ` [PATCH v4 2/5] merge-ort: small cleanups of check_for_directory_rename
      ` [PATCH v4 3/5] merge-ort: make a separate function for freeing struct collisions
      ` [PATCH v4 4/5] merge-ort: shuffle the computation and cleanup of potential collisions
      ` [PATCH v4 5/5] merge-ort: fix issue with dual rename and add/add conflict

[PATCH v5 4/5] pack-bitmap.c: retrieve missing i18n translations
 2022-07-06 14:19 UTC  (2+ messages)

[PATCH v5 4/5] pack-bitmap.c: retrieve missing i18n translations
 2022-07-06 14:06 UTC  (2+ messages)

Git fork process infinitely and never stop
 2022-07-06 14:03 UTC  (7+ messages)
  ` [External Mail]Re: "
    `  "
      ` 回复: "

[PATCH 0/3] xdiff: introduce memory allocation macros
 2022-07-06 13:23 UTC  (12+ messages)
` [PATCH 2/3] xdiff: introduce XDL_CALLOC_ARRAY()
` [PATCH 3/3] xdiff: introduce XDL_ALLOC_GROW()

"mixed" or "merged" submodules
 2022-07-06 12:28 UTC  (3+ messages)

commit-graph overflow generation chicken and egg
 2022-07-06  9:11 UTC  (10+ messages)

Race condition between repack and loose-objects maintenance task
 2022-07-06  8:50 UTC  (10+ messages)

Why `git am -3` apply patches that don't normally apply?
 2022-07-06  0:19 UTC  (4+ messages)

[PATCH v2 0/7] rebase: update branches in multi-part topic
 2022-07-05 22:22 UTC  (18+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 2/8] branch: consider refs under 'update-refs'
  ` [PATCH v3 6/8] rebase: add --update-refs option
  ` [PATCH v3 7/8] rebase: update refs from 'update-ref' commands

[PATCH v2] ls-files: introduce "--format" option
 2022-07-05 19:28 UTC  (17+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH v5 3/5] pack-bitmap.c: using error() instead of silently returning -1
 2022-07-05 18:23 UTC  (3+ messages)

[PATCH] remote-curl: send Accept-Language header to server
 2022-07-05 18:06 UTC  (8+ messages)
  `  "

cherry-pick with --no-rerere-autoupdate does still rerere?
 2022-07-05 17:49 UTC  (4+ messages)

[PATCH] http: support building on RHEL6
 2022-07-05 17:46 UTC  (6+ messages)

git bug report: 'git add' hangs in a large repo which has sparse-checkout file with large number of patterns in it
 2022-07-05 13:08 UTC  (9+ messages)

Missing `push.autoSetupRemote` from v2.37.0 release notes
 2022-07-05  6:10 UTC 

[GSoC] Abhradeep's GSoC blogs (5 Jul, 2022 IST)
 2022-07-04 19:36 UTC 

sparse-checkout --no-cone deprecation {TGO}
 2022-07-04 18:51 UTC  (2+ messages)

[PATCH v4] ls-files: update test style
 2022-07-03 15:49 UTC  (4+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-07-01 21:50 UTC  (4+ messages)
` [PATCH v5 0/8] "

[PATCH] pack-objects.h: remove outdated pahole results
 2022-07-01 21:05 UTC  (4+ messages)

[PATCH v2 0/2] commit-graph.c: no lazy fetch in lookup_commit_in_graph()
 2022-07-01 20:47 UTC  (10+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] commit-graph.c: "

[PATCH 0/9] test-tool: fix memory leaks
 2022-07-01 20:43 UTC  (18+ messages)
` [PATCH 2/9] test-tool path-utils: fix a memory leak
` [PATCH 7/9] test-tool bloom: "
` [PATCH v2 0/9] test-tool: fix memory leaks
  ` [PATCH v2 1/9] test-tool test-hash: fix a memory leak
  ` [PATCH v2 2/9] test-tool path-utils: "
  ` [PATCH v2 3/9] test-tool {dump,scrap}-cache-tree: fix memory leaks
  ` [PATCH v2 4/9] test-tool urlmatch-normalization: fix a memory leak
  ` [PATCH v2 5/9] test-tool regex: call regfree(), fix memory leaks
  ` [PATCH v2 6/9] test-tool json-writer: "
  ` [PATCH v2 7/9] test-tool bloom: "
  ` [PATCH v2 8/9] test-tool ref-store: fix a memory leak
  ` [PATCH v2 9/9] test-tool delta: "

[PATCH 00/11] built-ins: fix common memory leaks
 2022-07-01 20:25 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/11] check-ref-format: fix trivial memory leak
  ` [PATCH v2 02/11] clone: fix memory leak in wanted_peer_refs()
  ` [PATCH v2 03/11] submodule.c: free() memory from xgetcwd()
  ` [PATCH v2 04/11] revert: free "struct replay_opts" members
  ` [PATCH v2 05/11] cat-file: fix a memory leak in --batch-command mode
  ` [PATCH v2 06/11] merge-file: refactor for subsequent memory leak fix
  ` [PATCH v2 07/11] merge-file: fix memory leaks on error path
  ` [PATCH v2 08/11] checkout: avoid "struct unpack_trees_options" leak
  ` [PATCH v2 09/11] gc: fix a memory leak
  ` [PATCH v2 10/11] cat-file: fix a common "struct object_context" "
  ` [PATCH v2 11/11] pull: fix a "struct oid_array" "

Option to allow fsmonitor to run against repos on network file systems
 2022-07-01 19:15 UTC  (4+ messages)

undefined behavior in builtin/am.c
 2022-07-01 18:58 UTC  (4+ messages)

[PATCH 0/2] extra cleanups on top of ds/branch-checked-out
 2022-07-01 18:24 UTC  (4+ messages)
` [PATCH 2/2] branch: drop unused worktrees variable

How to reduce pickaxe times for a particular repo?
 2022-07-01 18:21 UTC  (3+ messages)

Non-interactively rewording commit messages
 2022-07-01 18:18 UTC  (7+ messages)

SHA-256 transition
 2022-07-01 18:00 UTC  (6+ messages)

[PATCH 0/2] Avoid spawning gzip in git archive
 2022-07-01 17:47 UTC  (8+ messages)
` [PATCH v3 0/5] "

[PATCH v5 0/5] tr2: avoid to print "interesting" config repeatedly
 2022-07-01 14:31 UTC  (5+ messages)
` [PATCH v5 5/5] "

[ANNOUNCE] Git Rev News edition 88
 2022-07-01  6:27 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).