Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-24 14:08:24 to 2024-05-28 17:10:49 UTC [more...]

[PATCH v2] bundle-uri: verify oid before writing refs
 2024-05-28 17:10 UTC  (11+ messages)
` [PATCH v3 0/4] object checking related additions and fixes for bundles in fetches
  ` [PATCH v3 1/4] bundle-uri: verify oid before writing refs
  ` [PATCH v3 2/4] unbundle: introduce unbundle_fsck_flags for fsckobjects handling
  ` [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
  ` [PATCH v3 4/4] unbundle: introduce new option UNBUNDLE_FSCK_FOLLOW_FETCH

[PATCH] fix: prevent date underflow when using positive timezone offset
 2024-05-28 17:06 UTC  (4+ messages)

[PATCH 0/2] give range-diff at the end of single patch output
 2024-05-28 16:50 UTC  (10+ messages)
` [PATCH 2/2] format-patch: move range/inter diff at the end of a "
  ` [PATCH v2 "

[Outreachy][PATCH 1/2] date: refactor 64 bit prereq code into reusable functions
 2024-05-28 16:41 UTC  (6+ messages)
` [Outreachy][PATCH 2/2] Port helper/test-date.c to unit-tests/t-date.c

[PATCH 0/2] Remove some usages of the_repository
 2024-05-28 16:33 UTC  (5+ messages)
` [PATCH 1/2] add-patch: do not use the_repository
` [PATCH 2/2] apply: "

[PATCH 0/9] refs: ref storage format migrations
 2024-05-28 16:16 UTC  (30+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/9] setup: unset ref storage when reinitializing repository version
  ` [PATCH v2 8/9] refs: implement logic to migrate between ref storage formats
  ` [PATCH v2 9/9] builtin/refs: new command to migrate "
` [PATCH v3 00/12] refs: ref storage format migrations
  ` [PATCH v3 01/12] setup: unset ref storage when reinitializing repository version
  ` [PATCH v3 02/12] refs: convert ref storage format to an enum
  ` [PATCH v3 03/12] refs: pass storage format to `ref_store_init()` explicitly
  ` [PATCH v3 04/12] refs: allow to skip creation of reflog entries
  ` [PATCH v3 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`
  ` [PATCH v3 06/12] refs/files: extract function to iterate through root refs
  ` [PATCH v3 07/12] refs/files: fix NULL pointer deref when releasing ref store
  ` [PATCH v3 08/12] reftable: inline `merged_table_release()`
  ` [PATCH v3 09/12] worktree: don't store main worktree twice
  ` [PATCH v3 10/12] refs: implement removal of ref storages
  ` [PATCH v3 11/12] refs: implement logic to migrate between ref storage formats
  ` [PATCH v3 12/12] builtin/refs: new command to migrate "

[PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
 2024-05-28 16:13 UTC  (8+ messages)

[PATCH 0/3] Implement filtering repacks
 2024-05-28 15:54 UTC  (11+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
  ` [PATCH v2 2/3] pack-objects: use the missing action API
  ` [PATCH v2 3/3] upload-pack: allow configuring a missing-action

[BUG] Cannot set safe.directory with command-scoped configuration when cloning
 2024-05-28 14:16 UTC 

[GSoC][PATCH] t/: migrate helper/test-example-decorate to the unit testing framework
 2024-05-28 12:58 UTC 

[GSoC][PATCH] t: port reftable/basics_test.c to the unit testing
 2024-05-28 12:46 UTC  (6+ messages)
` [PATCH 1/2] t: move reftable/basics_test.c to the unit testing framework
` [PATCH 2/2] t: improve upon reftable/basics_test.c in "

git hangs forever after updating to V.2.45.1
 2024-05-28  9:01 UTC 

[PATCH 00/20] Various memory leak fixes
 2024-05-28  5:09 UTC  (52+ messages)
` [PATCH 01/20] t: mark a bunch of tests as leak-free
` [PATCH 02/20] transport-helper: fix leaking helper name
` [PATCH 12/20] config: plug various memory leaks
` [PATCH v2 00/21] Various memory leak fixes
  ` [PATCH v2 01/21] ci: add missing dependency for TTY prereq
  ` [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
  ` [PATCH v2 13/21] config: plug various memory leaks
` [PATCH v3 00/21] Various memory leak fixes
  ` [PATCH v3 01/21] ci: add missing dependency for TTY prereq
  ` [PATCH v3 02/21] t: mark a bunch of tests as leak-free
  ` [PATCH v3 03/21] transport-helper: fix leaking helper name
  ` [PATCH v3 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
  ` [PATCH v3 05/21] checkout: clarify memory ownership in `unique_tracking_name()`
  ` [PATCH v3 06/21] http: refactor code to clarify memory ownership
  ` [PATCH v3 07/21] config: clarify memory ownership in `git_config_pathname()`
  ` [PATCH v3 08/21] diff: refactor code to clarify memory ownership of prefixes
  ` [PATCH v3 09/21] convert: refactor code to clarify ownership of check_roundtrip_encoding
  ` [PATCH v3 10/21] builtin/log: stop using globals for log config
  ` [PATCH v3 11/21] builtin/log: stop using globals for format config
  ` [PATCH v3 12/21] config: clarify memory ownership in `git_config_string()`
  ` [PATCH v3 13/21] config: plug various memory leaks
  ` [PATCH v3 14/21] builtin/credential: clear credential before exit
  ` [PATCH v3 15/21] commit-reach: fix memory leak in `ahead_behind()`
  ` [PATCH v3 16/21] submodule: fix leaking memory for submodule entries
  ` [PATCH v3 17/21] strvec: add functions to replace and remove strings
  ` [PATCH v3 18/21] builtin/mv: refactor `add_slash()` to always return allocated strings
  ` [PATCH v3 19/21] builtin/mv duplicate string list memory
  ` [PATCH v3 20/21] builtin/mv: refactor to use `struct strvec`
  ` [PATCH v3 21/21] builtin/mv: fix leaks for submodule gitfile paths

What's cooking in git.git (May 2024, #11; Mon, 27)
 2024-05-28  4:16 UTC 

[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
 2024-05-28  2:13 UTC  (7+ messages)

[[PATCH] [RESUBMIT 2nd] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution hints
 2024-05-28  0:47 UTC  (6+ messages)
` [PATCH 2 0/1] Allowing localized substitution hints in parse-options
` [PATCH 2 1/1] parse-options: allow localized substitution hints in macros

git-shell vs "detected dubious ownership in repository"
 2024-05-27 21:35 UTC  (2+ messages)

[PATCH] chainlint.pl: Extend regexp pattern for /proc/cpuinfo on Linux SPARC
 2024-05-27 20:12 UTC  (10+ messages)
` [PATCH 0/3] improve chainlint.pl CPU count computation
  ` [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC

[PATCH v2 1/3] Documentation: alias: rework notes into points
 2024-05-27 17:48 UTC  (32+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] run-command: show prepared command
  ` [PATCH v4 1/3] Documentation: alias: rework notes into points
    ` [PATCH v4 3/3] run-command: show prepared command
    ` [PATCH v5 1/3] Documentation: alias: rework notes into points
      ` [PATCH v5 2/3] Documentation: alias: add notes on shell expansion
      ` [PATCH v5 3/3] run-command: show prepared command
      ` [PATCH v6 1/3] Documentation: alias: rework notes into points
        ` [PATCH v6 2/3] Documentation: alias: add notes on shell expansion
        ` [PATCH v6 3/3] run-command: show prepared command
        ` [PATCH v7 1/3] Documentation: alias: rework notes into points
          ` [PATCH v7 2/3] Documentation: alias: add notes on shell expansion
          ` [PATCH v7 3/3] run-command: show prepared command

[PATCH] bundle-uri: refresh packed_git if unbundle succeed
 2024-05-27 16:04 UTC  (6+ messages)
    `  "

[GSoC]: Implement consistency check for refs blog
 2024-05-27  7:57 UTC  (2+ messages)

[PATCH 0/3] un-breaking osx-gcc ci job
 2024-05-27  5:12 UTC  (12+ messages)
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc

[PATCH 0/5] use the pager in 'add -p'
 2024-05-26 21:26 UTC  (19+ messages)
` [PATCH 2/5] pager: do not close fd 2 unnecessarily
` [PATCH 5/5] add-patch: render hunks through the pager

[PATCH] difftool: add env vars directly in run_file_diff()
 2024-05-26 20:16 UTC 

[BUG] git instaweb hanging on very large workdirs with `status.showUntrackedFiles no`
 2024-05-26 10:07 UTC 

[Outreachy][PATCH v2 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-05-26  8:43 UTC  (12+ messages)
` [PATCH v3 0/3] Port t0015-hash to the unit testing framework
  ` [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c
  ` [PATCH v3 3/3] t/: port helper/test-sha256.c "
  ` [PATCH v4 0/2] t/: port helper/test-{sha1, sha256} to unit-tests/t-hash
    ` [PATCH v4 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
    ` [PATCH v4 2/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash

[PATCH 0/2] apply: add unit tests for parse_range
 2024-05-26  7:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/6] update-ref: add symref support for --stdin
 2024-05-25 23:00 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/6] update-ref: add support for 'symref-update' command

Git "safe directory" not working correctly
 2024-05-25 22:11 UTC  (4+ messages)

[PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
 2024-05-25 20:01 UTC  (6+ messages)

[PATCH] promisor-remote: add promisor.quiet configuration option
 2024-05-25 10:29 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (May 2024, #10; Fri, 24)
 2024-05-25  6:12 UTC 

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-05-25  3:26 UTC  (15+ messages)
` [PATCH v3 00/30] "
  ` [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
` [PATCH v4 00/24] pack-bitmap: pseudo-merge reachability bitmaps
  ` [PATCH v4 11/24] pseudo-merge: implement support for selecting pseudo-merge commits
  ` [PATCH v4 19/24] t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`

[PATCH] alias: pass --help through to shell alias
 2024-05-25  1:36 UTC  (3+ messages)

To get the exe, msi and dmg be properly clone to the Jenkins workspace
 2024-05-24 23:22 UTC 

[PATCH v2 00/12] Fix various overly aggressive protections in 2.45.1 and friends
 2024-05-24 19:47 UTC  (13+ messages)
` [PATCH v2 01/12] send-email: drop FakeTerm hack
` [PATCH v2 02/12] send-email: avoid creating more than one Term::ReadLine object
` [PATCH v2 03/12] ci: drop mention of BREW_INSTALL_PACKAGES variable
` [PATCH v2 04/12] ci: avoid bare "gcc" for osx-gcc job
` [PATCH v2 05/12] ci: stop installing "gcc-13" for osx-gcc
` [PATCH v2 06/12] hook: plug a new memory leak
` [PATCH v2 07/12] init: use the correct path of the templates directory again
` [PATCH v2 08/12] Revert "core.hooksPath: add some protection while cloning"
` [PATCH v2 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again
` [PATCH v2 10/12] clone: drop the protections where hooks aren't run
` [PATCH v2 11/12] Revert "Add a helper function to compare file contents"
` [PATCH v2 12/12] Revert "fsck: warn about symlink pointing inside a gitdir"

[PATCH 0/4] upload-pack: support a missing-action
 2024-05-24 18:25 UTC  (6+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] rev-list: refactor --missing=<missing-action>
  ` [PATCH v3 2/3] pack-objects: use the missing action API
  ` [PATCH v3 3/3] upload-pack: allow configuring a missing-action

[RFC PATCH] docs: document upcoming breaking changes
 2024-05-24 17:27 UTC  (3+ messages)
` [PATCH v3] "

dubious permissions on shared repositorys as of 2.45.1
 2024-05-24 17:00 UTC 


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