git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-16 04:43:43 to 2021-06-17 17:06:54 UTC [more...]

[PATCH v2 0/4] Use singular "they" when appropriate
 2021-06-17 17:06 UTC  (19+ messages)
` [PATCH v3 0/4] Avoid gendered pronouns
  ` [PATCH v3 4/4] CodingGuidelines: recommend singular they

[suggestion] support non-negative float number in git-repack --max-pack-size
 2021-06-17 17:02 UTC  (5+ messages)
    ` [PATCH] doc: warn people against --max-pack-size

What's cooking in git.git (Jun 2021, #06; Thu, 17)
 2021-06-17 16:58 UTC  (8+ messages)
` jh/builtin-fsmonitor, was "
` js/subtree-on-windows-fix, "
` Contributions which I feel are dangerous and/or deceptive (Was: Re: What's cooking in git.git (Jun 2021, #06; Thu, 17))

[PATCH 0/3] pull: obvious fixes
 2021-06-17 16:48 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] pull: cleanup autostash check
  ` [PATCH v2 2/3] pull: trivial cleanup
  ` [PATCH v2 3/3] pull: trivial whitespace style fix

[PATCH 0/8] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-17 16:14 UTC  (30+ messages)
` [PATCH 1/8] [GSOC] ref-filter: add obj-type check in grab contents
` [PATCH 2/8] [GSOC] ref-filter: add %(raw) atom
` [PATCH 5/8] [GSOC] ref-filter: teach get_object() return useful value
` [PATCH 7/8] [GSOC] cat-file: reuse err buf in batch_objet_write()
` [PATCH 8/8] [GSOC] cat-file: re-implement --textconv, --filters options
` [PATCH v2 0/9] [GSOC][RFC] cat-file: reuse ref-filter logic
  ` [PATCH v2 5/9] [GSOC] ref-filter: teach get_object() return useful value
  ` [PATCH v2 6/9] [GSOC] ref-filter: introduce free_array_item_internal() function

[PATCH 0/6] doc: replace "alice" and "bob" examples
 2021-06-17 15:48 UTC  (14+ messages)
` [PATCH 1/6] gittutorial doc: replace "alice" and "bob" with "you" and "www-data"

[PATCH v4 0/4] completion: bash: a bunch of fixes
 2021-06-17 14:35 UTC  (5+ messages)
` [PATCH v4 1/4] completion: bash: fix prefix detection in branch.*
` [PATCH v4 2/4] completion: bash: fix for suboptions with value
` [PATCH v4 3/4] completion: bash: fix for multiple dash commands
` [PATCH v4 4/4] completion: bash: add correct suffix in variables

[PATCH v5 0/3] add support for systemd timers on Linux
 2021-06-17 14:26 UTC  (7+ messages)
` [PATCH v6 0/3] maintenance: "
  ` [PATCH v6 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`

[PATCH 1/2] test-lib-functions: test_create_repo learns --bare
 2021-06-17 12:43 UTC  (2+ messages)
` [PATCH 2/2] test: create repo using test_create_repo

[PATCH] doc: builtin add -i is enabled by feature.experimental
 2021-06-17 12:01 UTC  (4+ messages)

[PATCH] pager: do not unnecessarily set COLUMNS on Windows
 2021-06-17 11:43 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH] git-p4: fix failed submit by skip non-text data files
 2021-06-17 11:18 UTC  (2+ messages)

[PATCH 0/4] pack-objects: use revision.c's --stdin parsing
 2021-06-17 10:57 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] upload-pack: run is_repository_shallow() before setup_revisions()
  ` [PATCH v2 2/4] revision.h: unify "disable_stdin" and "read_from_stdin"
  ` [PATCH v2 3/4] pack-objects.c: do stdin parsing via revision.c's API
  ` [PATCH v2 4/4] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS

[PATCH 0/4] show-branch: add missing tests, trivial color output fix
 2021-06-17 10:53 UTC  (6+ messages)
` [PATCH v2 0/4] show-branch: add missing tests, trivial color output change
  ` [PATCH v2 1/4] show-branch tests: rename the one "show-branch" test file
  ` [PATCH v2 2/4] show-branch tests: modernize test code
  ` [PATCH v2 3/4] show-branch: don't <COLOR></RESET> for space characters
  ` [PATCH v2 4/4] show-branch tests: add missing tests

[PATCH 0/6] mktag tests: test more exhaustively
 2021-06-17 10:42 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] mktag tests: parse out options in helper
  ` [PATCH v2 2/6] mktag tests: invert --no-strict test
  ` [PATCH v2 3/6] mktag tests: test hash-object --literally and unreachable fsck
  ` [PATCH v2 4/6] mktag tests: test update-ref and reachable fsck
  ` [PATCH v2 5/6] mktag tests: test for-each-ref
  ` [PATCH v2 6/6] mktag tests: test fast-export

[PATCH v2 00/30] Minimal restart of "config-based-hooks"
 2021-06-17 10:23 UTC  (29+ messages)
