git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-03-30 22:07:31 to 2021-04-02 02:08:43 UTC [more...]

[PATCH v3] [GSOC]trailer: pass arg as positional parameter
 2021-04-02  2:08 UTC  (25+ messages)
` [PATCH v4] "
  ` [PATCH v5 0/2] "
    ` [PATCH v5 1/2] [GSOC] run-command: add shell_no_implicit_args option
    ` [PATCH v5 2/2] [GSOC]trailer: pass arg as positional parameter

How to mirror a directory of a repo?
 2021-04-02  0:49 UTC 

should git maintenance prefetch be taught to honor remote.fetch refspec?
 2021-04-01 22:25 UTC  (6+ messages)

[PATCH v4 00/29] tree-walk: mostly replace "mode" with "enum object_type"
 2021-04-01 20:49 UTC  (32+ messages)
` [PATCH v5 00/18] tree-walk.h: slimmed down
  ` [PATCH v5 01/18] cache.h: add a comment to object_type()
  ` [PATCH v5 02/18] merge-ort: correct reference to test in 62fdec17a11
  ` [PATCH v5 03/18] cache.h: have base_name_compare() take "is tree?", not "mode"
  ` [PATCH v5 04/18] fast-import tests: test for sorting dir/file foo v.s. foo.txt
  ` [PATCH v5 05/18] mktree tests: test that "mode" is passed when sorting
  ` [PATCH v5 06/18] diff "
  ` [PATCH v5 07/18] merge-tree tests: test for the mode comparison in same_entry()
  ` [PATCH v5 08/18] blame: emit a better error on 'git blame directory'
  ` [PATCH v5 09/18] notes & match-trees: use name_entry's "pathlen" member
  ` [PATCH v5 10/18] tree-walk.h users: use temporary variable(s) for "mode"
  ` [PATCH v5 11/18] match-trees: use "tmp" for mode in shift_tree_by()
  ` [PATCH v5 12/18] tree.h: format argument lists of read_tree() users
  ` [PATCH v5 13/18] tree-walk.h API: formatting changes for subsequent commit
  ` [PATCH v5 14/18] tree-walk.h API doc: improve documentation of get_tree_entry()
  ` [PATCH v5 15/18] tree-walk.h API: rename get_tree_entry() to get_tree_entry_mode()
  ` [PATCH v5 16/18] tree-walk.h API: add a get_tree_entry_path() function
  ` [PATCH v5 17/18] tree-walk.h API: document and format tree_entry_extract()
  ` [PATCH v5 18/18] tree-entry.h API: rename tree_entry_extract() to tree_entry_extract_mode()

[PATCH] hooks: propose repository owner configured hooks
 2021-04-01 20:02 UTC  (4+ messages)
` [PATCH v2] hooks: propose project "

