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

[PATCH v4 0/5] config: introduce discovery.bare and protected config
 2022-07-01  1:30 UTC  (17+ 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`

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

[PATCH 0/9] test-tool: fix memory leaks
 2022-06-30 23:47 UTC  (10+ 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 00/11] built-ins: fix common memory leaks
 2022-06-30 23:45 UTC  (17+ 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 0/5] submodule: remove "--recursive-prefix"
 2022-06-30 23:45 UTC  (30+ 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 1/3] t6423: add tests of dual directory rename plus add/add conflict
 2022-06-30 22:32 UTC  (6+ messages)

Non-interactively rewording commit messages
 2022-06-30 21:35 UTC  (7+ messages)

[RFC PATCH 0/4] move pruned objects to a separate repository
 2022-06-30 21:15 UTC  (9+ messages)
` [RFC PATCH 1/4] builtin/repack.c: pass "out" to `prepare_pack_objects`
` [RFC PATCH 2/4] builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`
` [RFC PATCH 3/4] builtin/repack.c: write cruft packs to arbitrary locations
` [RFC PATCH 4/4] builtin/repack.c: implement `--expire-to` for storing pruned objects

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

[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  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] tests: add missing double quotes to included library paths
  ` [PATCH v2 2/3] test-lib.sh: fix prepend_var() quoting issue
  ` [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)

[PATCH 0/2] Avoid spawning gzip in git archive
 2022-06-30 18:55 UTC  (5+ messages)
` [PATCH v3 0/5] "

[PATCH v2 0/2] commit-graph.c: no lazy fetch in lookup_commit_in_graph()
 2022-06-30 18:47 UTC  (10+ 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())

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  (10+ messages)
` [PATCH 2/3] xdiff: introduce XDL_CALLOC_ARRAY()
` [PATCH 3/3] xdiff: introduce XDL_ALLOC_GROW()

[PATCH v2 0/7] rebase: update branches in multi-part topic
 2022-06-30 17:35 UTC  (26+ 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 5/8] sequencer: add update-ref command
  ` [PATCH v3 7/8] rebase: update refs from 'update-ref' commands

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

Option to allow fsmonitor to run against repos on network file systems
 2022-06-30 17:11 UTC 

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

[PATCH 0/3] Fix dual rename into each other plus conflicting adds
 2022-06-30 10:31 UTC  (8+ 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] merge-ort: avoid assuming all renames detected
 2022-06-30  9:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 4/6] pack-bitmap: prepare to read lookup table extension
 2022-06-30  8:35 UTC  (5+ messages)

[PATCH v2 4/6] pack-bitmap: prepare to read lookup table extension
 2022-06-30  6:58 UTC  (4+ messages)
` [PATCH v2 4/6] pack-bitmap: prepare to read lookup table

git bug report: 'git add' hangs in a large repo which has sparse-checkout file with large number of patterns in it
 2022-06-30  5:06 UTC  (5+ messages)

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-06-30  2:37 UTC  (10+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] t7002: add tests for moving out-of-cone file/directory
  ` [PATCH v5 2/8] t1092: mv directory from out-of-cone to in-cone
  ` [PATCH v5 3/8] mv: update sparsity after moving "
  ` [PATCH v5 4/8] mv: decouple if/else-if checks using goto
  ` [PATCH v5 5/8] mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
  ` [PATCH v5 6/8] mv: check if <destination> exists in index to handle overwriting
  ` [PATCH v5 7/8] mv: use flags mode for update_mode
  ` [PATCH v5 8/8] mv: add check_dir_in_index() and solve general dir check issue

[PATCH 2/3] merge-ort: shuffle the computation and cleanup of potential collisions
 2022-06-30  0:05 UTC  (3+ messages)

[PATCH 3/3] merge-ort: fix issue with dual rename and add/add conflict
 2022-06-30  0:05 UTC  (3+ messages)

[PATCH 0/2] [RFC] scalar: prepare documentation for future work
 2022-06-29 21:50 UTC  (5+ messages)
` [PATCH 2/2] scalar: convert README.md into a technical design doc

[GSoC] Abhradeep's GSoC blogs (27 Jun, 2022 IST)
 2022-06-29 20:58 UTC  (2+ messages)

[PATCH 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation
 2022-06-29 20:40 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] docs: document bundle URI standard
  ` [PATCH v2 2/6] remote-curl: add 'get' capability
  ` [PATCH v2 3/6] bundle-uri: create basic file-copy logic
  ` [PATCH v2 4/6] fetch: add --bundle-uri option
  ` [PATCH v2 5/6] bundle-uri: add support for http(s):// and file://
  ` [PATCH v2 6/6] fetch: add 'refs/bundle/' to log.excludeDecoration

[PATCH v2 5/6] bitmap-lookup-table: add performance tests for lookup table
 2022-06-29 20:40 UTC  (3+ messages)

[PATCH v2 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
 2022-06-29 20:11 UTC  (3+ 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).