git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-06-30 14:39:02 to 2022-07-01 17:41:01 UTC [more...]

[PATCH v4 0/5] config: introduce discovery.bare and protected config
 2022-07-01 17:37 UTC  (18+ messages)
` [PATCH v5 "
  ` [PATCH v5 5/5] setup.c: create `discovery.bare`
  ` [PATCH v6 0/5] config: introduce discovery.bare and protected config
    ` [PATCH v6 1/5] Documentation/git-config.txt: add SCOPES section
    ` [PATCH v6 2/5] Documentation: define protected configuration
    ` [PATCH v6 3/5] config: learn `git_protected_config()`
    ` [PATCH v6 4/5] safe.directory: use git_protected_config()
    ` [PATCH v6 5/5] setup.c: create `discovery.bare`

undefined behavior in builtin/am.c
 2022-07-01 17:03 UTC 

[PATCH] http: support building on RHEL6
 2022-07-01 16:44 UTC  (2+ messages)

[PATCH 0/2] Avoid spawning gzip in git archive
 2022-07-01 16:27 UTC  (7+ 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] "

[PATCH v2 0/7] rebase: update branches in multi-part topic
 2022-07-01 13:43 UTC  (28+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] t2407: test branches currently using apply backend
  ` [PATCH v3 2/8] branch: consider refs under 'update-refs'
  ` [PATCH v3 3/8] rebase-interactive: update 'merge' description
  ` [PATCH v3 6/8] rebase: add --update-refs option
  ` [PATCH v3 7/8] rebase: update refs from 'update-ref' commands

Non-interactively rewording commit messages
 2022-07-01 13:37 UTC  (10+ messages)

[PATCH v2] ls-files: introduce "--format" option
 2022-07-01 13:30 UTC  (14+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

Option to allow fsmonitor to run against repos on network file systems
 2022-07-01 13:32 UTC  (2+ messages)

commit-graph overflow generation chicken and egg
 2022-07-01 12:06 UTC  (4+ messages)

[PATCH v4] ls-files: update test style
 2022-07-01 11:03 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 00/11] built-ins: fix common memory leaks
 2022-07-01 10:43 UTC  (29+ messages)
