git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-02 14:15:47 to 2021-07-05 16:10:02 UTC [more...]

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-07-05 16:09 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v2 3/8] refs: make errno output explicit for read_raw_ref_fn
  ` [PATCH v2 8/8] refs: explicitly propagate errno from refs_read_raw_ref

git pull --set-upstream segfaults on branchless repo
 2021-07-05 15:46 UTC 

[PATCH RFC] rebase: respect --ff-only option
 2021-07-05 15:29 UTC  (8+ messages)

Blog post: git update: the odyssey for a sensible git pull
 2021-07-05 15:28 UTC 

bug in "git fsck"?
 2021-07-05 14:44 UTC  (8+ messages)
    ` Antw: [EXT] "

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-07-05 14:09 UTC  (11+ messages)
` [PATCH 4/7] commit-graph: fix bogus counter in "Scanning merged commits" progress line

[PATCH 0/5] Default aliases
 2021-07-05 14:02 UTC  (30+ messages)
` [PATCH 5/5] config: add default aliases

[PATCH 0/5] serve: add "configure" callback
 2021-07-05 14:00 UTC  (12+ messages)
` [PATCH v2 0/8] serve: add "startup_config" callback
  ` [PATCH v2 6/8] serve.c: add trace2 regions for advertise & command
  ` [PATCH v2 7/8] serve: add support for a "startup" git_config() callback
  ` [PATCH v2 8/8] upload-pack.c: convert to new serve.c "startup" config cb

[PATCH 0/6] ci: speed-up the Windows parts of our GitHub workflow
 2021-07-05 12:44 UTC  (27+ messages)
` [PATCH 5/6] ci(vs-build): build with NO_GETTEXT
` [PATCH v2 0/7] ci: speed-up the Windows parts of our GitHub workflow
  ` [PATCH v2 1/7] ci: use the new GitHub Action to download git-sdk-64-minimal
  ` [PATCH v2 2/7] ci (vs-build): use `cmd` to copy the DLLs, not `powershell`
  ` [PATCH v2 3/7] ci: upgrade to using actions/{up,down}load-artifacts v2
  ` [PATCH v2 4/7] ci(windows): transfer also the Git-tracked files to the test jobs
  ` [PATCH v2 5/7] artifacts-tar: respect NO_GETTEXT
  ` [PATCH v2 6/7] ci(vs-build): build with NO_GETTEXT
  ` [PATCH v2 7/7] ci: accelerate the checkout
  ` [PATCH v3 0/7] ci: speed-up the Windows parts of our GitHub workflow
    ` [PATCH v3 1/7] ci: use the new GitHub Action to download git-sdk-64-minimal
    ` [PATCH v3 2/7] ci (vs-build): use `cmd` to copy the DLLs, not `powershell`
    ` [PATCH v3 3/7] ci: upgrade to using actions/{up,down}load-artifacts v2
    ` [PATCH v3 4/7] ci(windows): transfer also the Git-tracked files to the test jobs
    ` [PATCH v3 5/7] artifacts-tar: respect NO_GETTEXT
    ` [PATCH v3 6/7] ci(vs-build): build with NO_GETTEXT
    ` [PATCH v3 7/7] ci: accelerate the checkout

[RFC PATCH 00/35] git update: fix broken git pull
 2021-07-05 12:32 UTC  (36+ messages)
` [RFC PATCH 01/35] merge: improve fatal fast-forward message
` [RFC PATCH 02/35] merge: split cmd_merge()
` [RFC PATCH 03/35] fast-forward: add new builtin
` [RFC PATCH 04/35] doc: fast-forward: explain what it is
` [RFC PATCH 05/35] fast-forward: add advice for novices
` [RFC PATCH 06/35] fast-forward: make the advise configurable
` [RFC PATCH 07/35] fast-forward: add help about merge vs. rebase
` [RFC PATCH 08/35] update: new built-in
` [RFC PATCH 09/35] update: add options and usage skeleton
` [RFC PATCH 10/35] update: add --ff option
` [RFC PATCH 11/35] update: add --merge mode
` [RFC PATCH 12/35] commit: support for multiple MERGE_MODE
` [RFC PATCH 13/35] merge: add --reverse-parents option
` [RFC PATCH 14/35] update: reverse the order of parents
` [RFC PATCH 15/35] update: fake a reverse order of parents in message
` [RFC PATCH 16/35] update: add --rebase mode
` [RFC PATCH 17/35] update: add mode configuation
` [RFC PATCH 18/35] update: add per-branch mode configuration
` [RFC PATCH 19/35] pull: cleanup autostash check
` [RFC PATCH 20/35] pull: trivial cleanup
` [RFC PATCH 21/35] pull: trivial whitespace style fix
` [RFC PATCH 22/35] pull: introduce --merge option
` [RFC PATCH 23/35] rebase: add REBASE_DEFAULT
` [RFC PATCH 24/35] pull: move configuration fetches
` [RFC PATCH 25/35] pull: show warning with --ff options
` [RFC PATCH 26/35] pull: add pull.mode
` [RFC PATCH 27/35] pull: add per-branch mode configuration
` [RFC PATCH 28/35] pull: add pull.mode=fast-forward
` [RFC PATCH 29/35] pull: reorganize mode conditionals
` [RFC PATCH 30/35] pull: add diverging advice on fast-forward mode
` [RFC PATCH 31/35] pull: improve --rebase and pull.rebase interaction
` [RFC PATCH 32/35] pull: improve default warning
` [RFC PATCH 33/35] pull: advice of future changes
` [RFC PATCH 34/35] FUTURE: pull: enable ff-only mode by default
` [RFC PATCH 35/35] !fixup "

