git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-05 10:36:10 to 2025-02-07 11:03:42 UTC [more...]

[PATCH 00/16] path: remove dependency on `the_repository`
 2025-02-07 11:03 UTC  (49+ messages)
` [PATCH 01/16] path: refactor `repo_common_path()` family of functions
` [PATCH 02/16] path: refactor `repo_git_path()` "
` [PATCH 03/16] path: refactor `repo_worktree_path()` "
` [PATCH 04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo
` [PATCH 05/16] path: refactor `repo_submodule_path()` family of functions
` [PATCH 06/16] path: drop unused `strbuf_git_path()` function
` [PATCH 07/16] path: drop `git_pathdup()` in favor of `repo_git_path()`
` [PATCH 08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
` [PATCH 09/16] worktree: return allocated string from `get_worktree_git_dir()`
` [PATCH 10/16] path: drop `git_common_path()` in favor of `repo_common_path()`
` [PATCH 11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer
` [PATCH 12/16] path: drop `git_path()` in favor of `repo_git_path()`
` [PATCH 13/16] repo-settings: introduce function to clear struct
` [PATCH 14/16] environment: move access to "core.hooksPath" into repo settings
` [PATCH 15/16] environment: move access to "core.sharedRepository" "
` [PATCH 16/16] path: adjust last remaining users of `the_repository`
` [PATCH v2 00/16] path: remove dependency on `the_repository`
  ` [PATCH v2 01/16] path: refactor `repo_common_path()` family of functions
  ` [PATCH v2 02/16] path: refactor `repo_git_path()` "
  ` [PATCH v2 03/16] path: refactor `repo_worktree_path()` "
  ` [PATCH v2 04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo
  ` [PATCH v2 05/16] path: refactor `repo_submodule_path()` family of functions
  ` [PATCH v2 06/16] path: drop unused `strbuf_git_path()` function
  ` [PATCH v2 07/16] path: drop `git_pathdup()` in favor of `repo_git_path()`
  ` [PATCH v2 08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
  ` [PATCH v2 09/16] worktree: return allocated string from `get_worktree_git_dir()`
  ` [PATCH v2 10/16] path: drop `git_common_path()` in favor of `repo_common_path()`
  ` [PATCH v2 11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer
  ` [PATCH v2 12/16] path: drop `git_path()` in favor of `repo_git_path()`

Git in GSoC 2025
 2025-02-07 10:55 UTC  (9+ messages)

renormalize histroy with smudge/clean-filter
 2025-02-07 10:45 UTC  (12+ messages)

What's cooking in git.git (Feb 2025, #01; Tue, 4)
 2025-02-07 10:11 UTC  (6+ messages)

[PATCH 00/19] reftable: stop using "git-compat-util.h"
 2025-02-07 10:03 UTC  (23+ messages)
` [PATCH v3 00/18] "
` [PATCH v4 "
  ` [PATCH v4 01/18] reftable/stack: stop using `read_in_full()`
  ` [PATCH v4 02/18] reftable/stack: stop using `write_in_full()`
  ` [PATCH v4 03/18] reftable/blocksource: stop using `xmmap()`
  ` [PATCH v4 04/18] reftable/record: stop using `COPY_ARRAY()`
  ` [PATCH v4 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`
  ` [PATCH v4 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`
  ` [PATCH v4 07/18] reftable: stop using `BUG()` in trivial cases
  ` [PATCH v4 08/18] reftable/basics: stop using `st_mult()` in array allocators
  ` [PATCH v4 09/18] reftable/basics: provide wrappers for big endian conversion
  ` [PATCH v4 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro
  ` [PATCH v4 11/18] reftable/system: introduce `reftable_rand()`
  ` [PATCH v4 12/18] reftable/stack: stop using `sleep_millisec()`
  ` [PATCH v4 13/18] reftable/basics: stop using `SWAP()` macro
  ` [PATCH v4 14/18] reftable/basics: stop using `UNUSED` annotation
  ` [PATCH v4 15/18] compat/mingw: split out POSIX-related bits
  ` [PATCH v4 16/18] git-compat-util.h: split out POSIX-emulating bits
  ` [PATCH v4 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h"
  ` [PATCH v4 18/18] Makefile: skip reftable library for Coccinelle

Usability issue: "Your branch is up to date"
 2025-02-07  8:20 UTC  (9+ messages)

[PATCH 0/6] refs: introduce support for partial reference transactions
 2025-02-07  7:34 UTC  (7+ messages)
` [PATCH 1/6] refs/files: remove duplicate check in `split_symref_update()`
` [PATCH 2/6] refs: move duplicate refname update check to generic layer
` [PATCH 3/6] refs/files: remove duplicate duplicates check
` [PATCH 4/6] refs/reftable: extract code from the transaction preparation
` [PATCH 5/6] refs: implement partial reference transaction support
` [PATCH 6/6] update-ref: add --allow-partial flag for stdin mode

[PATCH v2 1/3] difftool: eliminate use of global variables
 2025-02-07  6:28 UTC  (12+ messages)
` [PATCH v2 2/3] difftool: eliminate use of the_repository
` [PATCH v2 3/3] difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE

Unknown error with concurrent config read/write on Windows
 2025-02-07  2:44 UTC 

[PATCH] pull: allow branch.<name>.rebase to override pull.ff=only
 2025-02-07  2:35 UTC  (6+ messages)

[PATCH 0/5] Convert AsciiDoc files to .adoc extension
 2025-02-06 23:47 UTC  (5+ messages)
` [PATCH 4/5] doc: use .adoc extension for AsciiDoc files

`git p4` broken on machines which do not have python on path
 2025-02-06 23:17 UTC  (5+ messages)

Managing one github repo with Gitignore and Submodules for two different remotes
 2025-02-06 22:23 UTC  (2+ messages)

[PATCH v3 0/1] Long names for `git log -S` and `git log -G`
 2025-02-06 20:59 UTC  (4+ messages)
` [PATCH v3 1/1] diff: --patch-{modifies,grep} arg names for -S and -G

[PATCH v4 0/6] Enable doing a shallow clone of a specific git revision
 2025-02-06 20:26 UTC  (29+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 2/7] clone: make it possible to specify --tags
  ` [PATCH v5 7/7] builtin/clone: teach git-clone(1) the --revision= option
  ` [PATCH v6 0/7] Enable doing a shallow clone of a specific git revision
    ` [PATCH v6 1/7] clone: cut down on global variables in clone.c
    ` [PATCH v6 2/7] clone: make it possible to specify --tags
    ` [PATCH v6 3/7] clone: refactor wanted_peer_refs()
    ` [PATCH v6 4/7] clone: add tags refspec earlier to fetch refspec
    ` [PATCH v6 5/7] clone: introduce struct clone_opts in builtin/clone.c
    ` [PATCH v6 6/7] parse-options: introduce die_for_incompatible_opt2()
    ` [PATCH v6 7/7] builtin/clone: teach git-clone(1) the --revision= option
    ` [PATCH v7 0/7] Enable doing a shallow clone of a specific git revision
      ` [PATCH v7 1/7] clone: cut down on global variables in clone.c
      ` [PATCH v7 2/7] clone: make it possible to specify --tags
      ` [PATCH v7 3/7] clone: refactor wanted_peer_refs()
      ` [PATCH v7 4/7] clone: add tags refspec earlier to fetch refspec
      ` [PATCH v7 5/7] clone: introduce struct clone_opts in builtin/clone.c
      ` [PATCH v7 6/7] parse-options: introduce die_for_incompatible_opt2()
      ` [PATCH v7 7/7] builtin/clone: teach git-clone(1) the --revision= option

[ANNOUNCE] tig-2.5.12
 2025-02-06 19:00 UTC 

[PATCH] doc: documentation for http.uploadarchive config option
 2025-02-06 17:54 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 6/6] connect: advertise OS version
 2025-02-06 15:13 UTC  (11+ messages)
` [PATCH v4 0/6][Outreachy] extend agent capability to include OS name
  ` [PATCH v4 1/6] version: replace manual ASCII checks with isprint() for clarity
  ` [PATCH v4 2/6] version: refactor redact_non_printables()
  ` [PATCH v4 3/6] version: refactor get_uname_info()
  ` [PATCH v4 4/6] version: extend get_uname_info() to hide system details
  ` [PATCH v4 5/6] t5701: add setup test to remove side-effect dependency
  ` [PATCH v4 6/6] agent: advertise OS name via agent capability

[GSoC][PATCH] remote: relocate valid_remote_name
 2025-02-06 10:14 UTC  (5+ messages)

[PATCH v3 0/5] refspec: centralize refspec-related logic
 2025-02-06 10:13 UTC  (6+ messages)
` [GSoC][PATCH v4 "
  ` [GSoC][PATCH v4 1/5] remote: rename function omit_name_by_refspec

[PATCH] reftable: ignore file-in-use errors when unlink(3p) fails on Windows
 2025-02-06  7:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/8] add more ref consistency checks
 2025-02-06  6:00 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] t0602: use subshell to ensure working directory unchanged
  ` [PATCH v3 2/8] builtin/refs: get worktrees without reading head information
  ` [PATCH v3 3/8] packed-backend: check whether the "packed-refs" is regular file
  ` [PATCH v3 4/8] packed-backend: add "packed-refs" header consistency check
  ` [PATCH v3 5/8] packed-backend: check whether the refname contains NUL characters
  ` [PATCH v3 6/8] packed-backend: add "packed-refs" entry consistency check
  ` [PATCH v3 7/8] packed-backend: check whether the "packed-refs" is sorted
  ` [PATCH v3 8/8] builtin/fsck: add `git refs verify` child process

[PATCH] t6423: fix suppression of Git’s exit code in tests
 2025-02-06  5:08 UTC  (4+ messages)
` [GSOC][PATCH v2] t6422: avoid suppressing "
    ` [GSOC][PATCH v2] t6423: "

Continuous Benchmarking
 2025-02-05 23:14 UTC  (2+ messages)

[PATCH v3 0/4] rev-list: print additional missing object information
 2025-02-05 18:29 UTC  (7+ messages)
` [PATCH v4 0/2] "

[PATCH] rebase -i: reword empty commit after fast-forward
 2025-02-05 18:26 UTC  (2+ messages)

[PATCH] docs: indicate http.sslCertType and sslKeyType
 2025-02-05 17:45 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] difftool: eliminate use of global variables
 2025-02-05 17:30 UTC  (4+ messages)

[PATCH v2 0/5] PATH WALK III: Add 'git backfill' command
 2025-02-05 17:07 UTC  (5+ messages)
` [PATCH v3 "

[GSOC][PATCH] apply: address -Wsign-comparison warnings
 2025-02-05 16:49 UTC  (3+ messages)

[GSOC][PATCH] apply: address -Wsign-comparison warnings
 2025-02-05 15:42 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).