git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-04 06:38:52 to 2024-09-05 21:52:11 UTC [more...]

[PATCH v3 0/3] doc: introducing synopsis para
 2024-09-05 21:52 UTC  (3+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] doc: introduce a synopsis typesetting

[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
 2024-09-05 21:27 UTC  (25+ messages)
` [PATCH 2/4] hash.h: scaffolding for _fast hashing variants
` [PATCH v2 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
  ` [PATCH v2 1/4] sha1: do not redefine `platform_SHA_CTX` and friends
  ` [PATCH v2 2/4] hash.h: scaffolding for _fast hashing variants
  ` [PATCH v2 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses
  ` [PATCH v2 4/4] csum-file.c: use fast SHA-1 implementation when available

[PATCH] sparse-checkout: use fdopen_lock_file() instead of xfdopen()
 2024-09-05 21:20 UTC  (5+ messages)

git untracks my files
 2024-09-05 21:12 UTC  (2+ messages)

[PATCH] remote: prefetch config
 2024-09-05 20:57 UTC  (15+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] advice: recommend GIT_ADVICE=0 for tools
 2024-09-05 20:26 UTC  (3+ messages)

Committing crimes with NTFS-3G
 2024-09-05 19:51 UTC  (6+ messages)

[GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
 2024-09-05 18:42 UTC  (16+ messages)
` [GSoC][PATCH v4 "
  ` [PATCH v4 1/6] t: move "
  ` [PATCH v4 2/6] t: harmonize t-reftable-stack.c with coding guidelines
  ` [PATCH v4 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
  ` [PATCH v4 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
  ` [PATCH v4 5/6] t-reftable-stack: add test for non-default compaction factor
  ` [PATCH v4 6/6] t-reftable-stack: add test for stack iterators

[PATCH] scalar: add --no-tags option
 2024-09-05 18:25 UTC  (3+ messages)

[PATCH] interpret-trailers: handle message without trailing newline
 2024-09-05 18:24 UTC  (2+ messages)

[PATCH 0/4] Support server option from configuration
 2024-09-05 17:50 UTC  (8+ messages)
` [PATCH 3/4] builtin/clone.c: recognize fetch.serverOption configuration
    `  "
      `  "
        `  "
          `  "

[PATCH 0/3] Add repository parameter to builtins
 2024-09-05 17:50 UTC  (6+ messages)
` [PATCH 1/3] builtin: add a repository parameter for builtin functions
` [PATCH 2/3] builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
` [PATCH 3/3] add: pass in repo variable instead of global the_repository

How do git recognize conflicts?
 2024-09-05 16:39 UTC  (2+ messages)

Should Git Tag trailer formatting work?
 2024-09-05 16:05 UTC 

[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
 2024-09-05 15:21 UTC  (14+ messages)
` [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
` [PATCH 3/5] builtin/pack-objects.c: translate bit positions during pack-reuse
` [PATCH 4/5] pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse

[PATCH] drop trailing newline from warning/error/die messages
 2024-09-05 15:18 UTC  (3+ messages)

`git log FETCH_HEAD` only logs whatever happens to be the first among the fetched refs (instead of all the fetched refs)
 2024-09-05 15:01 UTC  (2+ messages)

[PATCH v2] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
 2024-09-05 10:48 UTC  (2+ messages)

[RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section
 2024-09-05 10:43 UTC  (2+ messages)

[PATCH 00/22] Memory leak fixes (pt.6)
 2024-09-05 10:09 UTC  (40+ messages)
` [PATCH 08/22] remote: fix leaking tracking refs
` [PATCH 10/22] send-pack: fix leaking push cert nonce
` [PATCH 11/22] gpg-interface: fix misdesigned signing key interfaces
` [PATCH 16/22] builtin/repack: fix leaking line buffer when packing promisors
` [PATCH 18/22] builtin/grep: fix leaking object context
` [PATCH 20/22] match-trees: fix leaking prefixes in `shift_tree()`
` [PATCH 21/22] merge-ort: fix two leaks when handling directory rename modifications
` [PATCH v2 00/22] Memory leak fixes (pt.6)
  ` [PATCH v2 01/22] t/test-lib: allow skipping leak checks for passing tests
  ` [PATCH v2 02/22] fetch-pack: fix memory leaks on fetch negotiation
  ` [PATCH v2 03/22] send-pack: fix leaking common object IDs
  ` [PATCH v2 04/22] builtin/push: fix leaking refspec query result
  ` [PATCH v2 05/22] upload-pack: fix leaking child process data on reachability checks
  ` [PATCH v2 06/22] submodule: fix leaking fetch task data
  ` [PATCH v2 07/22] builtin/submodule--helper: fix leaking refs on push-check
  ` [PATCH v2 08/22] remote: fix leaking tracking refs
  ` [PATCH v2 09/22] remote: fix leak in reachability check of a remote-tracking ref
  ` [PATCH v2 10/22] send-pack: fix leaking push cert nonce
  ` [PATCH v2 11/22] gpg-interface: fix misdesigned signing key interfaces
  ` [PATCH v2 12/22] object: clear grafts when clearing parsed object pool
  ` [PATCH v2 13/22] shallow: free grafts when unregistering them
  ` [PATCH v2 14/22] shallow: fix leaking members of `struct shallow_info`
  ` [PATCH v2 15/22] negotiator/skipping: fix leaking commit entries
  ` [PATCH v2 16/22] builtin/repack: fix leaking line buffer when packing promisors
  ` [PATCH v2 17/22] builtin/pack-objects: plug leaking list of keep-packs
  ` [PATCH v2 18/22] builtin/grep: fix leaking object context
  ` [PATCH v2 19/22] builtin/fmt-merge-msg: fix leaking buffers
  ` [PATCH v2 20/22] match-trees: fix leaking prefixes in `shift_tree()`
  ` [PATCH v2 21/22] merge-ort: fix two leaks when handling directory rename modifications
  ` [PATCH v2 22/22] builtin/repack: fix leaking keep-pack list

[PATCH 0/2] refs/files: use heuristic to decide whether to repack with `--auto`
 2024-09-05  9:58 UTC  (15+ messages)
` [PATCH 2/2] "
` [PATCH v2 0/3] refs/files: use heuristics "
  ` [PATCH v2 1/3] wrapper: introduce `log2u()`
  ` [PATCH v2 2/3] t0601: merge tests for auto-packing of refs
  ` [PATCH v2 3/3] refs/files: use heuristic to decide whether to repack with `--auto`

[ANNOUNCE] Outreachy mentor sign-up deadline is Wednesday September 11th at 4pm UTC
 2024-09-05  9:50 UTC 

`git remote set-branches (without --add) <name> <branch>…​` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist
 2024-09-05  9:07 UTC  (2+ messages)
` `git remote set-branches (without --add) <name> <branch>… ` "

[PATCH] git gui: add directly calling merge tool from gitconfig
 2024-09-05  8:09 UTC  (4+ messages)
` [PATCH v2] "
    ` AW: "

git log alias with --all and --exclude
 2024-09-05  5:23 UTC  (6+ messages)

`git fetch <remote> <refspec>…` <refspec (without dst)>s are mapped by other <refspec (with dst)> resulting in extra remote tracking branches
 2024-09-05  4:38 UTC 

`git fetch --refmap=<refspec>… <repository> <refspec>…​` providing NON-empty <refspec> to the --refmap ALSO causes Git to ignore the configured refspecs
 2024-09-04 23:52 UTC  (8+ messages)
` `git fetch --refmap=<refspec>… <repository> <refspec>… ` "

[RFC PATCH 6/6] contrib/cgit-rs: add a subset of configset wrappers
 2024-09-04 21:29 UTC  (7+ messages)

Problem: git Notes not discoverable (+proposed solutions)
 2024-09-04 20:03 UTC  (7+ messages)

[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-09-04 18:20 UTC  (8+ messages)
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`

Improvement: `git-maintenance` to allow configuring of remotes to fetch
 2024-09-04 18:10 UTC  (8+ messages)

[PATCH v3 0/2] Mark 'git cat-file' sparse-index compatible
 2024-09-04 16:35 UTC  (6+ messages)
` [PATCH v4 0/2] builtin/cat-file: mark "
  ` [PATCH v4 1/2] t1092: allow run_on_* functions to use standard input
  ` [PATCH v4 2/2] builtin/cat-file: mark 'git cat-file' sparse-index compatible

[filter-repo PATCH]: add --callbacks option to load many callbacks from one file
 2024-09-04 15:13 UTC  (3+ messages)

[GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
 2024-09-04 15:01 UTC  (4+ messages)
` [PATCH v4] "

Ask for feature on git
 2024-09-04 14:55 UTC  (4+ messages)

[RFC PATCH 0/3] Introduce clar testing framework
 2024-09-04 14:35 UTC  (34+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
` [PATCH v7 00/14] Introduce clar testing framework
  ` [PATCH v7 02/14] t: import the clar unit "
  ` [PATCH v7 11/14] t/unit-tests: implement test driver
` [PATCH v8 00/14] Introduce clar testing framework
  ` [PATCH v8 01/14] t: do not pass GIT_TEST_OPTS to unit tests with prove
  ` [PATCH v8 02/14] t: import the clar unit testing framework
  ` [PATCH v8 03/14] t/clar: fix compatibility with NonStop
  ` [PATCH v8 04/14] clar: avoid compile error with mingw-w64
  ` [PATCH v8 05/14] clar(win32): avoid compile error due to unused `fs_copy()`
  ` [PATCH v8 06/14] clar: stop including `shellapi.h` unnecessarily
  ` [PATCH v8 07/14] Makefile: fix sparse dependency on GENERATED_H
  ` [PATCH v8 08/14] Makefile: make hdr-check depend on generated headers
  ` [PATCH v8 09/14] Makefile: do not use sparse on third-party sources
  ` [PATCH v8 10/14] Makefile: wire up the clar unit testing framework
  ` [PATCH v8 11/14] t/unit-tests: implement test driver
  ` [PATCH v8 12/14] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v8 13/14] t/unit-tests: convert ctype "
  ` [PATCH v8 14/14] clar: add CMake support

What's cooking in git.git (Sep 2024, #01; Tue, 3)
 2024-09-04 13:38 UTC  (3+ messages)

`git merge --no-overwrite-ignore` overwrites ignored files when merge (i.e. not fast-forward)
 2024-09-04 11:03 UTC  (3+ messages)

[PATCH 00/21] environment: guard reliance on `the_repository`
 2024-09-04  7:14 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit


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