[PATCH 0/7] improve reporting of unexpected objects
 2021-04-01 19:56 UTC  (25+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 10/10] tag: don't misreport type of tagged objects in errors
                ` [PATCH] ref-filter: fix NULL check for parse object failure
                  ` [PATCH v2 0/5] mktag tests & fix for-each-ref segfault
                    ` [PATCH v2 1/5] mktag tests: parse out options in helper
                    ` [PATCH v2 2/5] mktag tests: invert --no-strict test
                    ` [PATCH v2 3/5] mktag tests: do fsck on failure
                    ` [PATCH v2 4/5] mktag tests: test for maybe segfaulting for-each-ref
                    ` [PATCH v2 5/5] ref-filter: fix NULL check for parse object failure

[PATCH v8 00/37] config-based hooks
 2021-04-01 18:55 UTC  (7+ messages)
` [PATCH v8 35/37] git-send-email: use 'git hook run' for 'sendemail-validate'

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-04-01 15:41 UTC  (24+ messages)
` [PATCH 01/23] fsmonitor--daemon: man page and documentation
` [PATCH 02/23] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
` [PATCH 03/23] config: FSMonitor is repository-specific
` [PATCH 04/23] fsmonitor: introduce `core.useBuiltinFSMonitor` to call the daemon via IPC
` [PATCH 05/23] fsmonitor--daemon: add a built-in fsmonitor daemon
` [PATCH 06/23] fsmonitor--daemon: implement client command options
` [PATCH 07/23] fsmonitor-fs-listen-win32: stub in backend for Windows
` [PATCH 08/23] fsmonitor-fs-listen-macos: stub in backend for MacOS
` [PATCH 09/23] fsmonitor--daemon: implement daemon command options
` [PATCH 10/23] fsmonitor--daemon: add pathname classification
` [PATCH 11/23] fsmonitor--daemon: define token-ids
` [PATCH 12/23] fsmonitor--daemon: create token-based changed path cache
` [PATCH 13/23] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
` [PATCH 14/23] fsmonitor-fs-listen-macos: add macos header files for FSEvent
` [PATCH 15/23] fsmonitor-fs-listen-macos: implement FSEvent listener on MacOS
` [PATCH 16/23] fsmonitor--daemon: implement handle_client callback
` [PATCH 17/23] fsmonitor--daemon: periodically truncate list of modified files
` [PATCH 18/23] fsmonitor--daemon:: introduce client delay for testing
` [PATCH 19/23] fsmonitor--daemon: use a cookie file to sync with file system
` [PATCH 20/23] fsmonitor: force update index when fsmonitor token advances
` [PATCH 21/23] t7527: create test for fsmonitor--daemon
` [PATCH 22/23] p7519: add fsmonitor--daemon
` [PATCH 23/23] t7527: test status with untracked-cache and fsmonitor--daemon

[PATCH 00/27] Sparse Index: API protections
 2021-04-01 13:32 UTC  (29+ messages)
` [PATCH v2 00/25] "
  ` [PATCH v2 01/25] sparse-index: API protection strategy
  ` [PATCH v2 02/25] *: remove 'const' qualifier for struct index_state
  ` [PATCH v2 03/25] read-cache: expand on query into sparse-directory entry
  ` [PATCH v2 04/25] cache: move ensure_full_index() to cache.h
  ` [PATCH v2 05/25] add: ensure full index
  ` [PATCH v2 06/25] checkout-index: "
  ` [PATCH v2 07/25] checkout: "
  ` [PATCH v2 08/25] commit: "
  ` [PATCH v2 09/25] difftool: "
  ` [PATCH v2 10/25] fsck: "
  ` [PATCH v2 11/25] grep: "
  ` [PATCH v2 12/25] ls-files: "
  ` [PATCH v2 13/25] merge-index: "
  ` [PATCH v2 14/25] rm: "
  ` [PATCH v2 15/25] stash: "
  ` [PATCH v2 16/25] update-index: "
  ` [PATCH v2 17/25] dir: "
  ` [PATCH v2 18/25] entry: "
  ` [PATCH v2 19/25] merge-recursive: "
  ` [PATCH v2 20/25] pathspec: "
  ` [PATCH v2 21/25] read-cache: "
  ` [PATCH v2 22/25] resolve-undo: "
  ` [PATCH v2 23/25] revision: "
  ` [PATCH v2 24/25] sparse-index: expand_to_path()
  ` [PATCH v2 25/25] name-hash: use expand_to_path()

[GSoC] Draft Proposal (Convert submodule to builtin)
 2021-04-01 11:40 UTC 

Detecting when bulk file-system operations complete
 2021-04-01 13:10 UTC  (3+ messages)

[PATCH 0/3] pack-objects: introduce pack.preferBitmapTips
 2021-04-01 13:05 UTC  (5+ messages)
` [PATCH 1/3] pack-bitmap: add 'test_bitmap_commits()' helper
` [PATCH 2/3] t/helper/test-bitmap.c: initial commit
` [PATCH 3/3] builtin/pack-objects.c: respect 'pack.preferBitmapTips'

[PATCH] sequencer: fix edit handling for cherry-pick and revert messages
 2021-04-01 16:31 UTC  (13+ messages)
` [PATCH v2] "
      ` unifying sequencer's options persisting, was "
  ` [PATCH v3] "

[PATCH v7] builtin/clone.c: add --reject-shallow option
 2021-04-01 10:46 UTC  (11+ messages)
` [PATCH v8] "
    `  "
  ` [PATCH v9] "
    ` [PATCH v10] "

[PATCH v4 00/20] Sparse Index: Design, Format, Tests
 2021-04-01  5:59 UTC  (6+ messages)
` [PATCH v5 00/21] "

