git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-24 21:06:25 to 2024-07-28 06:57:20 UTC [more...]

Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
 2024-07-28  6:57 UTC  (9+ messages)

[2.46 regression] git ls-remote crash with import remote-helper
 2024-07-28  3:54 UTC  (2+ messages)

Problem
 2024-07-27 22:38 UTC 

[PATCH 0/2] safe.directory clean-up
 2024-07-27 22:05 UTC  (13+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] safe.directory: normalize the configured path
  ` [PATCH v2 3/3] safe.directory: setting safe.directory="." allows the "current" directory

Bug with bash and OpenSSL usage on Windows
 2024-07-27 22:01 UTC  (8+ messages)

Git clone reads safe.directory differently?
 2024-07-27 21:58 UTC  (2+ messages)

[PATCH v2 0/2] add-p P fixups
 2024-07-27 14:33 UTC  (23+ messages)
            ` [PATCH 0/4] squash fixups in rj/add-p-pager
              ` [PATCH 1/4] add-patch: test for 'p' command
              ` [PATCH 2/4] pager: do not close fd 2 unnecessarily
              ` [PATCH 3/4] pager: introduce wait_for_pager
              ` [PATCH 4/4] add-patch: render hunks through the pager
            ` Re* [PATCH v2 0/2] add-p P fixups
              ` [PATCH 1/2] pager: introduce wait_for_pager
              ` [PATCH 2/2] add-patch: render hunks through the pager

[PATCH] http: do not ignore proxy path
 2024-07-27  6:44 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/4] improve one-shot variable detection with shell function
 2024-07-27  5:35 UTC  (29+ messages)
` [PATCH 1/4] t3430: modernize one-shot "VAR=val shell-func" invocation
` [PATCH 3/4] check-non-portable-shell: improve `VAR=val shell-func` detection
` [PATCH v2 0/5] improve one-shot variable detection with shell function
  ` [PATCH v2 1/5] t3430: drop unnecessary one-shot "VAR=val shell-func" invocation
  ` [PATCH v2 2/5] t4034: fix use of one-shot variable assignment with shell function
  ` [PATCH v2 3/5] check-non-portable-shell: loosen one-shot assignment error message
  ` [PATCH v2 4/5] check-non-portable-shell: suggest alternative for `VAR=val shell-func`
  ` [PATCH v2 5/5] check-non-portable-shell: improve `VAR=val shell-func` detection
  ` [PATCH v3 0/5] improve one-shot variable detection with shell function
    ` [PATCH v3 1/5] t3430: drop unnecessary one-shot "VAR=val shell-func" invocation
    ` [PATCH v3 2/5] t4034: fix use of one-shot variable assignment with shell function
    ` [PATCH v3 3/5] check-non-portable-shell: loosen one-shot assignment error message
    ` [PATCH v3 4/5] check-non-portable-shell: suggest alternative for `VAR=val shell-func`
    ` [PATCH v3 5/5] check-non-portable-shell: improve `VAR=val shell-func` detection

[PATCH] fetch: use bundle URIs when having creationToken heuristic
 2024-07-26 21:52 UTC  (11+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] clone: remove double bundle list clear code
  ` [PATCH v2 2/3] transport: introduce transport_has_remote_bundle_uri()
  ` [PATCH v2 3/3] fetch: use bundle URIs when having creationToken heuristic

[PATCH] ReviewingGuidelines: encourage positive reviews more
 2024-07-26 20:20 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] doc: fix hex code escapes in git-ls-files
 2024-07-26 17:52 UTC  (3+ messages)

[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
 2024-07-26 15:59 UTC  (15+ messages)
` [PATCH v2 0/6] unit-tests: add and use for_test "
  ` [PATCH v2 2/6] unit-tests: add for_test
` [PATCH v3 0/7] add and use for_test to simplify tests
  ` [PATCH v3 3/7] unit-tests: add for_test

[PATCH 1/1] show-ref: improve short help messages of options
 2024-07-26 15:46 UTC  (5+ messages)

[PATCH] csum-file: introduce discard_hashfile()
 2024-07-26 15:36 UTC  (5+ messages)

Does GIT_SSH_COMMAND apply to all git commands that connect to remote?
 2024-07-26 15:33 UTC  (2+ messages)

[PATCH] Fix to avoid high memory footprint
 2024-07-26 15:12 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] convert: "

[PATCH 00/23] Memory leak fixes (pt.3)
 2024-07-26 12:19 UTC  (24+ messages)
` [PATCH 01/23] builtin/replay: plug leaking `advance_name` variable
` [PATCH 02/23] builtin/log: fix leaking branch name when creating cover letters
` [PATCH 03/23] builtin/describe: fix memory leak with `--contains=`
` [PATCH 04/23] builtin/describe: fix leaking array when running diff-index
` [PATCH 05/23] builtin/describe: fix trivial memory leak when describing blob
` [PATCH 06/23] builtin/name-rev: fix various trivial memory leaks
` [PATCH 07/23] builtin/submodule--helper: "
` [PATCH 08/23] builtin/ls-remote: fix leaking `pattern` strings
` [PATCH 09/23] builtin/remote: fix leaking strings in `branch_list`
` [PATCH 10/23] builtin/remote: fix various trivial memory leaks
` [PATCH 11/23] builtin/stash: "
` [PATCH 12/23] builtin/rev-parse: fix memory leak with `--parseopt`
` [PATCH 13/23] builtin/show-branch: fix several memory leaks
` [PATCH 14/23] builtin/credential-store: fix leaking credential
` [PATCH 15/23] builtin/rerere: fix various trivial memory leaks
` [PATCH 16/23] builtin/shortlog: "
` [PATCH 17/23] builtin/worktree: fix leaking derived branch names
` [PATCH 18/23] builtin/credential-cache: fix trivial leaks
` [PATCH 19/23] t/test-repository: fix leaking repository
` [PATCH 20/23] object-name: fix leaking commit list items
` [PATCH 21/23] entry: fix leaking pathnames during delayed checkout
` [PATCH 22/23] convert: fix leaking config strings
` [PATCH 23/23] commit-reach: fix trivial memory leak when computing reachability

