git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-09 13:23:43 to 2023-03-13 22:41:50 UTC [more...]

[PATCH v1 0/7] t: fix unused files, part 1
 2023-03-13 22:41 UTC  (13+ messages)
` [PATCH v1 1/7] t1005: assert output of ls-files
` [PATCH v1 1/1] t1507: assert output of rev-parse
` [PATCH v1 2/7] t1006: assert error output of cat-file
` [PATCH v1 3/7] t1010: assert empty output of mktree
` [PATCH v1 4/7] t1302: don't create unused file
` [PATCH v1 5/7] t1400: assert output of update-ref
` [PATCH v1 6/7] t1404: don't create unused file
` [PATCH v1 7/7] t1507: assert output of rev-parse

public-inbox.org/git to be downgraded
 2023-03-13 22:04 UTC  (2+ messages)

[PATCH 0/8] ahead-behind: new builtin for counting multiple commit ranges
 2023-03-13 21:10 UTC  (24+ messages)
` [PATCH 7/8] ahead-behind: implement ahead_behind() logic
` [PATCH v2 0/8] ref-filter: ahead/behind counting, faster --merged option
  ` [PATCH v2 1/8] for-each-ref: add --stdin option
  ` [PATCH v2 2/8] for-each-ref: explicitly test no matches
  ` [PATCH v2 3/8] commit-graph: combine generation computations
  ` [PATCH v2 4/8] commit-graph: return generation from memory
  ` [PATCH v2 5/8] commit-graph: introduce `ensure_generations_valid()`
  ` [PATCH v2 6/8] commit-reach: implement ahead_behind() logic
  ` [PATCH v2 7/8] for-each-ref: add ahead-behind format atom
  ` [PATCH v2 8/8] commit-reach: add tips_reachable_from_bases()

[ANNOUNCE] Git v2.40.0
 2023-03-13 20:28 UTC  (2+ messages)

Better suggestions when git-am(1) fails
 2023-03-13 19:54 UTC  (24+ messages)
    ` [PATCH 3/5] diff: add --default-prefix option
    ` [PATCH 4/5] format-patch: do not respect diff.noprefix
    ` [PATCH 5/5] format-patch: add format.noprefix option

[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-03-13 19:46 UTC  (21+ messages)
` [PATCH v5 0/3] rebase: add a config option for --rebase-merges
  ` [PATCH v5 3/3] "
  ` [PATCH v6 0/3] rebase: document, clean up, and introduce "
    ` [PATCH v6 3/3] rebase: add "
    ` [PATCH v7 0/3] rebase: document, clean up, and introduce "
      ` [PATCH v7 1/3] rebase: add documentation and test for --no-rebase-merges
      ` [PATCH v7 2/3] rebase: deprecate --rebase-merges=""
      ` [PATCH v7 3/3] rebase: add a config option for --rebase-merges

[PATCH] index-pack: remove fetch_if_missing=0
 2023-03-13 19:18 UTC  (14+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

'git commit --amend --no-edit --date {date}' sets wrong date when the summer daylight saving time is on
 2023-03-13 19:17 UTC  (2+ messages)

What's cooking in git.git (Mar 2023, #03; Mon, 13)
 2023-03-13 18:28 UTC 

A note from the maintainer
 2023-03-13 18:02 UTC 

[PATCH] Add `restore.defaultLocation` option
 2023-03-13 18:02 UTC  (3+ messages)

How to mirror and augment a git repository
 2023-03-13 16:30 UTC  (8+ messages)

git rebase issue
 2023-03-13 12:58 UTC  (2+ messages)

Git fetch slow on local repository with 600k refs
 2023-03-13 11:54 UTC 

Track git blame through two unrelated histories
 2023-03-13 11:49 UTC  (4+ messages)

[PATCH] test: encoding: simplify BOM addition
 2023-03-13  5:04 UTC 

[PATCH 0/2] test: framework API cleanup
 2023-03-13  5:01 UTC  (3+ messages)
` [PATCH 1/2] test: relocate test_expect_{success,failure}
` [PATCH 2/2] test: relocate yes

git alias for log with format - how to support --no-decorate?
 2023-03-13  1:08 UTC 

Bug in git archive + .gitattributes + relative path
 2023-03-12 21:25 UTC  (11+ messages)

[PATCH 0/5] perf: fixes and cleanups
 2023-03-12 20:08 UTC  (6+ messages)
` [PATCH 1/5] perf: sparse: remove grep --sparse option
` [PATCH 2/5] perf: grep: fix prereqs
` [PATCH 3/5] perf: grep: don't check PRCE twice
` [PATCH 4/5] perf: grep: avoid unused prereq
` [PATCH 5/5] perf: aggregate: check if subtest exists

