Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v3 1/9] tree: do not use the_repository for tree traversal methods., (continued)
- [PATCH v3 2/9] tree: update cases to use repo_ tree methods, Heather Lapointe via GitGitGadget
- [PATCH v3 3/9] tree: increase test coverage for tree.c, Heather Lapointe via GitGitGadget
- [PATCH v3 4/9] tree: handle submodule case for read_tree_at properly, Heather Lapointe via GitGitGadget
- [PATCH v3 5/9] tree: add repository parameter to read_tree_fn_t, Heather Lapointe via GitGitGadget
- [PATCH v3 6/9] archive: pass repo objects to write_archive handlers, Heather Lapointe via GitGitGadget
- [PATCH v3 7/9] archive: remove global repository from archive_args, Heather Lapointe via GitGitGadget
- [PATCH v3 9/9] archive: add tests for git archive --recurse-submodules, Heather Lapointe via GitGitGadget
- [PATCH v3 8/9] archive: add --recurse-submodules to git-archive command, Heather Lapointe via GitGitGadget
- Re: [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command, Phillip Wood
- Re: [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command, Junio C Hamano
- Re: [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command, Glen Choo
- How to best maintain directories like /etc/sysstat in GIT?,
Thorsten Schöning
- [PATCH] mergetool: new config guiDefault supports auto-toggling gui by DISPLAY,
Tao Klerks via GitGitGadget
- [PATCH v3] docs: git-send-email: difference between ssl and tls smtp-encryption,
sndanailov
- [PATCH 0/3] Implement filtering repacks,
Christian Couder
- [PATCH] abspath.h file is generated by makeheaders tool,
skrab-sah via GitGitGadget
- [BUG] git fetch fetches tags matching negative refspec,
Erik Cervin Edin
- 2.38 "protected configuration" ignores includes,
Mantas Mikulėnas
- bug in Git.pm handling unsafe repos, Hank Leininger
- [PATCH] tests: add test highlighting submodule remote breakage, Jacob Keller
- [PATCH v2 4/4] diff-lib: parallelize run_diff_files for submodules,
Calvin Wan
- [PATCH v2 3/4] diff-lib: refactor match_stat_with_submodule, Calvin Wan
- [PATCH v2 2/4] submodule: move status parsing into function,
Calvin Wan
- [PATCH v2 1/4] run-command: add pipe_output_fn to run_processes_parallel_opts,
Calvin Wan
- [PATCH v2 0/4] submodule: parallelize diff,
Calvin Wan
- Error / feature-request: Signing git commits with SSH hardware key,
Nicolas Graves
- [PATCH v2] docs: git-send-email: difference between ssl and tls smtp-encryption,
sndanailov
- Seemingly inconsistent checkout behaviour,
Bart Kuster
- [PATCH] archive: deduplicate verbose printing,
René Scharfe
- Multiple --global config workspaces?,
Elsie Hupp
- [PATCH 0/7] shortlog: introduce `--group=<format>`,
Taylor Blau
- [PATCH 1/7] Documentation: extract date-options.txt, Taylor Blau
- [PATCH 2/7] shortlog: accept `--date`-related options, Taylor Blau
- [PATCH 3/7] shortlog: extract `--group` fragment for translation, Taylor Blau
- [PATCH 6/7] shortlog: implement `--group=committer` in terms of `--group=<format>`, Taylor Blau
- [PATCH 4/7] shortlog: support arbitrary commit format `--group`s, Taylor Blau
- [PATCH 5/7] shortlog: implement `--group=author` in terms of `--group=<format>`, Taylor Blau
- [PATCH 7/7] shortlog: implement `--group=trailer` in terms of `--group=<format>`, Taylor Blau
- [PATCH v2 0/6] shortlog: introduce `--group=<format>`, Taylor Blau
- [PATCH v3 0/7] shortlog: introduce `--group=<format>`, Taylor Blau
- [PATCH 0/7] shortlog: introduce `--group=<format>`, Taylor Blau
- What's cooking in git.git (Oct 2022, #03; Mon, 10),
Junio C Hamano
- [no subject], Glen Choo
- [PATCH] docs: git-send-email: difference between ssl and tls smtp-encryption,
sndanailov
- [PATCH] git.c: fix, stop passing options after --help,
Daniel Sonbolian via GitGitGadget
- Git BUG 2.37.3 and 2.38.0,
orygaw
- [PATCH] t3435: remove redundant test case,
Phillip Wood via GitGitGadget
- [PATCH 0/2] ci(main): upgrade actions/checkout to v3,
Oscar Dominguez via GitGitGadget
- [PATCH] ci: add address and undefined sanitizer tasks,
Junio C Hamano
- [PATCH 00/12] fsmonitor: Implement fsmonitor for Linux,
Eric DeCosta via GitGitGadget
- [PATCH 02/12] fsmonitor: relocate socket file if .git directory is remote, Eric DeCosta via GitGitGadget
- [PATCH 04/12] fsmonitor: deal with synthetic firmlinks on macOS, Eric DeCosta via GitGitGadget
- [PATCH 03/12] fsmonitor: avoid socket location check if using hook, Eric DeCosta via GitGitGadget
- [PATCH 05/12] fsmonitor: check for compatability before communicating with fsmonitor, Eric DeCosta via GitGitGadget
- [PATCH 01/12] fsmonitor: refactor filesystem checks to common interface, Eric DeCosta via GitGitGadget
- [PATCH 06/12] fsmonitor: add documentation for allowRemote and socketDir options, Eric DeCosta via GitGitGadget
- [PATCH 07/12] fsmonitor: prepare to share code between Mac OS and Linux, Eric DeCosta via GitGitGadget
- [PATCH 08/12] fsmonitor: determine if filesystem is local or remote, Eric DeCosta via GitGitGadget
- [PATCH 09/12] fsmonitor: implement filesystem change listener for Linux, Eric DeCosta via GitGitGadget
- [PATCH 10/12] fsmonitor: enable fsmonitor for Linux, Eric DeCosta via GitGitGadget
- [PATCH 11/12] fsmonitor: test updates, Eric DeCosta via GitGitGadget
- [PATCH 12/12] fsmonitor: update doc for Linux, Eric DeCosta via GitGitGadget
- Re: [PATCH 00/12] fsmonitor: Implement fsmonitor for Linux, Junio C Hamano
- Re: [PATCH 00/12] fsmonitor: Implement fsmonitor for Linux, Junio C Hamano
- [PATCH v2 00/12] fsmonitor: Implement fsmonitor for Linux, Eric DeCosta via GitGitGadget
- [PATCH v2 01/12] fsmonitor: refactor filesystem checks to common interface, Eric DeCosta via GitGitGadget
- [PATCH v2 02/12] fsmonitor: relocate socket file if .git directory is remote, Eric DeCosta via GitGitGadget
- [PATCH v2 03/12] fsmonitor: avoid socket location check if using hook, Eric DeCosta via GitGitGadget
- [PATCH v2 05/12] fsmonitor: check for compatability before communicating with fsmonitor, Eric DeCosta via GitGitGadget
- [PATCH v2 06/12] fsmonitor: add documentation for allowRemote and socketDir options, Eric DeCosta via GitGitGadget
- [PATCH v2 07/12] fsmonitor: prepare to share code between Mac OS and Linux, Eric DeCosta via GitGitGadget
- [PATCH v2 04/12] fsmonitor: deal with synthetic firmlinks on macOS, Eric DeCosta via GitGitGadget
- [PATCH v2 12/12] fsmonitor: update doc for Linux, Eric DeCosta via GitGitGadget
- [PATCH v2 10/12] fsmonitor: enable fsmonitor for Linux, Eric DeCosta via GitGitGadget
- [PATCH v2 08/12] fsmonitor: determine if filesystem is local or remote, Eric DeCosta via GitGitGadget
- [PATCH v2 09/12] fsmonitor: implement filesystem change listener for Linux, Eric DeCosta via GitGitGadget
- [PATCH v2 11/12] fsmonitor: test updates, Eric DeCosta via GitGitGadget
- Re: [PATCH v2 00/12] fsmonitor: Implement fsmonitor for Linux, Junio C Hamano
- Re: [PATCH v2 00/12] fsmonitor: Implement fsmonitor for Linux, Glen Choo
- [PATCH v3 0/6] fsmonitor: Implement fsmonitor for Linux, Eric DeCosta via GitGitGadget
- Re: [PATCH 00/12] fsmonitor: Implement fsmonitor for Linux, Ævar Arnfjörð Bjarmason
- [Outreachy] internship contribution,
NSENGIYUMVA WILBERFORCE
[PATCH] dir: use fspathncmp() in pl_hashmap_cmp(),
René Scharfe
[PATCH] symbolic-ref: teach "--[no-]recurse" option,
Junio C Hamano
[PATCH] SubmittingPatches: use usual capitalization in the log message body,
Junio C Hamano
[PATCH] bundle-uri: fix technical doc issues, Derrick Stolee via GitGitGadget
[PATCH] Update kdiff3 install location,
Michael Schindler via GitGitGadget
sudmodule.<name>.recurse ignored,
Michael S. Tsirkin
[PATCH 0/5] CodingGuidelines: various C99 updates,
Ævar Arnfjörð Bjarmason
A possibly mistake on the "Git Commands - Setup and Config page",
ddady
What's cooking in git.git (Oct 2022, #02; Thu, 6), Junio C Hamano
[PATCH 0/2] Fix syntax errors under clang 11.0.0 on MacOS,
Jeff Hostetler via GitGitGadget
[feature request] resume capability for users in enemies of Internet countries,
m
Idea: Git Bundle V3 capability @HEAD=ref/heads/<name>,
Philip Oakley
[PATCH 0/3] [RFC] tests: add test_todo() for known failures,
Phillip Wood via GitGitGadget
[PATCH 0/4] a few small unused-parameter fixes,
Jeff King
[PATCH 0/2] Minor Refactors: remove useless else,
dsal3389 via GitGitGadget
[PATCH] git-compat-util.h: GCC deprecated message arg only in GCC 4.5+,
Aleajndro R Sedeño
[filter-repo PATCH] contrib: new tool to convert svn:externals to Git submodules,
Markus Heidelberg
Request for a "connected mode" -- server-side command execution,
Alireza
[PATCH] git-compat-util.h: fix build on gcc 4.4.x and earlier,
Jeremy Lin
issue with submodules using origin remote unexpectadly,
Jacob Keller
[PATCH] t/lib-httpd: pass LANG to Apache,
René Scharfe
[PATCH 0/9] Trace2 timers and counters and some cleanup,
Jeff Hostetler via GitGitGadget
- [PATCH 8/9] trace2: add stopwatch timers, Jeff Hostetler via GitGitGadget
- [PATCH 4/9] tr2tls: clarify TLS terminology, Jeff Hostetler via GitGitGadget
- [PATCH 7/9] api-trace2.txt: elminate section describing the public trace2 API, Jeff Hostetler via GitGitGadget
- [PATCH 1/9] builtin/merge-file: fix compiler warning on MacOS with clang 11.0.0, Jeff Hostetler via GitGitGadget
- [PATCH 3/9] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx, Jeff Hostetler via GitGitGadget
- [PATCH 9/9] trace2: add global counter mechanism, Jeff Hostetler via GitGitGadget
- [PATCH 2/9] builtin/unpack-objects.c: fix compiler warning on MacOS with clang 11.0.0, Jeff Hostetler via GitGitGadget
- [PATCH 5/9] trace2: rename trace2 thread_name argument as name_hint, Jeff Hostetler via GitGitGadget
- [PATCH 6/9] trace2: convert ctx.thread_name to flex array, Jeff Hostetler via GitGitGadget
- Re: [PATCH 0/9] Trace2 timers and counters and some cleanup, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/9] Trace2 timers and counters and some cleanup, Derrick Stolee
- [PATCH v2 0/7] Trace2 timers and counters and some cleanup, Jeff Hostetler via GitGitGadget
- [PATCH v2 1/7] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx, Jeff Hostetler via GitGitGadget
- [PATCH v2 2/7] tr2tls: clarify TLS terminology, Jeff Hostetler via GitGitGadget
- [PATCH v2 5/7] trace2: convert ctx.thread_name from strbuf to pointer, Jeff Hostetler via GitGitGadget
- [PATCH v2 4/7] trace2: rename the thread_name argument to trace2_thread_start, Jeff Hostetler via GitGitGadget
- [PATCH v2 3/7] api-trace2.txt: elminate section describing the public trace2 API, Jeff Hostetler via GitGitGadget
- [PATCH v2 7/7] trace2: add global counter mechanism, Jeff Hostetler via GitGitGadget
- [PATCH v2 6/7] trace2: add stopwatch timers, Jeff Hostetler via GitGitGadget
- [PATCH v3 0/8] Trace2 timers and counters and some cleanup, Jeff Hostetler via GitGitGadget
- [PATCH v3 1/8] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx, Jeff Hostetler via GitGitGadget
- [PATCH v3 2/8] tr2tls: clarify TLS terminology, Jeff Hostetler via GitGitGadget
- [PATCH v3 4/8] trace2: rename the thread_name argument to trace2_thread_start, Jeff Hostetler via GitGitGadget
- [PATCH v3 3/8] api-trace2.txt: elminate section describing the public trace2 API, Jeff Hostetler via GitGitGadget
- [PATCH v3 5/8] trace2: improve thread-name documentation in the thread-context, Jeff Hostetler via GitGitGadget
- [PATCH v3 7/8] trace2: add stopwatch timers, Jeff Hostetler via GitGitGadget
- [PATCH v3 6/8] trace2: convert ctx.thread_name from strbuf to pointer, Jeff Hostetler via GitGitGadget
- [PATCH v3 8/8] trace2: add global counter mechanism, Jeff Hostetler via GitGitGadget
- [PATCH v4 0/8] Trace2 timers and counters and some cleanup, Jeff Hostetler via GitGitGadget
- [PATCH v4 1/8] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx, Jeff Hostetler via GitGitGadget
- [PATCH v4 3/8] api-trace2.txt: elminate section describing the public trace2 API, Jeff Hostetler via GitGitGadget
- [PATCH v4 7/8] trace2: add stopwatch timers, Jeff Hostetler via GitGitGadget
- [PATCH v4 2/8] tr2tls: clarify TLS terminology, Jeff Hostetler via GitGitGadget
- [PATCH v4 8/8] trace2: add global counter mechanism, Jeff Hostetler via GitGitGadget
- [PATCH v4 6/8] trace2: convert ctx.thread_name from strbuf to pointer, Jeff Hostetler via GitGitGadget
- [PATCH v4 5/8] trace2: improve thread-name documentation in the thread-context, Jeff Hostetler via GitGitGadget
- [PATCH v4 4/8] trace2: rename the thread_name argument to trace2_thread_start, Jeff Hostetler via GitGitGadget
- Re: [PATCH v4 0/8] Trace2 timers and counters and some cleanup, Derrick Stolee
[PATCH] gc: simplify maintenance_task_pack_refs(), René Scharfe
PATCH] bisect--helper: plug strvec leak in bisect_start(),
René Scharfe
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]