git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-03 10:06:11 to 2021-07-06 18:10:43 UTC [more...]

[PATCH] refs: ref_iterator_peel returns boolean, rather than peel_status
 2021-07-06 18:09 UTC  (5+ messages)
` [PATCH v2] refs: make explicit that ref_iterator_peel returns boolean

[PATCH] fetch: Fix segfault on pull --set-upstream outside a branch
 2021-07-06 18:03 UTC  (3+ messages)

[PATCH] Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-06 17:55 UTC  (8+ messages)

[PATCH] docs: .gitignore in parents is current repo only
 2021-07-06 16:18 UTC  (6+ messages)

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

[PATCH] commit: remove irrelavent prompt on `--allow-empty-message`
 2021-07-06 15:44 UTC  (2+ messages)

[PATCH 0/5] Default aliases
 2021-07-06 15:27 UTC  (8+ messages)
` [PATCH 5/5] config: add default aliases

[PATCH RFC] rebase: respect --ff-only option
 2021-07-06 14:43 UTC  (13+ messages)

What's cooking in git.git (Jun 2021, #07; Wed, 30)
 2021-07-06 13:46 UTC  (5+ messages)

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-07-06 14:27 UTC  (22+ 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
  ` [PATCH v3 0/5] refs: cleanup errno sideband ref related functions
    ` [PATCH v3 1/5] refs: remove EINVAL errno output from specification of read_raw_ref_fn
    ` [PATCH v3 2/5] refs/files-backend: stop setting errno from lock_ref_oid_basic
    ` [PATCH v3 3/5] refs: make errno output explicit for read_raw_ref_fn
    ` [PATCH v3 4/5] refs: add failure_errno to refs_read_raw_ref() signature
    ` [PATCH v3 5/5] refs: make errno output explicit for refs_resolve_ref_unsafe

Applying a patch with a diff header in its commit message
 2021-07-06 14:37 UTC  (4+ messages)

bug in "git fsck"?
 2021-07-06 14:25 UTC  (11+ messages)
    ` Antw: [EXT] "

[PATCH v6 0/3] maintenance: add support for systemd timers on Linux
 2021-07-06 13:18 UTC  (3+ messages)
` [PATCH v7 "

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-06 13:12 UTC  (16+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [PATCH v3 14/34] fsmonitor--daemon: implement 'start' command

[PATCH] worktree: teach `add` to accept --reason <string> with --lock
 2021-07-06  6:19 UTC  (2+ messages)

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

[GSoC] Git Blog 7
 2021-07-05 19:09 UTC  (2+ messages)

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

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

[PATCH 0/5] serve: add "configure" callback
 2021-07-05 14:00 UTC  (9+ 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 "

[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  (14+ messages)
` [PATCH 08/15] [GSOC] ref-filter: add cat_file_mode in struct ref_format
` [PATCH 12/15] [GSOC] cat-file: reuse ref-filter logic

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

[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 "

[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


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