git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-01 15:56:49 to 2021-07-04 00:45:09 UTC [more...]

The git spring cleanup challenge completion
 2021-07-04  0:45 UTC  (6+ messages)

[PATCH 0/6] ci: speed-up the Windows parts of our GitHub workflow
 2021-07-03 21:26 UTC  (10+ messages)
` [PATCH v2 0/7] "
  ` [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

bug in "git fsck"?
 2021-07-03 20:03 UTC  (3+ messages)

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)

[L10N] l10n: fixed tripple-letter typos
 2021-07-03 14:33 UTC  (5+ messages)
` [L10N] fixed mismatched variable names

[PATCH 00/15] [GSOC] cat-file: reuse ref-filter logic
 2021-07-03 14:17 UTC  (36+ messages)
` [PATCH 01/15] [GSOC] ref-filter: add obj-type check in grab contents
` [PATCH 02/15] [GSOC] ref-filter: add %(raw) atom
` [PATCH 03/15] [GSOC] ref-filter: --format=%(raw) re-support --perl
` [PATCH 04/15] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
` [PATCH 05/15] [GSOC] ref-filter: add %(rest) atom
` [PATCH 06/15] [GSOC] ref-filter: pass get_object() return value to their callers
` [PATCH 07/15] [GSOC] ref-filter: introduce free_ref_array_item_value() function
` [PATCH 08/15] [GSOC] ref-filter: add cat_file_mode in struct ref_format
` [PATCH 09/15] [GSOC] ref-filter: modify the error message and value in get_object
` [PATCH 10/15] [GSOC] cat-file: add has_object_file() check
` [PATCH 11/15] [GSOC] cat-file: change batch_objects parameter name
` [PATCH 12/15] [GSOC] cat-file: reuse ref-filter logic
` [PATCH 13/15] [GSOC] cat-file: reuse err buf in batch_object_write()
` [PATCH 14/15] [GSOC] cat-file: re-implement --textconv, --filters options
` [PATCH 15/15] [GSOC] ref-filter: remove grab_oid() function

[PATCH] khash: clarify that allocations never fail
 2021-07-03 13:05 UTC  (8+ messages)
` [PATCH v2] "

Logical bug during MERGE or REBASE
 2021-07-03 11:03 UTC  (4+ messages)

[PATCH v3 0/3]
 2021-07-03 11:28 UTC  (7+ messages)
` [PATCH v4 0/3] bundle.c: remove "ref_list" in favor of string-list.c API
  ` [PATCH v4 1/3] bundle cmd: stop leaking memory from parse_options_cmd_bundle()
  ` [PATCH v4 2/3] bundle.c: use a temporary variable for OIDs and names
  ` [PATCH v4 3/3] bundle: remove "ref_list" in favor of string-list.c API

[PATCH 0/5] Default aliases
 2021-07-03 10:50 UTC  (36+ messages)
` [PATCH 1/5] test: add missing whitespaces
` [PATCH 2/5] config: trivial style fix
` [PATCH 3/5] config: trivial struct initialization cleanup
` [PATCH 4/5] config: initialize origin_type correctly
` [PATCH 5/5] config: add default aliases

[PATCH 0/5] optimizations for many odb alternates
 2021-07-03 10:05 UTC  (3+ messages)
` [PATCH v2 1/5] speed up alt_odb_usable() with many alternates

What's cooking in git.git (Jun 2021, #07; Wed, 30)
 2021-07-03  5:04 UTC  (8+ messages)

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 0/5] serve: add "configure" callback
 2021-07-02 21:13 UTC  (10+ 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 00/28] Builtin FSMonitor Feature
 2021-07-02 19:06 UTC  (40+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [PATCH v3 03/34] fsmonitor--daemon: update fsmonitor documentation
  ` [PATCH v3 06/34] fsmonitor: config settings are repository-specific
  ` [PATCH v3 08/34] fsmonitor--daemon: add a built-in fsmonitor daemon
  ` [PATCH v3 10/34] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
  ` [PATCH v3 11/34] fsmonitor-fs-listen-win32: stub in backend for Windows
  ` [PATCH v3 12/34] fsmonitor-fs-listen-macos: stub in backend for MacOS
  ` [PATCH v3 14/34] fsmonitor--daemon: implement 'start' command
  ` [PATCH v3 15/34] fsmonitor: do not try to operate on bare repos
  ` [PATCH v3 17/34] fsmonitor--daemon: define token-ids
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v3 23/34] t/helper/test-touch: add helper to touch a series of files
  ` [PATCH v3 24/34] t/perf/p7519: speed up test using "test-tool touch"
  ` [PATCH v3 25/34] t/perf: avoid copying builtin fsmonitor files into test repo
  ` [PATCH v3 27/34] t7527: create test for fsmonitor--daemon
  ` [PATCH v3 29/34] fsmonitor--daemon: use a cookie file to sync with file system
  ` [PATCH v3 34/34] t7527: test FS event reporing on MacOS WRT case and Unicode

[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  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] bundle doc: rewrite the "DESCRIPTION" section
  ` [PATCH v5 2/3] bundle doc: elaborate on object prerequisites
  ` [PATCH v5 3/3] bundle doc: elaborate on rev<->ref restriction

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

Structured (ie: json) output for query commands?
 2021-07-02 13:13 UTC  (7+ messages)

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-07-01 22:51 UTC  (2+ messages)
` [PATCH v2] submodule: mark submodules with update=none as inactive

[PATCH 0/3] Makefile: "make tags" fixes & cleanup
 2021-07-01 22:25 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] Makefile: fix "cscope" target to refer to cscope.out

git log exclude pathspec from file - supported? plans?
 2021-07-01 21:43 UTC  (8+ messages)
        ` [PATCH 1/3] pathspec: add optional trie index
        ` [PATCH 2/3] pathspec: turn on tries when appropriate
        ` [PATCH 3/3] tree-diff: use pathspec tries

[PATCH 0/7] Optimization batch 14: trivial directory resolution
 2021-07-01 19:22 UTC  (4+ messages)

PATCH: improve git switch documentation
 2021-07-01 17:46 UTC  (10+ messages)

[PATCH 0/1] mingw: handle absolute paths in expand_user_path()
 2021-07-01 17:42 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] tests: exercise the RUNTIME_PREFIX feature
  ` [PATCH v2 2/2] expand_user_path(): support specifying paths relative to the runtime prefix

[PATCH 0/5] *.[ch]: don't duplicate *_init() and *_INIT logic
 2021-07-01 16:13 UTC  (6+ messages)
` [PATCH 1/5] *.h: move some *_INIT to designated initializers


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