git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-05-27 00:09:11 to 2021-05-28 14:40:00 UTC [more...]

Should we do something with #git-devel on Freenode?
 2021-05-28 14:37 UTC  (16+ messages)

[PATCH v8 00/37] config-based hooks
 2021-05-28 14:11 UTC  (80+ 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
  ` [PATCH v9 27/37] transport: convert pre-push hook to use config
  ` [PATCH v9 28/37] reference-transaction: look for hooks in config
  ` [PATCH v9 29/37] receive-pack: convert 'update' hook to hook.h
  ` [PATCH v9 30/37] proc-receive: acquire hook list from hook.h
  ` [PATCH v9 31/37] post-update: use hook.h library
  ` [PATCH v9 32/37] receive-pack: convert receive hooks to hook.h
  ` [PATCH v9 33/37] bugreport: use hook_exists instead of find_hook
  ` [PATCH v9 34/37] git-send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v9 35/37] run-command: stop thinking about hooks
  ` [PATCH v9 36/37] doc: clarify fsmonitor-watchman specification
  ` [PATCH v9 37/37] docs: link githooks and git-hook manpages
    ` [PATCH 00/31] minimal restart of "config-based-hooks"
      ` [PATCH 01/31] hooks tests: don't leave "actual" nonexisting on failure
      ` [PATCH 02/31] gc tests: add a test for the "pre-auto-gc" hook
      ` [PATCH 03/31] hook: add 'run' subcommand
      ` [PATCH 04/31] run-command.h: move find_hook() to hook.h
      ` [PATCH 05/31] hook.c: add a hook_exists() wrapper and use it in bugreport.c
      ` [PATCH 06/31] gc: use hook library for pre-auto-gc hook
      ` [PATCH 07/31] rebase: teach pre-rebase to use hook.h
      ` [PATCH 08/31] am: convert applypatch hooks to use config
      ` [PATCH 09/31] hooks: convert 'post-checkout' hook to hook library
      ` [PATCH 10/31] merge: use config-based hooks for post-merge hook
      ` [PATCH 11/31] git hook run: add an --ignore-missing flag
      ` [PATCH 12/31] send-email: use 'git hook run' for 'sendemail-validate'
      ` [PATCH 13/31] git-p4: use 'git hook' to run hooks
      ` [PATCH 14/31] commit: use hook.h to execute hooks
      ` [PATCH 15/31] read-cache: convert post-index-change hook to use config
      ` [PATCH 16/31] receive-pack: convert push-to-checkout hook to hook.h
      ` [PATCH 17/31] run-command: allow stdin for run_processes_parallel
      ` [PATCH 18/31] hook: support passing stdin to hooks
      ` [PATCH 19/31] am: convert 'post-rewrite' hook to hook.h
      ` [PATCH 20/31] run-command: add stdin callback for parallelization
      ` [PATCH 21/31] hook: provide stdin by string_list or callback
      ` [PATCH 22/31] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
      ` [PATCH 23/31] transport: convert pre-push hook to use config
      ` [PATCH 24/31] reference-transaction: use hook.h to run hooks
      ` [PATCH 25/31] run-command: allow capturing of collated output
      ` [PATCH 26/31] hooks: allow callers to capture output
      ` [PATCH 27/31] receive-pack: convert 'update' hook to hook.h
      ` [PATCH 28/31] post-update: use hook.h library
      ` [PATCH 29/31] receive-pack: convert receive hooks to hook.h
      ` [PATCH 30/31] hooks: fix a TOCTOU in "did we run a hook?" heuristic
      ` [PATCH 31/31] hook-list.h: add a generated list of hooks, like config-list.h

[ANNOUNCE] Git for Windows 2.32.0-rc2
 2021-05-28 13:21 UTC 

[PATCH 0/2] [GSOC] ref-filter: add %(raw) atom
 2021-05-28 13:02 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] ref-filter: add %(header) atom

Fetching single tag in shallow clone almost unshallow the clone
 2021-05-28 12:46 UTC  (3+ messages)

[PATCH v3 00/12] Sparse-index: integrate with status
 2021-05-28 11:36 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 07/12] unpack-trees: be careful around sparse directory entries

[PATCH v3 00/13] send-email: various optimizations to speed up by >2x
 2021-05-28  9:23 UTC  (22+ messages)
