Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] unicode: update the width tables to Unicode 15, (continued)
- [BUG] Non-portable Construct Introduced in diagnose.c (dirent) at v2.38.0-rc0,
rsbecker
- [PATCH 0/3] Add mailmap mechanism in --batch-check options,
Siddharth Asthana
- [PATCH] fuzz: reorganise the path for existing oss-fuzz fuzzers,
Arthur Chan via GitGitGadget
- [PATCH] help: reword explanation line for developer interfaces,
Fangyi Zhou via GitGitGadget
- git rebase crash: merge-ort.c:2622: apply_directory_rename_modifications: Assertion `ci->dirmask == 0' failed.,
Stefano Rivera
- [PATCH] bugreport: add missing closing bracket in usage line,
Fangyi Zhou via GitGitGadget
- PLEASE CONFIRM MY PREVIOUS MAIL FOR MORE DETAILS., Mrs. Rabi Affason Marcus
- git fetch --unshallow does not work as expected to remove all the limitations imposed by shallow repositories, 周少坤
- [L10N] Kickoff for Git 2.38.0 round #1, Jiang Xin
- [PATCH] docs: fix a few recently broken links,
Todd Zullinger
- [ANNOUNCE] Git for Windows 2.38.0-rc0, Johannes Schindelin
- What's cooking in git.git (Sep 2022, #04; Thu, 15),
Junio C Hamano
- [ANNOUNCE] Git v2.38.0-rc0,
Junio C Hamano
- [PATCH 0/6] revision: fix order of revs for ^!,
René Scharfe
- [Bug] Behavioral change in git clone --depth=1 --recurse-submodule, Tadeus Prastowo
- Adding existing repo at sub-sub-directory as submodule, Jonas Schulze
- [PATCH v2] reftable: use a pointer for pq_entry param,
Elijah Conners
- BUG: Value for GIT_SSL_NO_VERIFY has no effect,
Brijesh Patel
- [PATCH 0/3] diff-merges: minor cleanups,
Sergey Organov
- Small bug report in git restore -p prompt,
David Plumpton
- Re: Beyond recursive merge,
Elijah Newren
- What's cooking in git.git (Sep 2022, #03; Tue, 13), Junio C Hamano
- Git / Software Freedom Conservancy status report (2022), Taylor Blau
- Wildcards in mailmap to hide transgender people's deadnames,
Florine W. Dekker
[PATCH 0/8] [RFC] Enhance credential helper protocol to include auth headers,
Matthew John Cheetham via GitGitGadget
- [PATCH 1/8] wincred: ignore unknown lines (do not die), Matthew John Cheetham via GitGitGadget
- [PATCH 2/8] netrc: ignore unknown lines (do not die), Matthew John Cheetham via GitGitGadget
- [PATCH 5/8] credential: add WWW-Authenticate header to cred requests, Matthew John Cheetham via GitGitGadget
- [PATCH 3/8] osxkeychain: clarify that we ignore unknown lines, Matthew John Cheetham via GitGitGadget
- [PATCH 4/8] http: read HTTP WWW-Authenticate response headers, Matthew John Cheetham via GitGitGadget
- [PATCH 7/8] http: move proactive auth to first slot creation, Matthew John Cheetham via GitGitGadget
- [PATCH 6/8] http: store all request headers on active_request_slot, Matthew John Cheetham via GitGitGadget
- [PATCH 8/8] http: set specific auth scheme depending on credential, Matthew John Cheetham via GitGitGadget
- Re: [PATCH 0/8] [RFC] Enhance credential helper protocol to include auth headers, Derrick Stolee
- Re: [PATCH 0/8] [RFC] Enhance credential helper protocol to include auth headers, Lessley Dennington
- [PATCH v2 0/6] Enhance credential helper protocol to include auth headers, Matthew John Cheetham via GitGitGadget
- [PATCH v2 1/6] http: read HTTP WWW-Authenticate response headers, Matthew John Cheetham via GitGitGadget
- [PATCH v2 2/6] credential: add WWW-Authenticate header to cred requests, Matthew John Cheetham via GitGitGadget
- [PATCH v2 3/6] http: store all request headers on active_request_slot, Matthew John Cheetham via GitGitGadget
- [PATCH v2 4/6] http: move proactive auth to first slot creation, Matthew John Cheetham via GitGitGadget
- [PATCH v2 5/6] http: set specific auth scheme depending on credential, Matthew John Cheetham via GitGitGadget
- [PATCH v2 6/6] t5556-http-auth: add test for HTTP auth hdr logic, Matthew John Cheetham via GitGitGadget
- git-credential.txt, M Hickford
- [PATCH v3 00/11] Enhance credential helper protocol to include auth headers, Matthew John Cheetham via GitGitGadget
- [PATCH v3 06/11] test-http-server: add stub HTTP server test helper, Matthew John Cheetham via GitGitGadget
- [PATCH v3 01/11] http: read HTTP WWW-Authenticate response headers, Matthew John Cheetham via GitGitGadget
- [PATCH v3 07/11] test-http-server: add HTTP error response function, Matthew John Cheetham via GitGitGadget
- [PATCH v3 02/11] credential: add WWW-Authenticate header to cred requests, Matthew John Cheetham via GitGitGadget
- [PATCH v3 05/11] http: set specific auth scheme depending on credential, Matthew John Cheetham via GitGitGadget
- [PATCH v3 10/11] test-http-server: add simple authentication, Matthew John Cheetham via GitGitGadget
- [PATCH v3 08/11] test-http-server: add HTTP request parsing, Matthew John Cheetham via GitGitGadget
- [PATCH v3 09/11] test-http-server: pass Git requests to http-backend, Matthew John Cheetham via GitGitGadget
- [PATCH v3 11/11] t5556: add HTTP authentication tests, Matthew John Cheetham via GitGitGadget
- [PATCH v3 04/11] http: move proactive auth to first slot creation, Matthew John Cheetham via GitGitGadget
- [PATCH v3 03/11] http: store all request headers on active_request_slot, Matthew John Cheetham via GitGitGadget
- Re: [PATCH v3 00/11] Enhance credential helper protocol to include auth headers, M Hickford
- Re: [PATCH v3 00/11] Enhance credential helper protocol to include auth headers, Derrick Stolee
- Re: [PATCH v3 00/11] Enhance credential helper protocol to include auth headers, Glen Choo
- Re: [PATCH v3 00/11] Enhance credential helper protocol to include auth headers, Junio C Hamano
- [PATCH v4 0/8] Enhance credential helper protocol to include auth headers, Matthew John Cheetham via GitGitGadget
- [PATCH v4 3/8] test-http-server: add stub HTTP server test helper, Matthew John Cheetham via GitGitGadget
- [PATCH v4 7/8] test-http-server: add simple authentication, Matthew John Cheetham via GitGitGadget
- [PATCH v4 5/8] test-http-server: add HTTP request parsing, Matthew John Cheetham via GitGitGadget
- [PATCH v4 1/8] http: read HTTP WWW-Authenticate response headers, Matthew John Cheetham via GitGitGadget
- [PATCH v4 6/8] test-http-server: pass Git requests to http-backend, Matthew John Cheetham via GitGitGadget
- [PATCH v4 4/8] test-http-server: add HTTP error response function, Matthew John Cheetham via GitGitGadget
- [PATCH v4 2/8] credential: add WWW-Authenticate header to cred requests, Matthew John Cheetham via GitGitGadget
- [PATCH v4 8/8] t5556: add HTTP authentication tests, Matthew John Cheetham via GitGitGadget
- [PATCH v5 00/10] Enhance credential helper protocol to include auth headers, Matthew John Cheetham via GitGitGadget
- [PATCH v5 02/10] daemon: libify child process handling functions, Matthew John Cheetham via GitGitGadget
- [PATCH v5 01/10] daemon: libify socket setup and option functions, Matthew John Cheetham via GitGitGadget
- [PATCH v5 04/10] test-http-server: add stub HTTP server test helper, Matthew John Cheetham via GitGitGadget
- [PATCH v5 03/10] daemon: rename some esoteric/laboured terminology, Matthew John Cheetham via GitGitGadget
- [PATCH v5 05/10] test-http-server: add HTTP error response function, Matthew John Cheetham via GitGitGadget
- [PATCH v5 07/10] http: replace unsafe size_t multiplication with st_mult, Matthew John Cheetham via GitGitGadget
- [PATCH v5 06/10] test-http-server: add simple authentication, Matthew John Cheetham via GitGitGadget
- [PATCH v5 08/10] strvec: expose strvec_push_nodup for external use, Matthew John Cheetham via GitGitGadget
- [PATCH v5 09/10] http: read HTTP WWW-Authenticate response headers, Matthew John Cheetham via GitGitGadget
- [PATCH v5 10/10] credential: add WWW-Authenticate header to cred requests, Matthew John Cheetham via GitGitGadget
- [PATCH v6 00/12] Enhance credential helper protocol to include auth headers, Matthew John Cheetham via GitGitGadget
- [PATCH v6 01/12] daemon: libify socket setup and option functions, Matthew John Cheetham via GitGitGadget
- [PATCH v6 02/12] daemon: libify child process handling functions, Matthew John Cheetham via GitGitGadget
- [PATCH v6 03/12] daemon: rename some esoteric/laboured terminology, Matthew John Cheetham via GitGitGadget
- [PATCH v6 05/12] test-http-server: add HTTP error response function, Matthew John Cheetham via GitGitGadget
- [PATCH v6 04/12] test-http-server: add stub HTTP server test helper, Matthew John Cheetham via GitGitGadget
- [PATCH v6 06/12] test-http-server: add HTTP request parsing, Matthew John Cheetham via GitGitGadget
- [PATCH v6 08/12] test-http-server: add simple authentication, Matthew John Cheetham via GitGitGadget
- [PATCH v6 09/12] test-http-server: add sending of arbitrary headers, Matthew John Cheetham via GitGitGadget
- [PATCH v6 10/12] http: replace unsafe size_t multiplication with st_mult, Matthew John Cheetham via GitGitGadget
- [PATCH v6 07/12] test-http-server: pass Git requests to http-backend, Matthew John Cheetham via GitGitGadget
- [PATCH v6 11/12] http: read HTTP WWW-Authenticate response headers, Matthew John Cheetham via GitGitGadget
- [PATCH v6 12/12] credential: add WWW-Authenticate header to cred requests, Matthew John Cheetham via GitGitGadget
- [PATCH v7 00/12] Enhance credential helper protocol to include auth headers, Matthew John Cheetham via GitGitGadget
- [PATCH v7 05/12] test-http-server: add HTTP error response function, Matthew John Cheetham via GitGitGadget
- [PATCH v7 02/12] daemon: libify child process handling functions, Matthew John Cheetham via GitGitGadget
- [PATCH v7 03/12] daemon: rename some esoteric/laboured terminology, Matthew John Cheetham via GitGitGadget
- [PATCH v7 07/12] test-http-server: pass Git requests to http-backend, Matthew John Cheetham via GitGitGadget
- [PATCH v7 04/12] test-http-server: add stub HTTP server test helper, Matthew John Cheetham via GitGitGadget
- [PATCH v7 01/12] daemon: libify socket setup and option functions, Matthew John Cheetham via GitGitGadget
- [PATCH v7 06/12] test-http-server: add HTTP request parsing, Matthew John Cheetham via GitGitGadget
- [PATCH v7 08/12] test-http-server: add simple authentication, Matthew John Cheetham via GitGitGadget
- [PATCH v7 09/12] test-http-server: add sending of arbitrary headers, Matthew John Cheetham via GitGitGadget
- [PATCH v7 11/12] http: read HTTP WWW-Authenticate response headers, Matthew John Cheetham via GitGitGadget
- [PATCH v7 10/12] http: replace unsafe size_t multiplication with st_mult, Matthew John Cheetham via GitGitGadget
- [PATCH v7 12/12] credential: add WWW-Authenticate header to cred requests, Matthew John Cheetham via GitGitGadget
- Re: [PATCH v7 00/12] Enhance credential helper protocol to include auth headers, Victoria Dye
- [PATCH v7 00/12] Enhance credential helper protocol to include auth headers, M Hickford
- [PATCH v8 0/3] Enhance credential helper protocol to include auth headers, Matthew John Cheetham via GitGitGadget
[PATCH] fuzz: add basic fuzz testing for git command,
Arthur Chan via GitGitGadget
Handling the Git trademark,
Christian Couder
[PATCH] reftable: pass pq_entry by address,
Elijah Conners
[PATCH] chainlint: colorize problem annotations and test delimiters,
Eric Sunshine via GitGitGadget
[PATCH] refs: unify parse_worktree_ref() and ref_type(),
Han-Wen Nienhuys via GitGitGadget
git diff ^! syntax stopped working for stashes in Git 2.28,
Tim Jaacks
[PATCH 0/2] blame: Make --show-name negatable,
Rene Kita
Newbie contribution idea for 'git log --children': input requested,
Jacob Stopak
[PATCH] ls-files: fix black space in error message,
ZheNing Hu via GitGitGadget
[PATCH 0/1] Documentation: fix various repeat word typos,
Jacob Stopak
[PATCH 0/4] list-objects-filter cleanups,
Jeff King
Git Subtree Bug Report, Pharaoh
What's cooking in git.git (Sep 2022, #02; Fri, 9),
Junio C Hamano
[PATCH] Documentation: add ReviewingGuidelines,
Victoria Dye via GitGitGadget
git mergetool, merge.tool, merge.guitool and DISPLAY,
Tao Klerks
[PATCH] builtin/mv.c: fix possible segfault in add_slash(),
Shaoxuan Yuan
Question related to submodule and different recurse config options,
Pieter-Jan Busschaert
LSan curiosity in t1300,
Jeff King
[PATCH] test-lib: ignore uninteresting LSan output, Jeff King
[PATCH 0/5] plugging some list-objects-filter leaks,
Jeff King
[PATCH 0/2] bug with rev-list --verify-objects and commit-graph,
Jeff King
Fwd: Bug report (symlink, git stash), Dávid Bíró
[ANNOUNCE] Git Contributor's Summit 2022 - Updates, Taylor Blau
Patches produced with format-patch under specific config aren't applicable,
Felipe Oliveira Carvalho
What's cooking in git.git (Sep 2022, #01; Mon, 5),
Junio C Hamano
[PATCH 0/2] branch: support for at-refs like @{-1} in --edit-description, --set-upstream-to and --unset-upstream,
Rubén Justo via GitGitGadget
[GSoC] Abhradeep's GSoC blogs (5 Sep, 2022 IST), Abhra303
[PATCH 00/34] doc/UX: make txt & -h output more consistent,
Ævar Arnfjörð Bjarmason
- [PATCH 28/34] doc txt & -h consistency: use "[<label>...]" for "zero or more", Ævar Arnfjörð Bjarmason
- [PATCH 10/34] doc txt & -h consistency: fix incorrect alternates syntax, Ævar Arnfjörð Bjarmason
- [PATCH 12/34] doc txt & -h consistency: add missing "]" to bugreport "-h", Ævar Arnfjörð Bjarmason
- [PATCH 14/34] stash doc SYNOPSIS & -h: correct padding around "[]()", Ævar Arnfjörð Bjarmason
- [PATCH 06/34] doc SYNOPSIS: consistently use ' for commands, Ævar Arnfjörð Bjarmason
- [PATCH 21/34] doc txt & -h consistency: make "rerere" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 04/34] blame: use a more detailed usage_msg_optf() error on bad -L, Ævar Arnfjörð Bjarmason
- [PATCH 32/34] worktree: define subcommand -h in terms of command -h, Ævar Arnfjörð Bjarmason
- [PATCH 26/34] doc txt & -h consistency: make "stash" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 25/34] doc txt & -h consistency: add missing options, Ævar Arnfjörð Bjarmason
- [PATCH 07/34] doc SYNOPSIS & -h: fix incorrect alternates syntax, Ævar Arnfjörð Bjarmason
- [PATCH 20/34] doc txt & -h consistency: add missing options and labels, Ævar Arnfjörð Bjarmason
- [PATCH 22/34] doc txt & -h consistency: make "read-tree" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 15/34] doc txt & -h consistency: use "<options>", not "<options>...", Ævar Arnfjörð Bjarmason
- [PATCH 23/34] doc txt & -h consistency: make "bundle" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 18/34] doc txt & -h consistency: add or fix optional "--" syntax, Ævar Arnfjörð Bjarmason
- [PATCH 13/34] doc txt & -h consistency: correct padding around "[]()", Ævar Arnfjörð Bjarmason
- [PATCH 16/34] t/helper/test-proc-receive.c: use "<options>", not "<options>...", Ævar Arnfjörð Bjarmason
- [PATCH 34/34] tests: start asserting that *.txt SYNOPSIS matches -h output, Ævar Arnfjörð Bjarmason
- [PATCH 33/34] doc txt & -h consistency: make "worktree" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 09/34] doc txt & -h consistency: word-wrap, Ævar Arnfjörð Bjarmason
- [PATCH 27/34] doc txt & -h consistency: make "annotate" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 02/34] builtin/bundle.c: use \t, not fix indentation 2-SP indentation, Ævar Arnfjörð Bjarmason
- [PATCH 11/34] doc txt & -h consistency: add "-z" to cat-file "-h", Ævar Arnfjörð Bjarmason
- [PATCH 03/34] bundle: define subcommand -h in terms of command -h, Ævar Arnfjörð Bjarmason
- [PATCH 05/34] doc SYNOPSIS: don't use ' for subcommands, Ævar Arnfjörð Bjarmason
- [PATCH 08/34] built-ins: consistently add "\n" between "usage" and options, Ævar Arnfjörð Bjarmason
- [PATCH 19/34] doc txt & -h consistency: make output order consistent, Ævar Arnfjörð Bjarmason
- [PATCH 24/34] doc txt & -h consistency: use "git foo" form, not "git-foo", Ævar Arnfjörð Bjarmason
- [PATCH 31/34] reflog doc: list real subcommands up-front, Ævar Arnfjörð Bjarmason
- [PATCH 30/34] doc txt & -h consistency: make "commit" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 17/34] doc txt & -h consistency: fix mismatching labels, Ævar Arnfjörð Bjarmason
- [PATCH 29/34] doc txt & -h consistency: make "diff-tree" consistent, Ævar Arnfjörð Bjarmason
- [PATCH 01/34] CodingGuidelines: update and clarify command-line conventions, Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/34] doc/UX: make txt & -h output more consistent, Victoria Dye
- [PATCH v2 00/35] doc/UX: make txt & -h output more consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/35] doc SYNOPSIS: don't use ' for subcommands, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/35] built-ins: consistently add "\n" between "usage" and options, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/35] doc SYNOPSIS: consistently use ' for commands, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/35] bundle: define subcommand -h in terms of command -h, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/35] doc txt & -h consistency: word-wrap, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/35] builtin/bundle.c: use \t, not fix indentation 2-SP indentation, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/35] doc txt & -h consistency: fix incorrect alternates syntax, Ævar Arnfjörð Bjarmason
- [PATCH v2 16/35] t/helper/test-proc-receive.c: use "<options>", not "<options>...", Ævar Arnfjörð Bjarmason
- [PATCH v2 01/35] CodingGuidelines: update and clarify command-line conventions, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/35] blame: use a more detailed usage_msg_optf() error on bad -L, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/35] doc SYNOPSIS & -h: fix incorrect alternates syntax, Ævar Arnfjörð Bjarmason
- [PATCH v2 14/35] stash doc SYNOPSIS & -h: correct padding around "[]()", Ævar Arnfjörð Bjarmason
- [PATCH v2 13/35] doc txt & -h consistency: correct padding around "[]()", Ævar Arnfjörð Bjarmason
- [PATCH v2 25/35] doc txt & -h consistency: add missing options, Ævar Arnfjörð Bjarmason
- [PATCH v2 12/35] doc txt & -h consistency: add missing "]" to bugreport "-h", Ævar Arnfjörð Bjarmason
- [PATCH v2 15/35] doc txt & -h consistency: use "<options>", not "<options>...", Ævar Arnfjörð Bjarmason
- [PATCH v2 17/35] doc txt & -h consistency: fix mismatching labels, Ævar Arnfjörð Bjarmason
- [PATCH v2 11/35] doc txt & -h consistency: add "-z" to cat-file "-h", Ævar Arnfjörð Bjarmason
- [PATCH v2 19/35] doc txt & -h consistency: make output order consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 21/35] doc txt & -h consistency: make "rerere" consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 27/35] doc txt & -h consistency: make "annotate" consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 23/35] doc txt & -h consistency: make "bundle" consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 24/35] doc txt & -h consistency: use "git foo" form, not "git-foo", Ævar Arnfjörð Bjarmason
- [PATCH v2 22/35] doc txt & -h consistency: make "read-tree" consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 18/35] doc txt & -h consistency: add or fix optional "--" syntax, Ævar Arnfjörð Bjarmason
- [PATCH v2 20/35] doc txt & -h consistency: add missing options and labels, Ævar Arnfjörð Bjarmason
- [PATCH v2 33/35] doc txt & -h consistency: make "worktree" consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 31/35] reflog doc: list real subcommands up-front, Ævar Arnfjörð Bjarmason
- [PATCH v2 32/35] worktree: define subcommand -h in terms of command -h, Ævar Arnfjörð Bjarmason
- [PATCH v2 26/35] doc txt & -h consistency: make "stash" consistent, Ævar Arnfjörð Bjarmason
- [PATCH v2 28/35] doc txt & -h consistency: use "[<label>...]" for "zero or more", Ævar Arnfjörð Bjarmason
- [PATCH v2 35/35] tests: assert consistent whitespace in -h output, Ævar Arnfjörð Bjarmason
- [PATCH v2 30/35] doc txt & -h consistency: make "commit" consistent, Ævar Arnfjörð Bjarmason
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]