git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-02 18:03:23 to 2021-08-04 05:38:12 UTC [more...]

[PATCH 0/2] Switch default merge backend from recursive to ort
 2021-08-04  5:38 UTC  (3+ messages)
` [PATCH 1/2] Change "
` [PATCH 2/2] Update docs for change of default merge backend

[PATCH 00/10] Documentation updates: merge-strategies
 2021-08-04  5:28 UTC  (44+ messages)
` [PATCH 01/10] git-rebase.txt: correct antiquated claims about --rebase-merges
` [PATCH 02/10] directory-rename-detection.txt: small updates due to merge-ort optimizations
` [PATCH 03/10] Documentation: edit awkward references to `git merge-recursive`
` [PATCH 04/10] merge-strategies.txt: update wording for the resolve strategy
` [PATCH 05/10] merge-strategies.txt: do not imply using copy detection is desired
` [PATCH 06/10] merge-strategies.txt: avoid giving special preference to patience algorithm
` [PATCH 07/10] merge-strategies.txt: explain why no-renames might be useful
` [PATCH 08/10] merge-strategies.txt: fix simple capitalization error
` [PATCH 09/10] Documentation: add coverage of the `ort` merge strategy
` [PATCH 10/10] Update error message and code comment
` [PATCH v2 00/10] Documentation updates: merge-strategies
  ` [PATCH v2 01/10] git-rebase.txt: correct antiquated claims about --rebase-merges
  ` [PATCH v2 02/10] directory-rename-detection.txt: small updates due to merge-ort optimizations
  ` [PATCH v2 03/10] Documentation: edit awkward references to `git merge-recursive`
  ` [PATCH v2 04/10] merge-strategies.txt: update wording for the resolve strategy
  ` [PATCH v2 05/10] merge-strategies.txt: do not imply using copy detection is desired
  ` [PATCH v2 06/10] merge-strategies.txt: avoid giving special preference to patience algorithm
  ` [PATCH v2 07/10] merge-strategies.txt: fix simple capitalization error
  ` [PATCH v2 08/10] git-rebase.txt: correct out-of-date and misleading text about renames
  ` [PATCH v2 09/10] merge-strategies.txt: add coverage of the `ort` merge strategy
  ` [PATCH v2 10/10] Update error message and code comment

[PATCH 0/3] gitk: macOS improvements
 2021-08-04  2:37 UTC  (5+ messages)
` [PATCH 1/3] gitk: skip calling osascript to set frontmost for tk >= 8.6
` [PATCH 2/3] gitk: avoid fatal error if `exec osascript` fails
` [PATCH 3/3] gitk: check main window visibility before waiting for it to show

[PATCH] clone: Remove constraint on --bare and --origin
 2021-08-04  1:16 UTC  (4+ messages)
