git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-13 14:37:13 to 2021-06-15 09:38:56 UTC [more...]

[GSoC] [PATCH v3 0/2] submodule--helper: introduce subcommands for sh to C conversion
 2021-06-15  9:38 UTC  (14+ messages)
` [GSoC] [PATCH v4 0/3] "
  ` [PATCH v4 1/3] submodule--helper: refactor module_clone()
  ` [PATCH v4 2/3] submodule--helper: introduce add-clone subcommand
  ` [PATCH v4 3/3] submodule--helper: introduce add-config subcommand
  ` [GSoC] [PATCH v5 0/3] submodule--helper: introduce subcommands for sh to C conversion
    ` [PATCH v5 1/3] submodule--helper: refactor module_clone()
    ` [PATCH v5 2/3] submodule--helper: introduce add-clone subcommand

[PATCH 0/4] show-branch: add missing tests, trivial color output fix
 2021-06-15  9:24 UTC  (7+ messages)
` [PATCH 1/4] show-branch tests: rename the one "show-branch" test file
` [PATCH 2/4] show-branch tests: modernize test code
` [PATCH 3/4] show-branch: fix and test --color output
` [PATCH 4/4] show-branch tests: add missing tests

[PATCH] xdiff: implement a zealous diff3
 2021-06-15  9:24 UTC  (12+ messages)

[GSoC] Git Blog 4
 2021-06-15  9:06 UTC  (8+ messages)

[PATCH 0/2] Trivial cleanups
 2021-06-15  8:22 UTC  (3+ messages)

What's cooking in git.git (Jun 2021, #05; Tue, 15)
 2021-06-15  8:20 UTC 

[PATCH 0/4] merge: cleanups and fix
 2021-06-15  7:51 UTC  (7+ messages)
` [PATCH 1/4] merge: simplify initialization
` [PATCH 2/4] merge: fix Yoda conditions
` [PATCH 3/4] xdiff/xmerge: simplify xdl_recs_copy_0
` [PATCH 4/4] xdiff/xmerge: fix chg0 initialization

[PATCH 2/2] t6020: do not mangle trailing spaces in output
 2021-06-15  7:17 UTC  (14+ messages)
` [PATCH v2 0/4] Fixed t6020 bash compatible issue and fixed wrong sideband suffix issue
` [PATCH v2 3/4] sideband: append suffix for message whose CR in next pktline

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-06-15  6:21 UTC  (5+ messages)
` [PATCH 1/2] xdiff: implement a zealous diff3, or "zdiff3"
` [PATCH 2/2] update documentation for new zdiff3 conflictStyle

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-15  6:02 UTC  (13+ messages)
` [PATCH 1/4] Documentation: use singular they "
` [PATCH v2 0/4] Use singular "they" "

[PATCH resend] graph: improve grammar of "invalid color" error message
 2021-06-15  3:55 UTC  (2+ messages)

[PATCH 00/10] diff --color-moved[-ws] speedups
 2021-06-15  3:24 UTC  (12+ messages)
` [PATCH 01/10] diff --color-moved=zerba: fix alternate coloring
` [PATCH 02/10] diff --color-moved: avoid false short line matches and bad zerba coloring
` [PATCH 03/10] diff: simplify allow-indentation-change delta calculation
` [PATCH 04/10] diff --color-moved-ws=allow-indentation-change: simplify and optimize
` [PATCH 05/10] diff --color-moved: call comparison function directly
` [PATCH 06/10] diff --color-moved: unify moved block growth functions
` [PATCH 07/10] diff --color-moved: shrink potential moved blocks as we go
` [PATCH 08/10] diff --color-moved: stop clearing potential moved blocks
` [PATCH 09/10] diff --color-moved-ws=allow-indentation-change: improve hash lookups
` [PATCH 10/10] diff --color-moved: intern strings

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

[PATCH] pager: do not unnecessarily set COLUMNS on Windows
 2021-06-15  3:02 UTC  (2+ messages)

[PATCH 0/2] Fix git subtree on Windows
 2021-06-15  2:37 UTC  (11+ messages)
` [PATCH 1/2] subtree: fix the GIT_EXEC_PATH sanity check to work "
` [PATCH v2 0/2] Fix git subtree "
  ` [PATCH v2 1/2] subtree: fix the GIT_EXEC_PATH sanity check to work "
  ` [PATCH v2 2/2] subtree: fix assumption about the directory separator

[PATCH 0/3] pull: obvious fixes
 2021-06-15  1:25 UTC  (9+ messages)
` [PATCH 1/3] pull: cleanup autostash check
` [PATCH 2/3] pull: trivial cleanup
` [PATCH 3/3] pull: trivial whitespace style fix