` [PATCH 01/11] check-ref-format: fix trivial memory leak
` [PATCH 02/11] clone: fix memory leak in copy_ref() call
` [PATCH 03/11] submodule.c: free() memory from xgetcwd()
` [PATCH 04/11] revert: free "struct replay_opts" members
` [PATCH 05/11] cat-file: fix a memory leak in --batch-command mode
` [PATCH 06/11] merge-file: refactor for subsequent memory leak fix
` [PATCH 07/11] merge-file: fix memory leaks on error path
` [PATCH 08/11] checkout: add a missing clear_unpack_trees_porcelain()
` [PATCH 09/11] gc: fix a memory leak
` [PATCH 10/11] cat-file: fix a common "struct object_context" "
` [PATCH 11/11] pull: fix a "struct oid_array" "
` [PATCH v2 00/11] built-ins: fix common memory leaks
  ` [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" "

[PATCH 0/9] test-tool: fix memory leaks
 2022-07-01 10:37 UTC  (25+ messages)
` [PATCH 1/9] test-tool test-hash: fix a memory leak
` [PATCH 2/9] test-tool path-utils: "
` [PATCH 3/9] test-tool {dump,scrap}-cache-tree: fix memory leaks
` [PATCH 4/9] test-tool urlmatch-normalization: fix a memory leak
` [PATCH 5/9] test-tool regex: call regfree(), fix memory leaks
` [PATCH 6/9] test-tool json-writer: "
` [PATCH 7/9] test-tool bloom: fix a memory leak
` [PATCH 8/9] test-tool ref-store: "
` [PATCH 9/9] test-tool delta: "
` [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 v2 0/2] add and apply a rule to find "unused" init+free
 2022-07-01 10:30 UTC  (6+ 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 0/3] Fix dual rename into each other plus conflicting adds
 2022-07-01  9:29 UTC  (19+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] t6423: add tests of dual directory rename plus add/add conflict
  ` [PATCH v2 2/3] merge-ort: shuffle the computation and cleanup of potential collisions
  ` [PATCH v2 3/3] merge-ort: fix issue with dual rename and add/add conflict
  ` [PATCH v3 0/5] Fix dual rename into each other plus conflicting adds
    ` [PATCH v3 1/5] t6423: add tests of dual directory rename plus add/add conflict
    ` [PATCH v3 2/5] merge-ort: small cleanups of check_for_directory_rename
    ` [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 v3 5/5] merge-ort: fix issue with dual rename and add/add conflict

[ANNOUNCE] Git Rev News edition 88
 2022-07-01  6:27 UTC 

[PATCH] merge-ort: avoid assuming all renames detected
 2022-07-01  5:21 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] t6429: fix use of non-existent function
 2022-07-01  5:19 UTC 

[PATCH v3] submodule merge: update conflict error message
 2022-07-01  4:27 UTC  (3+ 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-01  3:42 UTC  (5+ messages)

[PATCH 1/3] t6423: add tests of dual directory rename plus add/add conflict
 2022-07-01  2:57 UTC  (3+ messages)

[PATCH 0/5] submodule: remove "--recursive-prefix"
 2022-07-01  2:11 UTC  (38+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] git-submodule.sh: remove unused sanitize_submodule_env()
  ` [PATCH v2 02/18] git-submodule.sh: remove unused $prefix variable
  ` [PATCH v2 03/18] git-submodule.sh: make the "$cached" variable a boolean
  ` [PATCH v2 04/18] git-submodule.sh: remove unused top-level "--branch" argument
  ` [PATCH v2 05/18] submodule--helper: have --require-init imply --init
  ` [PATCH v2 06/18] submodule update: remove "-v" option
  ` [PATCH v2 07/18] submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs"
  ` [PATCH v2 08/18] submodule--helper: report "submodule" as our name in some "-h" output
  ` [PATCH v2 09/18] submodule--helper: understand --checkout, --merge and --rebase synonyms
  ` [PATCH v2 10/18] submodule--helper: eliminate internal "--update" option
  ` [PATCH v2 11/18] git-submodule.sh: use "$quiet", not "$GIT_QUIET"
  ` [PATCH v2 12/18] git-sh-setup.sh: remove "say" function, change last users
  ` [PATCH v2 13/18] submodule--helper update: use display path helper
  ` [PATCH v2 14/18] submodule--helper: don't recreate recursive prefix
  ` [PATCH v2 15/18] submodule--helper: use correct display path helper
  ` [PATCH v2 16/18] submodule--helper: remove unused SUPPORT_SUPER_PREFIX flags
  ` [PATCH v2 17/18] submodule--helper update: use --super-prefix
  ` [PATCH v2 18/18] submodule--helper: remove display path helper
  ` [PATCH v3 0/6] submodule: remove "--recursive-prefix"
    ` [PATCH v3 1/6] submodule--helper update: use display path helper
    ` [PATCH v3 2/6] submodule--helper: don't recreate recursive prefix
    ` [PATCH v3 3/6] submodule--helper: use correct display path helper
    ` [PATCH v3 4/6] submodule--helper: remove unused SUPPORT_SUPER_PREFIX flags
    ` [PATCH v3 5/6] submodule--helper update: use --super-prefix
    ` [PATCH v3 6/6] submodule--helper: remove display path helper
    ` [PATCH v4 0/7] submodule: remove "--recursive-prefix"
      ` [PATCH v4 1/7] submodule--helper tests: add missing "display path" coverage
      ` [PATCH v4 2/7] submodule--helper update: use display path helper
      ` [PATCH v4 3/7] submodule--helper: don't recreate recursive prefix
      ` [PATCH v4 4/7] submodule--helper: use correct display path helper
      ` [PATCH v4 5/7] submodule--helper: remove unused SUPPORT_SUPER_PREFIX flags
      ` [PATCH v4 6/7] submodule--helper update: use --super-prefix
      ` [PATCH v4 7/7] submodule--helper: remove display path helper

[PATCH v14 0/7] unpack-objects: support streaming blobs to disk
 2022-07-01  2:01 UTC  (4+ messages)
` [PATCH v15 0/6] "
  ` [PATCH v15 6/6] unpack-objects: use stream_loose_object() to unpack large objects

[PATCH v2 0/2] commit-graph.c: no lazy fetch in lookup_commit_in_graph()
 2022-07-01  1:34 UTC  (12+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] commit-graph.c: "
  ` test name conflict + js/ci-github-workflow-markup regression (was: [PATCH v3 0/2] no lazy fetch in lookup_commit_in_graph())
  ` [PATCH v4 0/1] no lazy fetch in lookup_commit_in_graph()
    ` [PATCH v4 1/1] commit-graph.c: "

[PATCH 0/3] Add support for mailmap in cat-file
 2022-06-30 23:53 UTC  (17+ messages)
` [PATCH 1/3] ident: move commit_rewrite_person() to ident.c
` [PATCH 2/3] ident: rename commit_rewrite_person() to rewrite_ident_line()
` [PATCH 3/3] cat-file: add mailmap support

let git-ls-files suppress the expanding of all files in sub directory
 2022-06-30 23:49 UTC  (3+ messages)

[RFC PATCH 0/4] move pruned objects to a separate repository
 2022-06-30 21:15 UTC  (2+ messages)

[PATCH v3] submodule merge: update conflict error message
 2022-06-30 21:08 UTC  (4+ messages)

[PATCH] git-send-email: Add --no-validate-email option
 2022-06-30 21:03 UTC  (6+ messages)

[PATCH 0/3] tests: fix tests broken if a " " is in the checkout dir's path
 2022-06-30 20:52 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] config tests: fix harmless but broken "rm -r" cleanup

[PATCH] trace2: don't include "fsync" events in all trace2 logs
 2022-06-30 20:45 UTC  (3+ messages)
` [PATCH v2] "

Race condition between repack and loose-objects maintenance task
 2022-06-30 20:12 UTC  (8+ messages)

Bug: "git-remote ls -h"
 2022-06-30 18:34 UTC  (3+ messages)

[PATCH 0/3] xdiff: introduce memory allocation macros
 2022-06-30 18:32 UTC  (5+ messages)
` [PATCH 2/3] xdiff: introduce XDL_CALLOC_ARRAY()
` [PATCH 3/3] xdiff: introduce XDL_ALLOC_GROW()

[PATCH] git-rebase.txt: use back-ticks consistently
 2022-06-30 17:25 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2] ls-files: update test style
 2022-06-30 15:54 UTC  (5+ messages)
` [PATCH v3] "
    `  "


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