git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-26 12:14:08 to 2024-07-30 14:59:05 UTC [more...]

[GSoC][PATCH v12 00/10] ref consistency check infra setup
 2024-07-30 14:59 UTC  (23+ messages)
` [GSoC][PATCH v13 "
  ` [GSoC][PATCH v13 01/10] fsck: rename "skiplist" to "skip_oids"
  ` [GSoC][PATCH v13 02/10] fsck: add a unified interface for reporting fsck messages
  ` [GSoC][PATCH v13 03/10] fsck: rename objects-related fsck error functions
  ` [GSoC][PATCH v13 04/10] fsck: add refs-related error report function
  ` [GSoC][PATCH v13 05/10] refs: set up ref consistency check infrastructure
  ` [GSoC][PATCH v13 06/10] git refs: add verify subcommand
  ` [GSoC][PATCH v13 07/10] builtin/fsck: add `git-refs verify` child process
  ` [GSoC][PATCH v13 08/10] files-backend: add unified interface for refs scanning
  ` [GSoC][PATCH v13 09/10] fsck: add ref name check for files backend
  ` [GSoC][PATCH v13 10/10] fsck: add ref content "

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-07-30 14:38 UTC  (4+ messages)
` [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe

[PATCH 0/3] Documentation: some coding guideline updates
 2024-07-30 14:19 UTC  (23+ messages)
` [PATCH 1/3] Documentation: clarify indentation style for C preprocessor directives
` [PATCH 2/3] Documentation: document naming schema for struct-related functions
` [PATCH 3/3] Documentation: document difference between release and free
` [PATCH v2 0/5] Documentation: some coding guideline updates
  ` [PATCH v2 1/5] clang-format: fix indentation width for preprocessor directives
  ` [PATCH v2 2/5] Documentation: clarify indentation style for C "
  ` [PATCH v2 3/5] Documentation: document naming schema for structs and their functions
  ` [PATCH v2 4/5] Documentation: document idiomatic function names
  ` [PATCH v2 5/5] Documentation: consistently use spaces inside initializers

[PATCH] grep: -W: skip trailing empty lines at EOF, too
 2024-07-30 14:18 UTC 

[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
 2024-07-30 14:12 UTC  (26+ 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 v4 0/6] add and use if_test to simplify tests
  ` [PATCH v4 1/6] t0080: use here-doc test body
  ` [PATCH v4 2/6] unit-tests: show location of checks outside of tests
  ` [PATCH v4 3/6] unit-tests: add if_test
  ` [PATCH v4 4/6] t-ctype: use if_test
  ` [PATCH v4 5/6] t-reftable-basics: "
  ` [PATCH v4 6/6] t-strvec: "

[PATCH] t-example-decorate: remove test messages
 2024-07-30 14:00 UTC 

[GSoC][PATCH v3] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
 2024-07-30 11:50 UTC  (2+ messages)
` [PATCH v4] "

Git clone reads safe.directory differently?
 2024-07-30 11:37 UTC  (5+ messages)

[PATCH 0/5] refs: stop using `the_repository`
 2024-07-30 11:26 UTC  (8+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] refs/files: stop using `the_repository` in `parse_loose_ref_contents()`
` [PATCH 3/5] refs/files: stop using `the_repository`
` [PATCH 4/5] refs/packed: "
` [PATCH 5/5] refs/reftable: "

[PATCH 00/23] Memory leak fixes (pt.3)
 2024-07-30 11:09 UTC  (29+ 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

Tracked file cannot be added, mentions to sparse checkout that I don't have
 2024-07-30 10:29 UTC 

GIT by github 2.45.2 is listed on Software Informer
 2024-07-30 10:04 UTC 

Output of git checkout goes to stderr
 2024-07-30  7:46 UTC  (3+ messages)

[PATCH 0/2] safe.directory clean-up
 2024-07-30  7:43 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] safe.directory: normalize the configured path
` [PATCH v3 0/3] safe.directory clean-up
  ` [PATCH v3 1/3] safe.directory: normalize the checked path
  ` [PATCH v3 2/3] safe.directory: normalize the configured path
  ` [PATCH v3 3/3] safe.directory: setting safe.directory="." allows the "current" directory

[GSoC][PATCH v5 0/7] t: port reftable/pq_test.c to the unit testing framework
 2024-07-30  6:04 UTC  (6+ messages)
` [GSoC][PATCH v6 "
  ` [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()

[PATCH 0/3] Improvements for Perforce tests
 2024-07-30  6:00 UTC  (6+ messages)
` [PATCH 2/3] ci: update Perforce version to r23.2

[PATCH 0/5] Tighten patch header parsing in patch-id
 2024-07-30  5:12 UTC  (18+ messages)
` [PATCH 3/5] patch-id: make get_one_patchid() more extensible
` [PATCH 4/5] patch-id: rewrite code that detects the beginning of a patch
` [PATCH 5/5] patch-id: tighten code to detect the patch header
` [PATCH v2 0/5] Tighten patch header parsing in patch-id
  ` [PATCH v2 1/5] t4204: patch-id supports various input format
  ` [PATCH v2 2/5] patch-id: call flush_current_id() only when needed
  ` [PATCH v2 3/5] patch-id: make get_one_patchid() more extensible
  ` [PATCH v2 4/5] patch-id: rewrite code that detects the beginning of a patch
  ` [PATCH v2 5/5] patch-id: tighten code to detect the patch header

[PATCH v2] Fix to avoid high memory footprint
 2024-07-30  3:42 UTC  (7+ messages)
` [PATCH v3] "
  ` [PATCH v4] convert: "
    ` [PATCH v5] convert: return early when not tracing

[PATCH v2 0/1] notes: fix editor invocation regression
 2024-07-29 22:50 UTC  (5+ messages)
` [PATCH v2 1/1] notes: do not trigger editor when adding an empty note

Problem
 2024-07-29 21:52 UTC  (2+ messages)

git rebase --continue in quiet mode
 2024-07-29 20:55 UTC 

[PATCH] http: do not ignore proxy path
 2024-07-29 20:09 UTC  (9+ messages)
` [PATCH v2] "

[ANNOUNCE] Git for Windows 2.46.0
 2024-07-29 18:56 UTC 

[PATCH v2 0/2] add-p P fixups
 2024-07-29 18:45 UTC  (18+ messages)
            ` Re* "
              ` [PATCH 2/2] add-patch: render hunks through the pager

What's cooking in git.git (Jul 2024, #09; Mon, 29)
 2024-07-29 17:25 UTC 

[2.46 regression] git ls-remote crash with import remote-helper
 2024-07-29 17:18 UTC  (4+ messages)

[ANNOUNCE] Git v2.46.0
 2024-07-29 17:09 UTC 

[PATCH] unit-tests/test-lib: fix typo in check_pointer_eq() description
 2024-07-29  4:32 UTC  (3+ messages)
` [PATCH v2] "

[GSoC]: Implement consistency check for refs blog
 2024-07-28 15:43 UTC  (2+ messages)

[GIT PULL] l10n updates for 2.46.0
 2024-07-28 12:10 UTC 

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)

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

[PATCH 0/4] improve one-shot variable detection with shell function
 2024-07-27  5:35 UTC  (19+ messages)
` [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 4/5] check-non-portable-shell: suggest alternative for `VAR=val shell-func`
  ` [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  (9+ 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  (4+ messages)
` [PATCH v2] "

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

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


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