` [PATCH v4 "
  ` [PATCH v4 10/13] send-email: lazily load modules for a big speedup
  ` [PATCH v4 12/13] send-email: move trivial config handling to Perl
  ` [PATCH v5 00/13] send-email: various optimizations to speed up by >2x
    ` [PATCH v5 01/13] send-email tests: support GIT_TEST_PERL_FATAL_WARNINGS=true
    ` [PATCH v5 02/13] send-email tests: test for boolean variables without a value
    ` [PATCH v5 03/13] send-email: remove non-working support for "sendemail.smtpssl"
    ` [PATCH v5 04/13] send-email: refactor sendemail.smtpencryption config parsing
    ` [PATCH v5 05/13] send-email: copy "config_regxp" into git-send-email.perl
    ` [PATCH v5 06/13] send-email: lazily load config for a big speedup
    ` [PATCH v5 07/13] send-email: lazily shell out to "git var"
    ` [PATCH v5 08/13] send-email: use function syntax instead of barewords
    ` [PATCH v5 09/13] send-email: get rid of indirect object syntax
    ` [PATCH v5 10/13] send-email: lazily load modules for a big speedup
    ` [PATCH v5 11/13] perl: lazily load some common Git.pm setup code
    ` [PATCH v5 12/13] send-email: move trivial config handling to Perl
    ` [PATCH v5 13/13] perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd()

git push doesn't use local branch name as default
 2021-05-28  8:51 UTC  (4+ messages)

[PATCH][GSoC] submodule: introduce add-clone helper for submodule add
 2021-05-28  8:12 UTC 

[ANNOUNCE] Git v2.32.0-rc2
 2021-05-28  6:13 UTC 

git rm --pathspec-from-file does not work in subdirectories
 2021-05-28  5:56 UTC  (4+ messages)

[PATCH 0/5] fsck: improve error reporting
 2021-05-28  5:41 UTC  (8+ messages)
` [PATCH v3 00/17] fsck: better "invalid object" "
  ` [PATCH v3 04/17] cat-file tests: test that --allow-unknown-type isn't on by default

time needed to rebase shortend by using --onto?
 2021-05-28  5:38 UTC  (8+ messages)

[BUG REPORT] File names that contain UTF8 characters are unnecessarily escaped in 'git status .' messages
 2021-05-28  4:45 UTC  (8+ messages)

Bug: git p4 clone fails if non unicode files with +k or+ko attributes are present
 2021-05-28  4:18 UTC 

[PATCH 0/5] Optimization batch 12: miscellaneous unthemed stuff
 2021-05-28  4:10 UTC  (10+ messages)
` [PATCH 1/5] merge-ort: replace string_list_df_name_compare with faster alternative
` [PATCH 2/5] diffcore-rename: avoid unnecessary strdup'ing in break_idx
` [PATCH 3/5] diffcore-rename: enable limiting rename detection to relevant destinations
` [PATCH 4/5] Fix various issues found in comments
` [PATCH 5/5] merge-ort: miscellaneous touch-ups

[PATCH v3 0/5] doc: asciidoc cleanups
 2021-05-28  1:12 UTC  (8+ messages)

[PATCH v3 4/4] maintenance: optionally use systemd timers on Linux
 2021-05-27 23:58 UTC  (13+ messages)
                ` CoC, inclusivity etc. (was "Re: [...] systemd timers on Linux")

[ANNOUNCE] Git Rev News edition 75
 2021-05-27 20:39 UTC 

git push doesn't use local branch name as default
 2021-05-27 19:51 UTC  (2+ messages)

Runaway sed memory use in test on older sed+glibc (was "Re: [PATCH v6 1/3] test: add helper functions for git-bundle")
 2021-05-27 19:19 UTC  (5+ messages)

[PATCH v3 17/17] fsck: report invalid object type-path combinations
 2021-05-27 18:28 UTC  (2+ messages)

[PATCH v3 16/17] fsck: report invalid types recorded in objects
 2021-05-27 18:24 UTC  (2+ messages)

[PATCH v3 14/17] fsck: don't hard die on invalid object types
 2021-05-27 18:18 UTC  (2+ messages)

[PATCH v3 12/17] object-file.c: return -2 on "header too long" in unpack_loose_header()
 2021-05-27 17:54 UTC  (2+ messages)

[PATCH v3 11/17] object-file.c: stop dying in parse_loose_header()
 2021-05-27 17:50 UTC  (2+ messages)

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-05-27 16:43 UTC  (14+ messages)

fast forward merge overwriting my code
 2021-05-27 15:12 UTC  (12+ messages)

[PATCH 0/8] Speed up connectivity checks via quarantine dir
 2021-05-27 14:38 UTC  (4+ messages)
` [PATCH 7/8] receive-pack: skip connectivity checks on delete-only commands

SunCC doesn't compile v2.32.0-rc* anymore (was "Re: [PATCH 2/3] t/helper/test-bitmap.c: initial commit")
 2021-05-27 12:51 UTC  (6+ messages)
` [PATCH] pack-objects: move builtin-only code to its own header

[PATCH] t2080: fix cp invocation to copy symlinks instead of following them
 2021-05-27 12:51 UTC  (3+ messages)

[PATCH] doc: replace jargon word "impact" with "effect"/"affect"
 2021-05-27 11:20 UTC  (4+ messages)

[PATCH 0/9] send-email: various optimizations to speed up by >2x
 2021-05-27  7:21 UTC  (2+ messages)

[PATCH 0/2] Directory traversal fixes
 2021-05-27  4:53 UTC  (3+ messages)
` [PATCH 1/2] dir: update stale description of treat_directory()
` [PATCH 2/2] dir: introduce readdir_skip_dot_and_dotdot() helper

[PATCH 0/3] po/README: document miscellaneous topics mentioned by l10n coordinator
 2021-05-27  3:11 UTC  (7+ messages)
` [PATCH 1/3] po/README: document PO helper

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-05-27  2:06 UTC  (3+ messages)
` [PATCH v2 00/28] "

[ANNOUNCE] git related v0.3
 2021-05-27  0:58 UTC  (3+ messages)

[ANNOUNCE] git-related v1.0
 2021-05-27  0:55 UTC 


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