Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 30/31] hooks: fix a TOCTOU in "did we run a hook?" heuristic, (continued)
- [PATCH 30/31] hooks: fix a TOCTOU in "did we run a hook?" heuristic, Ævar Arnfjörð Bjarmason
- [PATCH 31/31] hook-list.h: add a generated list of hooks, like config-list.h, Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/31] minimal restart of "config-based-hooks", Emily Shaffer
- [PATCH v2 00/30] Minimal restart of "config-based-hooks", Ævar Arnfjörð Bjarmason
- [PATCH v2 03/30] hook.c: add a hook_exists() wrapper and use it in bugreport.c, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/30] hook: add 'run' subcommand, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/30] run-command.h: move find_hook() to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 12/30] commit: use hook.h to execute hooks, Ævar Arnfjörð Bjarmason
- [PATCH v2 13/30] read-cache: convert post-index-change hook to use config, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/30] git hook run: add an --ignore-missing flag, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/30] hooks: convert 'post-checkout' hook to hook library, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/30] am: convert applypatch hooks to use config, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/30] rebase: teach pre-rebase to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/30] gc: use hook library for pre-auto-gc hook, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/30] merge: use config-based hooks for post-merge hook, Ævar Arnfjörð Bjarmason
- [PATCH v2 11/30] git-p4: use 'git hook' to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH v2 16/30] run-command: allow stdin for run_processes_parallel, Ævar Arnfjörð Bjarmason
- [PATCH v2 17/30] hook: support passing stdin to hooks, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/30] send-email: use 'git hook run' for 'sendemail-validate', Ævar Arnfjörð Bjarmason
- [PATCH v2 26/30] receive-pack: convert 'update' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 15/30] run-command: remove old run_hook_{le,ve}() hook API, Ævar Arnfjörð Bjarmason
- [PATCH v2 29/30] hooks: fix a TOCTOU in "did we run a hook?" heuristic, Ævar Arnfjörð Bjarmason
- [PATCH v2 14/30] receive-pack: convert push-to-checkout hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 18/30] am: convert 'post-rewrite' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 23/30] reference-transaction: use hook.h to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH v2 20/30] hook: provide stdin by string_list or callback, Ævar Arnfjörð Bjarmason
- [PATCH v2 19/30] run-command: add stdin callback for parallelization, Ævar Arnfjörð Bjarmason
- [PATCH v2 22/30] transport: convert pre-push hook to use config, Ævar Arnfjörð Bjarmason
- [PATCH v2 21/30] hook: convert 'post-rewrite' hook in sequencer.c to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 30/30] hook-list.h: add a generated list of hooks, like config-list.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 27/30] post-update: use hook.h library, Ævar Arnfjörð Bjarmason
- [PATCH v2 25/30] hooks: allow callers to capture output, Ævar Arnfjörð Bjarmason
- [PATCH v2 24/30] run-command: allow capturing of collated output, Ævar Arnfjörð Bjarmason
- [PATCH v2 28/30] receive-pack: convert receive hooks to hook.h, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/30] Minimal restart of "config-based-hooks", Emily Shaffer
- [PATCH 00/27] Base for "config-based-hooks", Ævar Arnfjörð Bjarmason
- [PATCH 01/27] hook: add 'run' subcommand, Ævar Arnfjörð Bjarmason
- [PATCH 04/27] am: convert applypatch hooks to use config, Ævar Arnfjörð Bjarmason
- [PATCH 06/27] merge: use config-based hooks for post-merge hook, Ævar Arnfjörð Bjarmason
- [PATCH 02/27] gc: use hook library for pre-auto-gc hook, Ævar Arnfjörð Bjarmason
- [PATCH 03/27] rebase: teach pre-rebase to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH 05/27] hooks: convert 'post-checkout' hook to hook library, Ævar Arnfjörð Bjarmason
- [PATCH 09/27] git-p4: use 'git hook' to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH 07/27] git hook run: add an --ignore-missing flag, Ævar Arnfjörð Bjarmason
- [PATCH 08/27] send-email: use 'git hook run' for 'sendemail-validate', Ævar Arnfjörð Bjarmason
- [PATCH 10/27] commit: use hook.h to execute hooks, Ævar Arnfjörð Bjarmason
- [PATCH 12/27] receive-pack: convert push-to-checkout hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH 13/27] run-command: remove old run_hook_{le,ve}() hook API, Ævar Arnfjörð Bjarmason
- [PATCH 14/27] run-command: allow stdin for run_processes_parallel, Ævar Arnfjörð Bjarmason
- [PATCH 15/27] hook: support passing stdin to hooks, Ævar Arnfjörð Bjarmason
- [PATCH 11/27] read-cache: convert post-index-change hook to use config, Ævar Arnfjörð Bjarmason
- [PATCH 16/27] am: convert 'post-rewrite' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH 17/27] run-command: add stdin callback for parallelization, Ævar Arnfjörð Bjarmason
- [PATCH 18/27] hook: provide stdin by string_list or callback, Ævar Arnfjörð Bjarmason
- [PATCH 19/27] hook: convert 'post-rewrite' hook in sequencer.c to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH 20/27] transport: convert pre-push hook to use config, Ævar Arnfjörð Bjarmason
- [PATCH 22/27] run-command: allow capturing of collated output, Ævar Arnfjörð Bjarmason
- [PATCH 21/27] reference-transaction: use hook.h to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH 23/27] hooks: allow callers to capture output, Ævar Arnfjörð Bjarmason
- [PATCH 24/27] receive-pack: convert 'update' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH 25/27] post-update: use hook.h library, Ævar Arnfjörð Bjarmason
- [PATCH 26/27] receive-pack: convert receive hooks to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH 27/27] hooks: fix a TOCTOU in "did we run a hook?" heuristic, Ævar Arnfjörð Bjarmason
- [PATCH 0/9] config-based hooks restarted, Emily Shaffer
- Re: [PATCH 00/27] Base for "config-based-hooks", Emily Shaffer
- [PATCH v4 00/36] Run hooks via "git run hook" & hook library, Ævar Arnfjörð Bjarmason
- [PATCH v4 01/36] Makefile: mark "check" target as .PHONY, Ævar Arnfjörð Bjarmason
- [PATCH v4 02/36] Makefile: stop hardcoding {command,config}-list.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 03/36] Makefile: remove an out-of-date comment, Ævar Arnfjörð Bjarmason
- [PATCH v4 04/36] hook.[ch]: move find_hook() to this new library, Ævar Arnfjörð Bjarmason
- [PATCH v4 05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c, Ævar Arnfjörð Bjarmason
- [PATCH v4 07/36] hook-list.h: add a generated list of hooks, like config-list.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 09/36] gc: use hook library for pre-auto-gc hook, Ævar Arnfjörð Bjarmason
- [PATCH v4 06/36] hook.c users: use "hook_exists()" insted of "find_hook()", Ævar Arnfjörð Bjarmason
- [PATCH v4 08/36] hook: add 'run' subcommand, Ævar Arnfjörð Bjarmason
- [PATCH v4 12/36] hooks: convert 'post-checkout' hook to hook library, Ævar Arnfjörð Bjarmason
- [PATCH v4 10/36] rebase: convert pre-rebase to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 11/36] am: convert applypatch to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 13/36] merge: convert post-merge to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 14/36] git hook run: add an --ignore-missing flag, Ævar Arnfjörð Bjarmason
- [PATCH v4 15/36] send-email: use 'git hook run' for 'sendemail-validate', Ævar Arnfjörð Bjarmason
- [PATCH v4 16/36] git-p4: use 'git hook' to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH v4 17/36] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 18/36] read-cache: convert post-index-change to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 19/36] receive-pack: convert push-to-checkout hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 20/36] run-command: remove old run_hook_{le,ve}() hook API, Ævar Arnfjörð Bjarmason
- [PATCH v4 21/36] run-command: allow stdin for run_processes_parallel, Ævar Arnfjörð Bjarmason
- [PATCH v4 22/36] hook: support passing stdin to hooks, Ævar Arnfjörð Bjarmason
- [PATCH v4 24/36] run-command: add stdin callback for parallelization, Ævar Arnfjörð Bjarmason
- [PATCH v4 23/36] am: convert 'post-rewrite' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 26/36] hook: convert 'post-rewrite' hook in sequencer.c to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 25/36] hook: provide stdin by string_list or callback, Ævar Arnfjörð Bjarmason
- [PATCH v4 27/36] transport: convert pre-push hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 28/36] hook tests: test for exact "pre-push" hook input, Ævar Arnfjörð Bjarmason
- [PATCH v4 29/36] hook tests: use a modern style for "pre-push" tests, Ævar Arnfjörð Bjarmason
- [PATCH v4 30/36] reference-transaction: use hook.h to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH v4 32/36] hooks: allow callers to capture output, Ævar Arnfjörð Bjarmason
- [PATCH v4 31/36] run-command: allow capturing of collated output, Ævar Arnfjörð Bjarmason
- [PATCH v4 33/36] receive-pack: convert 'update' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v4 36/36] hooks: fix a TOCTOU in "did we run a hook?" heuristic, Ævar Arnfjörð Bjarmason
- [PATCH v4 34/36] post-update: use hook.h library, Ævar Arnfjörð Bjarmason
- [PATCH v4 35/36] receive-pack: convert receive hooks to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/6] config-based hooks restarted, Emily Shaffer
- Re: [PATCH v4 00/36] Run hooks via "git run hook" & hook library, Emily Shaffer
- Re: [PATCH v4 00/36] Run hooks via "git run hook" & hook library, Emily Shaffer
- [PATCH v5 00/36] Run hooks via "git run hook" & hook library, Ævar Arnfjörð Bjarmason
- [PATCH v5 01/36] Makefile: mark "check" target as .PHONY, Ævar Arnfjörð Bjarmason
- [PATCH v5 02/36] Makefile: stop hardcoding {command,config}-list.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 03/36] Makefile: remove an out-of-date comment, Ævar Arnfjörð Bjarmason
- [PATCH v5 04/36] hook.[ch]: move find_hook() from run-command.c to hook.c, Ævar Arnfjörð Bjarmason
- [PATCH v5 05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c, Ævar Arnfjörð Bjarmason
- [PATCH v5 06/36] hook.c users: use "hook_exists()" instead of "find_hook()", Ævar Arnfjörð Bjarmason
- [PATCH v5 07/36] hook-list.h: add a generated list of hooks, like config-list.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 08/36] hook: add 'run' subcommand, Ævar Arnfjörð Bjarmason
- [PATCH v5 09/36] gc: use hook library for pre-auto-gc hook, Ævar Arnfjörð Bjarmason
- [PATCH v5 10/36] rebase: convert pre-rebase to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 11/36] am: convert applypatch to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 12/36] hooks: convert 'post-checkout' hook to hook library, Ævar Arnfjörð Bjarmason
- [PATCH v5 13/36] merge: convert post-merge to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 14/36] git hook run: add an --ignore-missing flag, Ævar Arnfjörð Bjarmason
- [PATCH v5 15/36] send-email: use 'git hook run' for 'sendemail-validate', Ævar Arnfjörð Bjarmason
- [PATCH v5 16/36] git-p4: use 'git hook' to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH v5 17/36] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 18/36] read-cache: convert post-index-change to use hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 19/36] receive-pack: convert push-to-checkout hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 20/36] run-command: remove old run_hook_{le,ve}() hook API, Ævar Arnfjörð Bjarmason
- [PATCH v5 21/36] run-command: allow stdin for run_processes_parallel, Ævar Arnfjörð Bjarmason
- [PATCH v5 22/36] hook: support passing stdin to hooks, Ævar Arnfjörð Bjarmason
- [PATCH v5 23/36] am: convert 'post-rewrite' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 24/36] run-command: add stdin callback for parallelization, Ævar Arnfjörð Bjarmason
- [PATCH v5 25/36] hook: provide stdin by string_list or callback, Ævar Arnfjörð Bjarmason
- [PATCH v5 26/36] hook: convert 'post-rewrite' hook in sequencer.c to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 28/36] hook tests: test for exact "pre-push" hook input, Ævar Arnfjörð Bjarmason
- [PATCH v5 27/36] transport: convert pre-push hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 31/36] run-command: allow capturing of collated output, Ævar Arnfjörð Bjarmason
- [PATCH v5 32/36] hooks: allow callers to capture output, Ævar Arnfjörð Bjarmason
- [PATCH v5 30/36] reference-transaction: use hook.h to run hooks, Ævar Arnfjörð Bjarmason
- [PATCH v5 29/36] hook tests: use a modern style for "pre-push" tests, Ævar Arnfjörð Bjarmason
- [PATCH v5 33/36] receive-pack: convert 'update' hook to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 34/36] post-update: use hook.h library, Ævar Arnfjörð Bjarmason
- [PATCH v5 35/36] receive-pack: convert receive hooks to hook.h, Ævar Arnfjörð Bjarmason
- [PATCH v5 36/36] hooks: fix a TOCTOU in "did we run a hook?" heuristic, Ævar Arnfjörð Bjarmason
- RE: [PATCH v2 00/30] Minimal restart of "config-based-hooks", Felipe Contreras
- [PATCH] t2080: fix cp invocation to copy symlinks instead of following them,
Matheus Tavares
- [BUG REPORT] File names that contain UTF8 characters are unnecessarily escaped in 'git status .' messages,
Yuri
- patatt: end-to-end developer attestation for patches, Konstantin Ryabitsev
- Runaway sed memory use in test on older sed+glibc (was "Re: [PATCH v6 1/3] test: add helper functions for git-bundle"),
Ævar Arnfjörð Bjarmason
- time needed to rebase shortend by using --onto?,
Uwe Kleine-König
- CI: 'seen' minus a few passes tests, eh, almost,
Junio C Hamano
- The top 1% of commit trailers,
Felipe Contreras
- CI fail: "invalid object type" only on dockerized linux32 runs?,
Junio C Hamano
- Draft of Git Rev News edition 75, Christian Couder
- [PATCH v3 00/12] doc: cleanup old cruft and asciidoctor revamp,
Felipe Contreras
- [PATCH v3 01/12] doc: remove GNU troff workaround, Felipe Contreras
- [PATCH v3 02/12] doc: use --stringparam in xmlto, Felipe Contreras
- [PATCH v3 03/12] doc: simplify version passing, Felipe Contreras
- [PATCH v3 04/12] doc: asciidoc: remove unnecessary attribute, Felipe Contreras
- [PATCH v3 05/12] doc: asciidoctor: remove unnecessary require, Felipe Contreras
- [PATCH v3 06/12] doc: asciidoctor: remove cruft, Felipe Contreras
- [PATCH v3 08/12] doc: asciidoctor: use html-prefix only for html, Felipe Contreras
- [PATCH v3 07/12] doc: asciidoctor: reorganize extensions, Felipe Contreras
- [PATCH v3 10/12] doc: asciidoctor: improve string handling, Felipe Contreras
- [PATCH v3 11/12] doc: asciidoctor: split the format from the code, Felipe Contreras
- [PATCH v3 12/12] doc: asciidoctor: specify name of our group, Felipe Contreras
- [PATCH v3 09/12] doc: asciidoctor: refactor macro registration, Felipe Contreras
- git status when merging non-conflicted 3-way merge says "All conflicts fixed",
Bagas Sanjaya
- [PATCH] init: fix bug regarding ~/ expansion in init.templateDir,
Matheus Tavares
- RE: [ANNOUNCE] Git v2.32.0-rc1 - Defect in t0301.3, t1092.6, t5300,
Randall S. Becker
- Dear Fiend., Mr. Parker Ben Smith
- [PATCH] t1092: use GIT_PROGRESS_DELAY for consistent results,
Derrick Stolee via GitGitGadget
- [PATCH] t9001-send-email.sh: fix expected absolute paths on Windows,
Johannes Sixt
- [GSoC] Git Blog 1,
ZheNing Hu
- [PATCH 0/3] [GSOC][RFC] ref-filter: add contents:raw atom,
ZheNing Hu via GitGitGadget
- [PATCH v6] help: colorize man pages,
Felipe Contreras
- [GSoC] My Git Dev Blog,
Atharva Raykar
- fast forward merge overwriting my code,
Andre Ulrich
- [ANNOUNCE] Git for Windows 2.32.0-rc1, Johannes Schindelin
- What's cooking in git.git (May 2021, #05; Sat, 22), Junio C Hamano
- [ANNOUNCE] Git v2.32.0-rc1,
Junio C Hamano
- [PATCH] t: use configured TAR instead of tar,
Đoàn Trần Công Danh
- [PATCH v5] help: colorize man pages,
Felipe Contreras
- [PATCH v2 00/11] doc: asciidoctor: direct man page creation and fixes,
Felipe Contreras
- [PATCH v2 01/11] doc: doc-diff: set docdate manually, Felipe Contreras
- [PATCH v2 02/11] doc-diff: drop --cut-footer switch, Felipe Contreras
- [PATCH v2 03/11] doc: use asciidoctor to build man pages directly, Felipe Contreras
- [PATCH v2 04/11] doc-diff: support asciidoctor man pages, Felipe Contreras
- [PATCH v2 05/11] doc: asciidoctor: add linkgit macros in man pages, Felipe Contreras
- [PATCH v2 06/11] doc: add man pages workaround for asciidoctor, Felipe Contreras
- [PATCH v2 07/11] doc: asciidoctor: add hack for xrefs, Felipe Contreras
- [PATCH v2 08/11] doc: asciidoctor: add hack to improve links, Felipe Contreras
- [PATCH v2 09/11] doc: asciidoctor: add support for baseurl, Felipe Contreras
- [PATCH v2 10/11] doc: asciidoctor: cleanup man page hack, Felipe Contreras
- [PATCH v2 11/11] doc: asciidoctor: add hack for old versions, Felipe Contreras
- RE: [PATCH v2 00/11] doc: asciidoctor: direct man page creation and fixes, Felipe Contreras
- [PATCH v2 00/12] doc: cleanup old cruft and asciidoctor revamp,
Felipe Contreras
- [PATCH v2 01/12] doc: remove GNU troff workaround, Felipe Contreras
- [PATCH v2 02/12] doc: use --stringparam in xmlto, Felipe Contreras
- [PATCH v2 03/12] doc: simplify version passing, Felipe Contreras
- [PATCH v2 04/12] doc: asciidoc: remove unnecessary attribute, Felipe Contreras
- [PATCH v2 05/12] doc: asciidoctor: remove unnecessary require, Felipe Contreras
- [PATCH v2 06/12] doc: asciidoctor: remove cruft, Felipe Contreras
- [PATCH v2 07/12] doc: asciidoctor: reorganize extensions, Felipe Contreras
- [PATCH v2 08/12] doc: asciidoctor: use html-prefix only for html, Felipe Contreras
- [PATCH v2 09/12] doc: asciidoctor: refactor macro registration, Felipe Contreras
- [PATCH v2 10/12] doc: asciidoctor: improve string handling, Felipe Contreras
- [PATCH v2 11/12] doc: asciidoctor: split the format from the code, Felipe Contreras
- [PATCH v2 12/12] doc: asciidoctor: specify name of our group, Felipe Contreras
- Re: [PATCH v2 00/12] doc: cleanup old cruft and asciidoctor revamp, Junio C Hamano
- [PATCH v3 0/5] doc: asciidoc cleanups,
Felipe Contreras
- Formatting options are ignored when tracking functions,
Aidan
- [PATCH] stash show: use stash.showIncludeUntracked even when diff options given,
Denton Liu
- What's cooking in git.git (May 2021, #04; Fri, 21), Junio C Hamano
- [Bug] git-credential-netrc.perl is not built and is not available in `exec-path`,
Siavash
- [PATCH] [GSOC] ref-filter: add contents:raw atom,
ZheNing Hu via GitGitGadget
- [PATCH] help: fix small typo in error message,
Jean-Noël Avila
- getting git.exe for Android Studio on Windows,
Somogyi Henrik
[PATCH v4] help: colorize man pages,
Felipe Contreras
What's cooking in git.git (May 2021, #03; Thu, 20),
Junio C Hamano
[Bug Report] git log -L:<funcname>:<file>,
Weishi Zeng
RFC: error codes on exit,
Jonathan Nieder
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]