[PATCH 0/9] midx: implement a multi-pack reverse index
 2021-04-01  0:32 UTC  (4+ messages)
` [PATCH v4 00/16] "
  ` [PATCH v4 08/16] midx: allow marking a pack as preferred

[PATCH] Makefile: generate 'git' as 'cc [...] -o git+ && mv git+ git'
 2021-03-31 22:29 UTC  (25+ messages)
` [PATCH v2 0/5] Makefile: don't die on AIX with open ./git
  ` [PATCH v2 1/5] Makefile: rename objects in-place, don't clobber
  ` [PATCH v2 4/5] Makefile: add the ".DELETE_ON_ERROR" flag
  ` [PATCH 0/6] Makefile: make non-symlink & non-hardlink install sane
    ` [PATCH 4/6] Makefile: make INSTALL_SYMLINKS affect the build directory
    ` [PATCH 6/6] Makefile: add a INSTALL_FALLBACK_LN_CP mode

[PATCH] Makefile: add QUIET_GEN to "tags" and "TAGS" targets
 2021-03-31 21:20 UTC  (3+ messages)

[PATCH v5] gitweb: redacted e-mail addresses feature
 2021-03-31 21:14 UTC  (4+ messages)
` [PATCH v6] "

What's cooking in git.git (Mar 2021, #08; Tue, 30)
 2021-03-31 20:18 UTC  (4+ messages)

Branches, upstreams, rebases and logistics
 2021-03-31 11:32 UTC  (2+ messages)

Pass or not to pass config environment down
 2021-03-31 11:24 UTC  (7+ messages)

Interested In finishing convert git submodule script to builtin
 2021-03-31 11:09 UTC 

[PATCH 0/4] usage.c: add a non-fatal bug() + misc doc fixes
 2021-03-31 11:06 UTC  (6+ messages)
` [PATCH 4/4] usage.c: add a non-fatal bug() function to go with BUG()

[PATCH v3 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-03-31  9:14 UTC  (8+ messages)
` [PATCH v3 5/7] refresh_index(): add REFRESH_DONT_MARK_SPARSE_MATCHES flag

[PATCH 0/5] Parallel Checkout (part 2)
 2021-03-31  5:42 UTC  (10+ messages)
` [PATCH 1/5] unpack-trees: add basic support for parallel checkout
` [PATCH 2/5] parallel-checkout: make it truly parallel
` [PATCH 3/5] parallel-checkout: add configuration options
` [PATCH 5/5] parallel-checkout: add design documentation

[PATCH] chore: use prefix from startup_info
 2021-03-31  5:04 UTC  (3+ messages)

Regarding the depreciation of ssh+git/git+ssh protocols
 2021-03-31  4:23 UTC  (11+ messages)

Bug report: git branch behaves as if --no-replace-objects is passed
 2021-03-31  0:32 UTC  (8+ messages)

What's cooking in git.git (Mar 2021, #07; Mon, 22)
 2021-03-31  0:20 UTC  (3+ messages)

[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
 2021-03-31  0:14 UTC  (25+ messages)
` [PATCH v2 02/22] test-lib-functions: document and test test_commit --no-tag
` [PATCH v2 04/22] test-lib functions: add --printf option to test_commit
` [PATCH v2 05/22] pickaxe tests: refactor to use test_commit --append --printf
` [PATCH v2 08/22] pickaxe tests: test for -G, -S and --find-object incompatibility
` [PATCH v2 09/22] pickaxe: die when -G and --pickaxe-regex are combined
` [PATCH v2 14/22] pickaxe: refactor function selection in diffcore-pickaxe()
` [PATCH v2 15/22] pickaxe: assert that we must have a needle under -G or -S
` [PATCH v2 16/22] pickaxe -S: support content with NULs under --pickaxe-regex
` [PATCH v2 18/22] pickaxe -S: slightly optimize contains()
` [PATCH v2 19/22] xdiff-interface: allow early return from xdiff_emit_{line,hunk}_fn
` [PATCH v2 21/22] pickaxe -G: terminate early on matching lines
` [PATCH v2 22/22] pickaxe -G: don't special-case create/delete

[PATCH] persistent-https: add go.mod to fix compile
 2021-03-30 22:57 UTC  (6+ 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).