` [PATCH 00/27] Base for "config-based-hooks"
  ` [PATCH 01/27] hook: add 'run' subcommand
  ` [PATCH 02/27] gc: use hook library for pre-auto-gc hook
  ` [PATCH 03/27] rebase: teach pre-rebase to use hook.h
  ` [PATCH 04/27] am: convert applypatch hooks to use config
  ` [PATCH 05/27] hooks: convert 'post-checkout' hook to hook library
  ` [PATCH 06/27] merge: use config-based hooks for post-merge hook
  ` [PATCH 07/27] git hook run: add an --ignore-missing flag
  ` [PATCH 08/27] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH 09/27] git-p4: use 'git hook' to run hooks
  ` [PATCH 10/27] commit: use hook.h to execute hooks
  ` [PATCH 11/27] read-cache: convert post-index-change hook to use config
  ` [PATCH 12/27] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH 13/27] run-command: remove old run_hook_{le,ve}() hook API
  ` [PATCH 14/27] run-command: allow stdin for run_processes_parallel
  ` [PATCH 15/27] hook: support passing stdin to hooks
  ` [PATCH 16/27] am: convert 'post-rewrite' hook to hook.h
  ` [PATCH 17/27] run-command: add stdin callback for parallelization
  ` [PATCH 18/27] hook: provide stdin by string_list or callback
  ` [PATCH 19/27] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
  ` [PATCH 20/27] transport: convert pre-push hook to use config
  ` [PATCH 21/27] reference-transaction: use hook.h to run hooks
  ` [PATCH 22/27] run-command: allow capturing of collated output
  ` [PATCH 23/27] hooks: allow callers to capture output
  ` [PATCH 24/27] receive-pack: convert 'update' hook to hook.h
  ` [PATCH 25/27] post-update: use hook.h library
  ` [PATCH 26/27] receive-pack: convert receive hooks to hook.h
  ` [PATCH 27/27] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[PATCH 0/3] Add a generated list of hooks in hook-list.h
 2021-06-17 10:09 UTC  (4+ messages)
` [PATCH 1/3] hook.[ch]: move find_hook() to this new library
` [PATCH 2/3] hook.c: add a hook_exists() wrapper and use it in bugreport.c
` [PATCH 3/3] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH 0/3] Makefile: misc trivial fixes
 2021-06-17 10:01 UTC  (4+ messages)
` [PATCH 1/3] Makefile: mark "check" target as .PHONY
` [PATCH 2/3] Makefile: stop hardcoding {command,config}-list.h
` [PATCH 3/3] Makefile: remove an out-of-date comment

[PATCH 0/3] Fix uninitialised reads found with MSAN
 2021-06-17  9:28 UTC  (2+ messages)

Simulating network throttling
 2021-06-17  7:19 UTC  (4+ messages)

[PATCH 0/5] Optimization batch 13: partial clone optimizations for merge-ort
 2021-06-17  5:05 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] t6421: add tests checking for excessive object downloads during merge
  ` [PATCH v2 5/5] merge-ort: add prefetching for content merges

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-06-17  5:03 UTC  (10+ messages)

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-17  4:51 UTC  (7+ messages)
` [PATCH v2 1/5] test-lib-functions: introduce test_line_count_cmd
` [PATCH v2 3/5] t0041: use test_line_count_cmd to check std{out,err}

[PATCH 1/4] sideband: don't lose clear-to-eol at packet boundary
 2021-06-17  3:17 UTC  (4+ messages)
` [PATCH 2/4] test: compare raw output, not mangle tabs and spaces
` [PATCH 3/4] test: refactor to use "test_commit" to create commits
` [PATCH 4/4] test: refactor to use "get_abbrev_oid" to get abbrev oid

[PATCH v2 0/4] Fixed t6020 bash compatible issue and fixed wrong sideband suffix issue
 2021-06-17  3:14 UTC  (2+ messages)
` [PATCH v3] t6020: fix incompatible parameter expansion

Error in bash completion
 2021-06-17  2:15 UTC  (6+ messages)

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-17  1:30 UTC  (4+ messages)
` [RFC PATCH 1/2] hook: move list of hooks
` [RFC PATCH 2/2] clone,fetch: remote-suggested auto-updating hooks

[PATCH 0/5] serve: add "configure" callback
 2021-06-17  0:49 UTC  (11+ messages)
` [PATCH 1/5] serve: mark has_capability() as static
` [PATCH 2/5] transport: rename "fetch" in transport_vtable to "fetch_refs"
` [PATCH 3/5] transport: use designated initializers
` [PATCH 4/5] serve: "
` [PATCH 5/5] serve: add support for a git_config() callback

[BUG] question mark in GIT_SKIP_TESTS is broken in master
 2021-06-17  0:36 UTC  (17+ messages)
` [BUG] range expressions in GIT_SKIP_TESTS are broken in master (was [BUG] question mark in GIT_SKIP_TESTS is broken in master)
    ` [PATCH] test-lib: fix "$remove_trash" regression and match_pattern_list() bugs

[PATCH 0/2] extra: new concept of extra components
 2021-06-16 20:48 UTC  (8+ messages)
` [PATCH 1/2] completion: graduate out of contrib

[PATCH 00/10] diff --color-moved[-ws] speedups
 2021-06-16 14:24 UTC  (2+ messages)

[PATCH] Add a basic support of SHA256 repositories into Gitk
 2021-06-16 14:19 UTC  (3+ messages)

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-06-16 13:20 UTC  (7+ messages)

[PATCH] bitmaps: don't recurse into trees already in the bitmap
 2021-06-16 12:31 UTC  (4+ messages)

[PATCH] perf: fix when running with TEST_OUTPUT_DIRECTORY
 2021-06-16 12:13 UTC  (3+ messages)

[PATCH v5] tr2: log parent process name
 2021-06-16  8:42 UTC  (2+ messages)

[PATCH] Add config variable besides env variable to squelch "do-not-use" warning
 2021-06-16  8:03 UTC  (3+ messages)

[PATCH 0/2] Fix git subtree on Windows
 2021-06-16  7:49 UTC  (10+ messages)
` [PATCH 1/2] subtree: fix the GIT_EXEC_PATH sanity check to work "

[PATCH v2 0/4] cache parent project's gitdir in submodules
 2021-06-16  4:43 UTC  (4+ messages)
` [PATCH v2 2/4] introduce submodule.superprojectGitDir cache


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