Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-23 23:35:19 to 2024-05-27 16:05:01 UTC [more...]

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

[PATCH v2] bundle-uri: verify oid before writing refs
 2024-05-27 15:41 UTC  (6+ 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 0/2] give range-diff at the end of single patch output
 2024-05-27 12:59 UTC  (11+ messages)
` [PATCH 2/2] format-patch: move range/inter diff at the end of a "
  ` [PATCH v2 "

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

[PATCH] fix: prevent date underflow when using positive timezone offset
 2024-05-27  9:17 UTC 

[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 v2 1/3] Documentation: alias: rework notes into points
 2024-05-27  0:30 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 2/3] Documentation: alias: add notes on shell expansion
    ` [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 0/5] use the pager in 'add -p'
 2024-05-26 21:26 UTC  (25+ 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  (13+ messages)
` [PATCH v3 0/3] Port t0015-hash to the unit testing framework
  ` [PATCH v3 1/3] strbuf: introduce strbuf_addstrings() to repeatedly add a string
  ` [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] [RESUBMIT 2nd] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution hints
 2024-05-25 12:24 UTC  (3+ messages)
` [PATCH 2 0/1] Allowing localized substitution hints in parse-options
` [PATCH 2 1/1] parse-options: allow localized substitution hints in macros

[PATCH] promisor-remote: add promisor.quiet configuration option
 2024-05-25 10:29 UTC  (9+ 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 0/9] refs: ref storage format migrations
 2024-05-24 22:32 UTC  (25+ messages)
` [PATCH 8/9] refs: implement logic to migrate between ref storage formats
` [PATCH 9/9] builtin/refs: new command to migrate "
` [PATCH v2 0/9] refs: ref storage format migrations
  ` [PATCH v2 1/9] setup: unset ref storage when reinitializing repository version
  ` [PATCH v2 2/9] refs: convert ref storage format to an enum
  ` [PATCH v2 3/9] refs: pass storage format to `ref_store_init()` explicitly
  ` [PATCH v2 4/9] refs: allow to skip creation of reflog entries
  ` [PATCH v2 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`
  ` [PATCH v2 6/9] refs/files: extract function to iterate through root refs
  ` [PATCH v2 7/9] refs: implement removal of ref storages
  ` [PATCH v2 8/9] refs: implement logic to migrate between ref storage formats
  ` [PATCH v2 9/9] builtin/refs: new command to migrate "

[PATCH 0/3] Implement filtering repacks
 2024-05-24 21:51 UTC  (9+ 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

[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

[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
 2024-05-24 17:37 UTC  (4+ messages)

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