What's cooking in git.git (Jun 2021, #07; Wed, 30)
 2021-07-05 12:02 UTC  (8+ messages)

[GSoC] My Git Dev Blog — Week 7
 2021-07-05  7:53 UTC  (2+ messages)

[PATCH 00/15] [GSOC] cat-file: reuse ref-filter logic
 2021-07-05  7:18 UTC  (28+ messages)
` [PATCH 02/15] [GSOC] ref-filter: add %(raw) atom
` [PATCH 03/15] [GSOC] ref-filter: --format=%(raw) re-support --perl
` [PATCH 08/15] [GSOC] ref-filter: add cat_file_mode in struct ref_format
` [PATCH 10/15] [GSOC] cat-file: add has_object_file() check
` [PATCH 12/15] [GSOC] cat-file: reuse ref-filter logic
` [PATCH 14/15] [GSOC] cat-file: re-implement --textconv, --filters options

[PATCH] help: convert git_cmd to page in one place
 2021-07-05  6:15 UTC  (3+ messages)
` [PATCH resend] "

[L10N] l10n: fixed tripple-letter typos
 2021-07-05  1:55 UTC  (6+ messages)
` [L10N] fixed mismatched variable names
  ` [PATCH] [l10n] po/id.po: fix "

The git spring cleanup challenge completion
 2021-07-04 20:47 UTC  (8+ messages)

[GSoC] Git Blog 7
 2021-07-04 14:42 UTC 

[PATCH] khash: clarify that allocations never fail
 2021-07-04 10:11 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 0/5] optimizations for many odb alternates
 2021-07-04  9:32 UTC  (7+ messages)
` [PATCH v2 1/5] speed up alt_odb_usable() with many alternates
` [PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache

Logical bug during MERGE or REBASE
 2021-07-04  6:30 UTC  (6+ messages)

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-07-04  5:56 UTC  (6+ messages)
` [PATCH v5 0/3] new test-libs-function: test_stdout_line_count
  ` [PATCH v5 1/3] test-lib-functions: introduce test_stdout_line_count
  ` [PATCH v5 2/3] t6400: preserve git ls-files exit status code
  ` [PATCH v5 3/3] t6402: preserve git "

Why the Makefile is so eager to re-build & re-link
 2021-07-03 18:56 UTC  (7+ messages)
` [PATCH] Documentation/Makefile: don't re-build on 'git version' changes

[PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag
 2021-07-03 18:42 UTC  (17+ messages)

Using .gitignore symbolic links?
 2021-07-03 17:29 UTC  (3+ messages)

[PATCH v3 0/3]
 2021-07-03 11:28 UTC  (4+ messages)
` [PATCH v4 0/3] bundle.c: remove "ref_list" in favor of string-list.c API

INVESTMENT OPPORTUNITY,
 2021-07-02  4:04 UTC 

[PATCH] docs: .gitignore in parents is current repo only
 2021-07-03  0:21 UTC  (3+ messages)

[PATCH v2 00/30] Minimal restart of "config-based-hooks"
 2021-07-02 23:47 UTC  (4+ messages)
` [PATCH 00/27] Base for "config-based-hooks"
  ` [PATCH 07/27] git hook run: add an --ignore-missing flag

The git spring cleanup challenge
 2021-07-02 21:54 UTC  (11+ messages)

[PATCH v2 0/3] Speed up connectivity checks via bitmaps
 2021-07-02 21:21 UTC  (9+ messages)
` [PATCH v2 3/3] connected: implement connectivity check using bitmaps

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-02 19:06 UTC  (6+ messages)
` [PATCH v3 00/34] "

[PATCH v6 0/3] maintenance: add support for systemd timers on Linux
 2021-07-02 18:18 UTC  (6+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] cache.h: Introduce a generic "xdg_config_home_for(…)" function
  ` [PATCH v7 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`
  ` [PATCH v7 3/3] maintenance: add support for systemd timers on Linux

Should we do something with #git-devel on Freenode?
 2021-07-02 15:23 UTC  (7+ messages)

[PATCH v4 0/3] bundle doc: generalize & elaborate
 2021-07-02 15:10 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] bundle doc: elaborate on object prerequisites

[PATCH v5 0/3] add support for systemd timers on Linux
 2021-07-02 15:04 UTC  (4+ messages)
` [PATCH v6 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`


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