git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-01 14:48:09 to 2021-07-03 11:28:51 UTC [more...]

[PATCH v2 0/3] bundle.c: remove "ref_list" in favor of string-list.c API
 2021-07-03 11:28 UTC  (12+ messages)
` [PATCH v3 0/3]
  ` [PATCH v3 1/3] bundle cmd: stop leaking memory from parse_options_cmd_bundle()
  ` [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

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

[L10N] l10n: fixed tripple-letter typos
 2021-07-03 11:18 UTC  (2+ messages)
` [L10N] fixed mismatched variable names

[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] khash: clarify that allocations never fail
 2021-07-03 10:44 UTC  (3+ messages)

[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

[PATCH 00/15] [GSOC] cat-file: reuse ref-filter logic
 2021-07-03  6:17 UTC  (33+ 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

The git spring cleanup challenge completion
 2021-07-03  5:53 UTC  (2+ messages)

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 

Why the Makefile is so eager to re-build & re-link
 2021-07-03  1:05 UTC  (4+ 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  0:41 UTC  (15+ messages)

[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  (53+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [PATCH v3 03/34] fsmonitor--daemon: update fsmonitor documentation
  ` [PATCH v3 04/34] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
  ` [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 13/34] fsmonitor--daemon: implement 'run' command
  ` [PATCH v3 14/34] fsmonitor--daemon: implement 'start' command
  ` [PATCH v3 15/34] fsmonitor: do not try to operate on bare repos
  ` [PATCH v3 16/34] fsmonitor--daemon: add pathname classification
  ` [PATCH v3 17/34] fsmonitor--daemon: define token-ids
  ` [PATCH v3 18/34] fsmonitor--daemon: create token-based changed path cache
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v3 20/34] fsmonitor-fs-listen-macos: add macos header files for FSEvent
  ` [PATCH v3 21/34] fsmonitor-fs-listen-macos: implement FSEvent listener on MacOS
  ` [PATCH v3 22/34] fsmonitor--daemon: implement handle_client callback
  ` [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 26/34] t/perf/p7519: add fsmonitor--daemon test cases
  ` [PATCH v3 27/34] t7527: create test for fsmonitor--daemon
  ` [PATCH v3 28/34] fsmonitor--daemon: periodically truncate list of modified files
  ` [PATCH v3 29/34] fsmonitor--daemon: use a cookie file to sync with file system
  ` [PATCH v3 30/34] fsmonitor: enhance existing comments
  ` [PATCH v3 31/34] fsmonitor: force update index after large responses
  ` [PATCH v3 32/34] t7527: test status with untracked-cache and fsmonitor--daemon
  ` [PATCH v3 33/34] fsmonitor: handle shortname for .git
  ` [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

bug in "git fsck"?
 2021-07-02 18:15 UTC  (2+ messages)

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  (9+ 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

[PATCH 0/6] ci: speed-up the Windows parts of our GitHub workflow
 2021-07-01 22:03 UTC  (2+ messages)

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


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