[RFC PATCH] hooks--pre-push.sample: identify branch point
 2023-03-12 18:14 UTC  (5+ messages)

[GIT PULL] l10n updates for 2.40.0 round 1
 2023-03-12 12:44 UTC 

[PATCH] ls-files: document that pathspecs are supported
 2023-03-12 11:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 1/1] ref-filter: add new "signature" atom
 2023-03-11 21:06 UTC  (3+ messages)
` [PATCH v5 0/1] "
  ` [PATCH v5 1/1] "

What's cooking in git.git (Mar 2023, #02; Tue, 7)
 2023-03-11 20:38 UTC  (4+ messages)
` rj/bisect-already-used-branch (was Re: What's cooking in git.git (Mar 2023, #02; Tue, 7))
` rj/branch-unborn-in-other-worktrees (was "

[RFC PATCH 0/3] Support for tail (branch point) experiment
 2023-03-11  3:26 UTC  (6+ messages)
` [RFC PATCH 1/3] branch: add new 'tail' concept
` [RFC PATCH 2/3] sha1-name: add @{tail} helpers
` [RFC PATCH 3/3] rebase: update branch tail after rebasing

[PATCH v2] object-file: reprepare alternates when necessary
 2023-03-11  3:09 UTC  (4+ messages)

[PATCH v2 0/2] test: cleanups of aggregate-results.sh
 2023-03-10 21:51 UTC  (5+ messages)
` [PATCH v2 1/2] test: simplify counts aggregation
` [PATCH v2 2/2] test: don't print aggregate-results command

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-03-10 21:47 UTC  (17+ messages)
  ` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))

[PATCH v3 0/2] diff-files: integrate with sparse index
 2023-03-10 18:23 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] t1092: add tests for `git diff-files`
  ` [PATCH v5 0/2] diff-files: integrate with sparse index
    ` [PATCH v5 1/2] t1092: add tests for `git diff-files`
    ` [PATCH v5 2/2] diff-files: integrate with sparse index

[PATCH v2] index-pack: remove fetch_if_missing=0
 2023-03-10 18:20 UTC 

When exactly should REBASE_HEAD exist?
 2023-03-10 17:42 UTC  (14+ messages)

[PATCH] ls-files: fix "--format" output of relative paths
 2023-03-10 17:39 UTC  (3+ messages)

[PATCH RESEND 0/2] status: improve info for detached HEAD
 2023-03-10 16:25 UTC  (4+ messages)
` [PATCH RESEND 2/2] status: improve info for detached HEAD after clone

[PATCH] receive-pack: fix stale packfile locks when dying
 2023-03-10 13:20 UTC  (11+ messages)
` [PATCH v2] "

GSoC 2023
 2023-03-10 12:38 UTC  (6+ messages)

A nice, beauty progress metter for Git Clone + a feature request
 2023-03-10 11:37 UTC 

[ANNOUNCE] Git v2.40.0-rc2
 2023-03-10  9:29 UTC  (5+ messages)
` 'BUG' in builtin add -p (was :Re: [ANNOUNCE] Git v2.40.0-rc2)
  ` [PATCH] add-patch: handle "* Unmerged path" lines

Fetching everything in another bare repo
 2023-03-10  9:04 UTC  (7+ messages)

git rev-list fails to verify ssh-signed commits (but git log works)
 2023-03-10  9:01 UTC  (13+ messages)
      ` [PATCH] gpg-interface: lazily initialize and read the configuration
            ` [PATCH v2] "

[GSoC23] Working on project Idea from SOC 2011
 2023-03-10  5:46 UTC  (5+ messages)

[PATCH] sequencer: change amend advice to an actual advice
 2023-03-10  1:47 UTC 

[PATCH 0/2] advice: add diverging advice
 2023-03-09 23:44 UTC  (3+ messages)

Feature Request - Better i18n support
 2023-03-09 23:12 UTC  (6+ messages)

[PATCH 0/2] builtin/sparse-checkout: add check-rules command
 2023-03-09 22:19 UTC  (6+ messages)
` [PATCH 1/2] builtin/sparse-checkout: remove NEED_WORK_TREE flag

[PATCH] fetch: pass --no-write-fetch-head to subprocesses
 2023-03-09 21:32 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v6 0/9] config API: make "multi" safe, fix segfaults, propagate "ret"
 2023-03-09 20:46 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/9] config API: add and use a "git_config_get()" family of functions
  ` [PATCH v7 5/9] config API: have *_multi() return an "int" and take a "dest"

Let us not call it git blame
 2023-03-09 20:28 UTC  (2+ messages)

git diff without intermediate commits
 2023-03-09 17:13 UTC  (3+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).