` [PATCH v2] clone: Allow combining "

git revert --continue --no-verify
 2021-08-04  0:38 UTC  (7+ messages)

[PATCH v6 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-08-03 23:47 UTC  (12+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/9] ssh signing: preliminary refactoring and clean-up
  ` [PATCH v7 2/9] ssh signing: add test prereqs
  ` [PATCH v7 3/9] ssh signing: add ssh key format and signing code
  ` [PATCH v7 4/9] ssh signing: retrieve a default key from ssh-agent
  ` [PATCH v7 5/9] ssh signing: provide a textual signing_key_id
  ` [PATCH v7 6/9] ssh signing: verify signatures using ssh-keygen
  ` [PATCH v7 7/9] ssh signing: duplicate t7510 tests for commits
  ` [PATCH v7 8/9] ssh signing: tests for logs, tags & push certs
  ` [PATCH v7 9/9] ssh signing: test that gpg fails for unkown keys

[PATCH 0/2] [RFC] Switch default merge backend from recursive to ort
 2021-08-03 22:48 UTC  (18+ messages)
` [PATCH 1/2] Change "
` [PATCH 2/2] Update docs for change of default merge backend

[PATCH 0/2] clone: update submodule.recurse in config when using --recurse-submodule
 2021-08-03 22:41 UTC  (13+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] "
  ` [PATCH v2 3/3] clone test: update whitespace according to style guide
  ` [PATCH v3 0/4] clone: update submodule.recurse in config when using --recurse-submodule
    ` [PATCH v3 1/4] "
    ` [PATCH v3 2/4] "
    ` [PATCH v3 3/4] clone test: update whitespace according to style guide
    ` [PATCH v3 4/4] clone: "

[PATCH 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-08-03 22:36 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] [GSOC] cherry-pick: use better advice message

[PATCH v2 0/3] Speed up connectivity checks via bitmaps
 2021-08-03 21:56 UTC  (15+ messages)
` [PATCH v3 0/4] Speed up connectivity checks
  ` [PATCH v3 1/4] connected: do not sort input revisions
  ` [PATCH v3 3/4] revision: avoid loading object headers multiple times
  ` [PATCH v3 4/4] revision: avoid hitting packfiles when commits are in commit-graph

[PATCH] connect, protocol: log negotiated protocol version
 2021-08-03 21:12 UTC  (2+ messages)

[PATCH 00/27] Base for "config-based-hooks"
 2021-08-03 19:39 UTC  (38+ messages)
` [PATCH v4 00/36] Run hooks via "git run hook" & hook library
  ` [PATCH v4 01/36] Makefile: mark "check" target as .PHONY
  ` [PATCH v4 02/36] Makefile: stop hardcoding {command,config}-list.h
  ` [PATCH v4 03/36] Makefile: remove an out-of-date comment
  ` [PATCH v4 04/36] hook.[ch]: move find_hook() to this new library
  ` [PATCH v4 05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c
  ` [PATCH v4 06/36] hook.c users: use "hook_exists()" insted of "find_hook()"
  ` [PATCH v4 07/36] hook-list.h: add a generated list of hooks, like config-list.h
  ` [PATCH v4 08/36] hook: add 'run' subcommand
  ` [PATCH v4 09/36] gc: use hook library for pre-auto-gc hook
  ` [PATCH v4 10/36] rebase: convert pre-rebase to use hook.h
  ` [PATCH v4 11/36] am: convert applypatch "
  ` [PATCH v4 12/36] hooks: convert 'post-checkout' hook to hook library
  ` [PATCH v4 13/36] merge: convert post-merge to use hook.h
  ` [PATCH v4 14/36] git hook run: add an --ignore-missing flag
  ` [PATCH v4 15/36] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v4 16/36] git-p4: use 'git hook' to run hooks
  ` [PATCH v4 17/36] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v4 18/36] read-cache: convert post-index-change to use hook.h
  ` [PATCH v4 19/36] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v4 20/36] run-command: remove old run_hook_{le,ve}() hook API
  ` [PATCH v4 21/36] run-command: allow stdin for run_processes_parallel
  ` [PATCH v4 22/36] hook: support passing stdin to hooks
  ` [PATCH v4 23/36] am: convert 'post-rewrite' hook to hook.h
  ` [PATCH v4 24/36] run-command: add stdin callback for parallelization
  ` [PATCH v4 25/36] hook: provide stdin by string_list or callback
  ` [PATCH v4 26/36] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
  ` [PATCH v4 27/36] transport: convert pre-push hook "
  ` [PATCH v4 28/36] hook tests: test for exact "pre-push" hook input
  ` [PATCH v4 29/36] hook tests: use a modern style for "pre-push" tests
  ` [PATCH v4 30/36] reference-transaction: use hook.h to run hooks
  ` [PATCH v4 31/36] run-command: allow capturing of collated output
  ` [PATCH v4 32/36] hooks: allow callers to capture output
  ` [PATCH v4 33/36] receive-pack: convert 'update' hook to hook.h
  ` [PATCH v4 34/36] post-update: use hook.h library
  ` [PATCH v4 35/36] receive-pack: convert receive hooks to hook.h
  ` [PATCH v4 36/36] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[ANNOUNCE] Git for Windows 2.33.0-rc0
 2021-08-03 18:26 UTC 

[PATCH v3 0/9] Final optimization batch (#15): use memory pools
 2021-08-03 15:45 UTC  (3+ messages)
` [PATCH v4 "

Enhancing --show-function and --function-context in default configurations
 2021-08-03 14:55 UTC  (6+ messages)

[L10N] Kickoff for Git 2.33.0 round #1
 2021-08-03 10:15 UTC 

[GSoC] [PATCH] submodule--helper: run update procedures from C
 2021-08-03 10:07 UTC  (5+ messages)
` [GSoC] [PATCH v2] "

[PATCH v2 00/11] Fix direct filesystem access in various test files
 2021-08-03  9:37 UTC  (5+ messages)
` [PATCH v3 "

[PATCH v6 5/9] ssh signing: parse ssh-keygen output and verify signatures
 2021-08-03  9:33 UTC  (6+ messages)

[PATCH v3 09/12] {upload,receive}-pack tests: add --advertise-refs tests
 2021-08-03  6:00 UTC  (2+ messages)
` [PATCH] fixup! "

[ANNOUNCE] Git v2.33.0-rc0
 2021-08-03  3:46 UTC  (2+ messages)

[GSoC] Git Blog 11
 2021-08-03  2:49 UTC  (4+ messages)

[PATCH v1 0/4] advice: remove usage of `advice_*` global variables
 2021-08-03  0:45 UTC  (14+ messages)
` [PATCH v1 1/4] advice: add a function to set the value of an advice type
` [PATCH v1 2/4] advice: add enum variants for missing advice variables
` [PATCH v1 3/4] advice: remove uses of global `advice_` variables
` [PATCH v1 4/4] advice: remove static global variables for advice tracking

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-08-02 22:05 UTC  (8+ messages)
` [PATCH 0/3] progress.c API users: fix bogus counting
  ` [PATCH 1/3] commit-graph: fix bogus counter in "Scanning merged commits" progress line
  ` [PATCH 3/3] entry: show finer-grained counter in "Filtering content" "

What's cooking in git.git (Aug 2021, #01; Sun, 1)
 2021-08-02 21:56 UTC  (5+ messages)

[PATCH 0/1] Improve automatic setup of tracking for new branches
 2021-08-02 21:17 UTC  (6+ messages)

[PATCH v2 0/8] serve: add "startup_config" callback
 2021-08-02 21:07 UTC  (3+ messages)
` [PATCH v3 00/12] serve.[ch]: general API cleanup

[PATCH] mingw: align symlinks-related rmdir() behavior with Linux
 2021-08-02 21:07 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2] upload-pack.c: treat want-ref relative to namespace
 2021-08-02 21:06 UTC  (2+ messages)

[PATCH 0/3] git-send-email options and completion improvements
 2021-08-02 20:49 UTC  (4+ messages)
` [PATCH 1/3] Print newline for git-send-email --git-completion-helper
` [PATCH 2/3] Move bash git-send-email completions to original script
` [PATCH 3/3] Expand git-send-email docs to mention format-patch options

[Outreachy] MR !2142 ready for your review
 2021-08-02 19:10 UTC 

[PATCH 0/3] hn/reftable "fixes" for OpenBSD
 2021-08-02 19:00 UTC  (4+ messages)
` [PATCH 1/3] fixup! Provide zlib's uncompress2 from compat/zlib-compat.c
` [PATCH 2/3] reftable: clarify zlib version dependency
` [PATCH 3/3] openbsd: allow reftable building with zlib 1.2.3

[PATCH v6 0/2] tr2: log parent process name
 2021-08-02 18:42 UTC  (8+ messages)
` [PATCH v6 2/2] "

BUG: git log dies to SIGPIPE
 2021-08-02 18:16 UTC  (3+ messages)


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