[PATCH 0/2] trivial progress.c API usage fixes
 2021-06-15  2:32 UTC  (15+ messages)
` [PATCH 2/2] read-cache: fix incorrect count and progress bar stalling

[PATCH 0/8] test-lib tests: split off subtest code in t0000 into lib-subtest.sh
 2021-06-15  2:24 UTC  (10+ messages)
` [PATCH 1/8] test-lib tests: move "run_sub_test" to a new lib-subtest.sh
` [PATCH 2/8] test-lib tests: split up "write and run" into two functions
` [PATCH 3/8] test-lib tests: stop using a subshell in write_sub_test_lib_test()
` [PATCH 4/8] test-lib tests: don't provide a description for the sub-tests
` [PATCH 5/8] test-lib tests: get rid of copy/pasted mock test code
` [PATCH 6/8] test-lib tests: avoid subshell for "test_cmp" for readability
` [PATCH 7/8] test-lib tests: refactor common part of check_sub_test_lib_test*()
` [PATCH 8/8] test-lib tests: assert 1 exit code, not non-zero

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

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-06-14 21:42 UTC  (9+ messages)
` [PATCH v2 00/28] "
  ` [PATCH v2 04/28] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
  ` [PATCH v2 07/28] fsmonitor: introduce `core.useBuiltinFSMonitor` to call the daemon via IPC
  ` [PATCH v2 22/28] fsmonitor--daemon: use a cookie file to sync with file system

[GSoC] My Git Dev Blog - Week 4
 2021-06-14 18:17 UTC  (3+ messages)

[PATCH] test: fix for TEST_OUTPUT_DIRECTORY
 2021-06-14 16:55 UTC  (8+ messages)

[PATCH] Add a basic support of SHA256 repositories into Gitk
 2021-06-14 16:18 UTC 

[PATCH 0/3] Fix uninitialised reads found with MSAN
 2021-06-14 15:51 UTC  (10+ messages)
` [PATCH 3/3] builtin/checkout--worker: memset struct to avoid MSAN complaints
` [PATCH v2 0/3] Fix uninitialised reads found with MSAN
  ` [PATCH v2 1/3] bulk-checkin: make buffer reuse more obvious and safer
  ` [PATCH v2 2/3] split-index: use oideq instead of memcmp to compare object_id's
  ` [PATCH v2 3/3] builtin/checkout--worker: zero-initialise struct to avoid MSAN complaints

[PATCH] doc: revisions: improve single range explanation
 2021-06-14 14:39 UTC  (8+ messages)

[PATCH 0/2] extra: new concept of extra components
 2021-06-14 14:18 UTC  (5+ messages)
` [PATCH 1/2] completion: graduate out of contrib
` [PATCH 2/2] git-new-workdir: "

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

[PATCH] gc tests: add a test for the "pre-auto-gc" hook
 2021-06-14 10:39 UTC 

[PATCH] pre-commit hook tests: don't leave "actual" nonexisting on failure
 2021-06-14 10:37 UTC 

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-06-14 10:10 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v9 00/37] propose config-based hooks
 2021-06-14  9:09 UTC  (3+ messages)
` [PATCH v9 31/37] post-update: use hook.h library

[RFC PATCH 0/4] cache parent project's gitdir in submodules
 2021-06-14  7:26 UTC  (10+ messages)
` [RFC PATCH 1/4] t7400-submodule-basic: modernize inspect() helper
` [RFC PATCH 2/4] introduce submodule.superprojectGitDir cache
` [RFC PATCH 3/4] submodule: cache superproject gitdir during absorbgitdirs
` [RFC PATCH 4/4] submodule: cache superproject gitdir during 'update'

still using `git pack-redundant` - alternatives?
 2021-06-14  6:59 UTC  (2+ messages)

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

[PATCH 0/4] t: new helper test_line_count_cmd
 2021-06-14  3:01 UTC  (10+ messages)
` [PATCH 1/4] test-lib-functions: introduce test_line_count_cmd

[PATCH 0/2] Avoid gender pronouns
 2021-06-14  1:27 UTC  (3+ messages)

Wrong tabs in terminal output for git diff
 2021-06-14  1:26 UTC  (4+ messages)

[PATCH] fix typos which duplicate a word
 2021-06-14  1:11 UTC  (3+ messages)
` [PATCH v3] *: "

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-06-13 17:12 UTC  (12+ messages)

[PATCH 7/7] xdiff: make diff3 the default conflictStyle
 2021-06-13 14:34 UTC  (5+ 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).