messages from 2021-05-24 12:23:40 to 2021-05-27 00:10:47 UTC [more...]
[PATCH v8 00/37] config-based hooks
2021-05-27 0:08 UTC (28+ messages)
` [PATCH v9 00/37] propose "
` [PATCH v9 01/37] doc: propose hooks managed by the config
` [PATCH v9 02/37] hook: introduce git-hook subcommand
` [PATCH v9 03/37] hook: include hookdir hook in list
` [PATCH v9 04/37] hook: teach hook.runHookDir
` [PATCH v9 05/37] hook: implement hookcmd.<name>.skip
` [PATCH v9 06/37] parse-options: parse into strvec
` [PATCH v9 07/37] hook: add 'run' subcommand
` [PATCH v9 08/37] hook: introduce hook_exists()
` [PATCH v9 09/37] hook: support passing stdin to hooks
` [PATCH v9 10/37] run-command: allow stdin for run_processes_parallel
` [PATCH v9 11/37] hook: allow parallel hook execution
` [PATCH v9 12/37] hook: allow specifying working directory for hooks
` [PATCH v9 13/37] run-command: add stdin callback for parallelization
` [PATCH v9 14/37] hook: provide stdin by string_list or callback
` [PATCH v9 15/37] run-command: allow capturing of collated output
` [PATCH v9 16/37] hooks: allow callers to capture output
` [PATCH v9 17/37] commit: use config-based hooks
` [PATCH v9 18/37] am: convert applypatch hooks to use config
` [PATCH v9 19/37] merge: use config-based hooks for post-merge hook
` [PATCH v9 20/37] gc: use hook library for pre-auto-gc hook
` [PATCH v9 21/37] rebase: teach pre-rebase to use hook.h
` [PATCH v9 22/37] read-cache: convert post-index-change hook to use config
` [PATCH v9 23/37] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH v9 24/37] git-p4: use 'git hook' to run hooks
` [PATCH v9 25/37] hooks: convert 'post-checkout' hook to hook library
` [PATCH v9 26/37] hook: convert 'post-rewrite' hook to config
Should we do something with #git-devel on Freenode?
2021-05-26 23:59 UTC (9+ messages)
[PATCH] t2080: fix cp invocation to copy symlinks instead of following them
2021-05-26 23:58 UTC
[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
2021-05-26 23:52 UTC (3+ messages)
[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
2021-05-26 23:49 UTC (12+ messages)
[BUG REPORT] File names that contain UTF8 characters are unnecessarily escaped in 'git status .' messages
2021-05-26 23:41 UTC (3+ messages)
fast forward merge overwriting my code
2021-05-26 23:34 UTC (14+ messages)
[PATCH 0/3] pack-objects: introduce pack.preferBitmapTips
2021-05-26 21:10 UTC (5+ messages)
` [PATCH 2/3] t/helper/test-bitmap.c: initial commit
` SunCC doesn't compile v2.32.0-rc* anymore (was "Re: [PATCH 2/3] t/helper/test-bitmap.c: initial commit")
[PATCH v3 0/8] Parallel Checkout (part 3)
2021-05-26 23:00 UTC (5+ messages)
` [PATCH v3 4/8] parallel-checkout: add tests for basic operations
` AIX failures on parallel checkout (new in v2.32.0-rc*)
git status when merging non-conflicted 3-way merge says "All conflicts fixed"
2021-05-26 22:54 UTC (7+ messages)
time needed to rebase shortend by using --onto?
2021-05-26 22:18 UTC (4+ messages)
patatt: end-to-end developer attestation for patches
2021-05-26 21:07 UTC
[PATCH v5 1/3] test: add helper functions for git-bundle
2021-05-26 18:49 UTC (3+ messages)
` [PATCH v6 "
` Runaway sed memory use in test on older sed+glibc (was "Re: [PATCH v6 1/3] test: add helper functions for git-bundle")
CI: 'seen' minus a few passes tests, eh, almost
2021-05-26 16:48 UTC (7+ messages)
[PATCH v2 0/1] maintenance: use systemd timers on Linux
2021-05-26 16:05 UTC (29+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 4/4] maintenance: optionally "
` CoC, inclusivity etc. (was "Re: [...] systemd timers on Linux")
` [PATCH v4 0/4] add support for systemd timers on Linux
` [PATCH v4 1/4] cache.h: Introduce a generic "xdg_config_home_for(…)" function
` [PATCH v4 2/4] maintenance: introduce ENABLE/DISABLE for code clarity
` [PATCH v4 4/4] maintenance: add support for systemd timers on Linux
CI fail: "invalid object type" only on dockerized linux32 runs?
2021-05-26 11:53 UTC (2+ messages)
[PATCH] t9001-send-email.sh: fix expected absolute paths on Windows
2021-05-26 11:21 UTC (19+ messages)
` [PATCH 0/2] send-email: pre-release fixes for v2.32.0
` [PATCH 1/2] send-email: fix missing error message regression
` [PATCH 2/2] send-email: don't needlessly abs_path() the core.hooksPath
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] send-email: move "hooks_path" invocation to git-send-email.perl
[PATCH 00/18] Prepare tests for reftable backend
2021-05-26 9:52 UTC (5+ messages)
` [PATCH v2 00/21] "
[GSoC] Git Blog 1
2021-05-26 9:22 UTC (3+ messages)
[PATCH 0/3] [GSOC][RFC] ref-filter: add contents:raw atom
2021-05-26 9:17 UTC (16+ messages)
` [PATCH 2/3] [GSOC] ref-filter: support %(contents) for blob, tree
RFC: error codes on exit
2021-05-26 8:21 UTC (8+ messages)
The top 1% of commit trailers
2021-05-26 8:05 UTC (3+ messages)
[PATCH v3 0/5] doc: asciidoc cleanups
2021-05-26 0:24 UTC (11+ messages)
` [PATCH v3 3/5] doc: remove unnecessary rm instances
[PATCH] t1092: use GIT_PROGRESS_DELAY for consistent results
2021-05-25 21:49 UTC (18+ messages)
Draft of Git Rev News edition 75
2021-05-25 20:02 UTC
[ANNOUNCE] Git v2.32.0-rc1 - Defect in t0301.3, t1092.6, t5300
2021-05-25 15:28 UTC (5+ messages)
[PATCH v2] tr2: log parent process name
2021-05-25 13:33 UTC (12+ messages)
` [PATCH v3] "
[PATCH v3 00/12] doc: cleanup old cruft and asciidoctor revamp
2021-05-25 10:48 UTC (13+ messages)
` [PATCH v3 01/12] doc: remove GNU troff workaround
` [PATCH v3 02/12] doc: use --stringparam in xmlto
` [PATCH v3 03/12] doc: simplify version passing
` [PATCH v3 04/12] doc: asciidoc: remove unnecessary attribute
` [PATCH v3 05/12] doc: asciidoctor: remove unnecessary require
` [PATCH v3 06/12] doc: asciidoctor: remove cruft
` [PATCH v3 07/12] doc: asciidoctor: reorganize extensions
` [PATCH v3 08/12] doc: asciidoctor: use html-prefix only for html
` [PATCH v3 09/12] doc: asciidoctor: refactor macro registration
` [PATCH v3 10/12] doc: asciidoctor: improve string handling
` [PATCH v3 11/12] doc: asciidoctor: split the format from the code
` [PATCH v3 12/12] doc: asciidoctor: specify name of our group
[PATCH v2 00/12] doc: cleanup old cruft and asciidoctor revamp
2021-05-25 10:44 UTC (6+ messages)
[Bug] git-credential-netrc.perl is not built and is not available in `exec-path`
2021-05-25 10:35 UTC (14+ messages)
` Renaming "non-contrib" things out of contrib/* (was "Re: [Bug] git-credential-netrc.perl[...]")
[PATCH] init: fix bug regarding ~/ expansion in init.templateDir
2021-05-25 4:21 UTC (2+ messages)
packfile-uri.txt: fix blobPackfileUri description
2021-05-25 0:34 UTC (3+ messages)
[GSoC] My Git Dev Blog
2021-05-24 20:18 UTC (2+ messages)
[PATCH v6] help: colorize man pages
2021-05-24 16:56 UTC (3+ messages)
What's cooking in git.git (May 2021, #03; Thu, 20)
2021-05-24 16:48 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).