[PATCH v1 00/10] cat-file speedups
 2024-07-26  8:01 UTC  (13+ messages)
` [PATCH v1 02/10] packfile: allow content-limit for cat-file
` [PATCH v1 03/10] packfile: fix off-by-one in content_limit comparison
` [PATCH v1 05/10] cat-file: use delta_base_cache entries directly
` [PATCH v1 06/10] packfile: packed_object_info avoids packed_to_object_type

Possible bug in .gitignore
 2024-07-26  5:26 UTC  (2+ messages)

[PATCH] mailmap: plug memory leak in read_mailmap_blob()
 2024-07-26  4:44 UTC  (2+ messages)

[PATCH v2 0/2] Teach git version --build-options about zlib+libcurl
 2024-07-26  0:41 UTC  (11+ messages)
` [PATCH v2 1/2] Teach git version --build-options about libcurl

[PATCH 0/2] notes: fix editor invocation regression
 2024-07-25 23:26 UTC  (11+ messages)
` [PATCH 1/2] t3301-notes: check editor isn't invoked for empty notes add
` [PATCH 2/2] notes: revert note_data.given behavior with "

[PATCH v2] Documentation: add platform support policy
 2024-07-25 20:31 UTC  (12+ messages)
` [PATCH v3] "

[PATCH 0/8] git-prompt: support more shells
 2024-07-25 20:03 UTC  (9+ messages)
` [PATCH 6/8] git-prompt: add fallback for shells without $'...'

Technical information about http.sslBackend schannel
 2024-07-25 17:38 UTC 

[PATCH] doc: difference in location to apply is "offset", not "fuzz"
 2024-07-25 17:27 UTC 

[PATCH 0/2] clone: shallow-submodules should be single-branch by default
 2024-07-25 17:10 UTC  (5+ messages)

[ANNOUNCE] Git v2.46.0-rc2
 2024-07-25 17:04 UTC  (3+ messages)

[PATCH 0/3] doc: introducing synopsis para
 2024-07-25 15:32 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] doc: apply synopsis simplification on git-clone and git-init

bug/defaults: COMMIT_EDITMSG not reused after a failed commit
 2024-07-25 15:21 UTC  (6+ messages)

[GSoC][PATCH v4 0/7] t: port reftable/pq_test.c to the unit testing framework
 2024-07-25 13:29 UTC  (15+ messages)
` [GSoC][PATCH v5 "
  ` [PATCH v5 6/7] t-reftable-pq: add test for index based comparison
  ` [GSoC][PATCH v6 0/7] t: port reftable/pq_test.c to the unit testing framework
    ` [PATCH v6 1/7] reftable: remove unncessary curly braces in reftable/pq.c
    ` [PATCH v6 2/7] reftable: change the type of array indices to 'size_t' "
    ` [PATCH v6 3/7] t: move reftable/pq_test.c to the unit testing framework
    ` [PATCH v6 4/7] t-reftable-pq: make merged_iter_pqueue_check() static
    ` [PATCH v6 5/7] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
    ` [PATCH v6 6/7] t-reftable-pq: add test for index based comparison
    ` [PATCH v6 7/7] t-reftable-pq: add tests for merged_iter_pqueue_top()

[GSoC][PATCH v2] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
 2024-07-25 12:48 UTC  (3+ messages)
` [GSoC][PATCH v3] "

Bug: Git GUI "No differences detected"
 2024-07-25 10:37 UTC 

unsubscribe
 2024-07-25  9:15 UTC 

[PATCH 0/3] Documentation: some coding guideline updates
 2024-07-25  5:06 UTC  (4+ messages)
` [PATCH 1/3] Documentation: clarify indentation style for C preprocessor directives

[ANNOUNCE] Git for Windows 2.46.0-rc2
 2024-07-24 22:01 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 NNTP newsgroup(s).