git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[GSOC] Introduction
 2025-12-30 16:12 UTC 

[PATCH] diff: avoid segfault with freed entries
 2025-12-30 16:11 UTC  (3+ messages)

[PATCH] status: show default branch comparison when tracking non-default branch
 2025-12-30 16:08 UTC  (58+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] status: show comparison with upstream default branch
  ` [PATCH v2 2/2] Simplify default branch comparison logic
  ` [PATCH v3 0/3] status: show default branch comparison when tracking non-default branch
    ` [PATCH v3 1/3] status: show comparison with upstream default branch
    ` [PATCH v3 2/3] Simplify default branch comparison logic
    ` [PATCH v3 3/3] Use repo.settings.statusGoalBranch config for status comparison
    ` [PATCH v4 0/4] status: show default branch comparison when tracking non-default branch
      ` [PATCH v4 1/4] status: show comparison with upstream default branch
      ` [PATCH v4 2/4] Simplify default branch comparison logic
      ` [PATCH v4 3/4] Use repo.settings.statusGoalBranch config for status comparison
      ` [PATCH v4 4/4] Rename default_remote to goal_branch
      ` [PATCH v5 0/5] status: show default branch comparison when tracking non-default branch
        ` [PATCH v5 1/5] status: show comparison with upstream default branch
        ` [PATCH v5 2/5] Simplify default branch comparison logic
        ` [PATCH v5 3/5] Use repo.settings.statusGoalBranch config for status comparison
        ` [PATCH v5 4/5] Rename default_remote to goal_branch
        ` [PATCH v5 5/5] Add warning for malformed statusGoalBranch config
        ` [PATCH v6 0/6] status: show default branch comparison when tracking non-default branch
          ` [PATCH v6 1/6] status: show comparison with upstream default branch
          ` [PATCH v6 2/6] Simplify default branch comparison logic
          ` [PATCH v6 3/6] Use repo.settings.statusGoalBranch config for status comparison
          ` [PATCH v6 4/6] Rename default_remote to goal_branch
          ` [PATCH v6 5/6] Add warning for malformed statusGoalBranch config
          ` [PATCH v6 6/6] Change config key to status.compareBranch
          ` [PATCH v7] status: additional comparison with goal branch
            ` [PATCH v8] status: show comparison with configured "
              ` Code review?
                      ` Triangular workflows
              ` [PATCH v9 0/2] status: show comparison with configured goal branch
                ` [PATCH v9 1/2] "
                ` [PATCH v9 2/2] improve tests
                ` [PATCH v10 0/3] status: show additional comparison with push branch when different from tracking branch
                  ` [PATCH v10 1/3] status: show comparison with configured goal branch
                  ` [PATCH v10 2/3] improve tests
                  ` [PATCH v10 3/3] use pushRemote and tracking branch

[PATCH] merge-ort: fix corner case recursive submodule/directory conflict handling
 2025-12-30 16:04 UTC  (2+ messages)

[PATCH] fsmonitor: implement filesystem change listener for Linux
 2025-12-30 15:37 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/2] replay: die descriptively when invalid commit-ish
 2025-12-30 15:01 UTC  (19+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] t3650: add more regression tests for failure conditions
` [PATCH v2 0/5] replay: die descriptively when invalid commit-ish
  ` [PATCH v2 1/5] replay: remove dead code and rearrange
  ` [PATCH v2 2/5] replay: find *onto only after testing for ref name
  ` [PATCH v2 3/5] replay: die descriptively when invalid commit-ish is given
  ` [PATCH v2 4/5] replay: die if we cannot parse object
  ` [PATCH v2 5/5] t3650: add more regression tests for failure conditions

What's cooking in git.git (Dec 2025, #09)
 2025-12-30 14:43 UTC  (3+ messages)

[PATCH] fsmonitor: fix khash memory leak in do_handle_client
 2025-12-30 12:42 UTC 

Draft of Git Rev News edition 130
 2025-12-30 10:05 UTC 

[PATCH 0/4] doc: git-reset: clarify DESCRIPTION section
 2025-12-30  5:23 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] doc: git-reset: clarify `git reset <pathspec>`

[PATCH 0/5] Last preparations before upstreaming Git for Windows' symlink support
 2025-12-30  5:00 UTC  (6+ messages)
` [PATCH 4/5] strbuf_readlink(): support link targets that exceed PATH_MAX

How Does "git log --reverse" Work?
 2025-12-30  2:04 UTC  (2+ messages)

[PATCH] fsck: snapshot default refs before object walk
 2025-12-30  0:45 UTC  (2+ messages)

[PATCH] receive-pack: fix crash on out-of-namespace symref
 2025-12-30  0:37 UTC  (4+ messages)

[PATCH] show-branch: use prio_queue
 2025-12-29 20:01 UTC  (3+ messages)

[PATCH] [GSoC] t5403: use test_path_is_file instead of test -f
 2025-12-29 18:57 UTC 

[Gsoc] Early Introduction
 2025-12-29  9:43 UTC 

What's cooking in git.git (Dec 2025, #08)
 2025-12-29  8:37 UTC 

Git MSI Download Alternative
 2025-12-29  1:26 UTC  (2+ messages)

[PATCH 0/4] tag: stop using the_repository
 2025-12-28 18:10 UTC  (5+ messages)
` [PATCH 1/4] tag: use algo of repo parameter in parse_tag_buffer()
` [PATCH 2/4] tag: support arbitrary repositories in gpg_verify_tag()
` [PATCH 3/4] tag: support arbitrary repositories in parse_tag()
` [PATCH 4/4] tag: stop using the_repository

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-12-28 11:32 UTC  (14+ messages)
` [PATCH v6 00/11] "
  ` [PATCH v6 01/11] run-command: add first helper for pp child states
  ` [PATCH v6 02/11] run-command: add stdin callback for parallelization
  ` [PATCH v6 03/11] hook: provide stdin via callback
  ` [PATCH v6 04/11] hook: convert 'post-rewrite' hook in sequencer.c to hook API
  ` [PATCH v6 05/11] transport: convert pre-push "
  ` [PATCH v6 06/11] reference-transaction: use hook API instead of run-command
  ` [PATCH v6 07/11] hook: allow overriding the ungroup option
  ` [PATCH v6 08/11] run-command: allow capturing of collated output
  ` [PATCH v6 09/11] hooks: allow callers to capture output
  ` [PATCH v6 10/11] receive-pack: convert update hooks to new API
  ` [PATCH v6 11/11] receive-pack: convert receive hooks to hook API

Git destroys u+s and g+s directory modes
 2025-12-27 21:49 UTC  (8+ messages)

Metadata for merge conflicts during rebase (to aid rustc) and potential for better user experience?
 2025-12-27 18:22 UTC  (4+ messages)

Introduction and early interest - Ayush Jain
 2025-12-27 10:18 UTC  (3+ messages)

Introduction and interest in Git - Deveshi Dwivedi
 2025-12-27 10:10 UTC  (2+ messages)

[GSoC] Introduction
 2025-12-27 10:07 UTC  (2+ messages)

[PATCH] config: use git_parse_int() in git_config_get_expiry_in_days()
 2025-12-27  9:29 UTC 

[PATCH v2] lockfile: add PID file for debugging stale locks
 2025-12-27  7:50 UTC  (4+ messages)
` [PATCH v3] "

Possible regression: lost diagnostic message when pushing non-commit objects to refs/heads/*
 2025-12-27  7:44 UTC  (6+ messages)

Slow git pack-refs --all
 2025-12-27  7:36 UTC  (5+ messages)

[Bug] Git subtree regression
 2025-12-26 19:58 UTC 

[Bug] With "[remotes] group = a b c", "git push group" does not work
 2025-12-26 18:57 UTC  (2+ messages)

Why git branch --show-current ignores -v?
 2025-12-26 15:43 UTC  (6+ messages)
    ` [PATCH] branch: Remove unnecessary verbose flag

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2025-12-26 13:33 UTC  (5+ messages)
` [PATCH 5/9] doc: fetch: document `--filter=<filter-spec>` option
` [PATCH 8/9] promisor-remote: keep advertised filter in memory
` [PATCH 9/9] fetch-pack: wire up and enable auto filter logic

[PATCH] refs: dereference the value of the required pointer
 2025-12-25 21:23 UTC  (3+ messages)

I'm being hacked
 2025-12-25  0:00 UTC 

[BUG] git restore: typo in error message "could not resolve ource"
 2025-12-24 23:43 UTC  (3+ messages)
` [PATCH] checkout: quote invalid treeish in error message

[PATCH 00/14] export and use commit_stack
 2025-12-24 17:03 UTC  (15+ messages)
` [PATCH 01/14] revision: export commit_stack
` [PATCH 02/14] log: use commit_stack
` [PATCH 03/14] midx: "
` [PATCH 04/14] name-rev: "
` [PATCH 05/14] remote: use commit_stack for local_commits
` [PATCH 06/14] remote: use commit_stack for sent_tips
` [PATCH 07/14] remote: use commit_stack for src_commits
` [PATCH 08/14] test-reach: use commit_stack
` [PATCH 09/14] commit: add commit_stack_init()
` [PATCH 10/14] pack-bitmap-write: use commit_stack
` [PATCH 11/14] shallow: "
` [PATCH 12/14] commit: add commit_stack_grow()
` [PATCH 13/14] commit-graph: use commit_stack
` [PATCH 14/14] commit-reach: "

Vyplnený formulár DG ORG.1
 2025-12-24 13:21 UTC 

t3900 failure on macOS, iconv(3) broken?
 2025-12-24  8:03 UTC  (4+ messages)
` [PATCH v4 0/2] macOS: use iconv from Homebrew if needed and present
  ` [PATCH v4 1/2] macOS: make Homebrew use configurable
  ` [PATCH v4 2/2] macOS: use iconv from Homebrew if needed and present

[PATCH 0/2] Fix shallow clone with ref-in-want enabled
 2025-12-24  0:35 UTC  (3+ messages)
` [PATCH 1/2] upload-pack: send shallow-info before wanted-refs in protocol v2
` [PATCH 2/2] t5703: add test for shallow fetch with ref-in-want

[PATCH] ws: add new tab-between-non-ws check
 2025-12-24  0:31 UTC  (2+ messages)

Error in the manual
 2025-12-23 21:00 UTC  (2+ messages)

[PATCH] status: show default branch comparison when tracking non-default branch
 2025-12-23 14:22 UTC  (8+ messages)

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-12-23 13:35 UTC  (5+ messages)
` [PATCH v7 00/11] Add submodulePathConfig extension and gitdir encoding
  ` [PATCH v7 04/11] submodule: introduce extensions.submodulePathConfig


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