Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH] merge-tree: fix segmentation fault in read-only repositories,
Johannes Schindelin via GitGitGadget
- [PATCH v2 0/4] allow "grep -E", remove {e,f}grep usage,
Đoàn Trần Công Danh
- Support SSL_CERT_DIR,
Marcin Wisnicki
- [BUG] seemingly-rare segfault in merge-tree,
Taylor Blau
- [PATCH v2 0/3] midx: use `--stdin-packs` to implement `repack`,
Taylor Blau
- [INVESTIGATION] why is fsck --connectivity-only so much more expensive than rev-list --objects --all?,
John Cai
- [PATCH 0/4] allow grep -E, and remove egrep,
Đoàn Trần Công Danh
- Question relate to collaboration on git monorepo,
ZheNing Hu
- [CONFIG][SUGGESTION] ask for check in git-config, adrienhoupert1@xxxxxxxxx
- Preserving credentials on authentication failures,
Jan Tosovsky
- [PATCH 0/2] update internal patch-id to use "stable" algorithm,
Jerry Zhang via GitGitGadget
- SSH key errors, Cuckoo Aidan
- [PATCH] gc: don't translate literal commands,
Alex Henrie
- [PATCH] fsmonitor--daemon: don't translate literal commands, Alex Henrie
- [PATCH] builtin/diagnose.c: don't translate the two mode values,
Alex Henrie
- What's cooking in git.git (Sep 2022, #05; Mon, 19), Junio C Hamano
- [PATCH 0/2] Fix various typos in regular and technical docs,
Jacob Stopak
- [PATCH] midx.c: use `pack-objects --stdin-packs` when repacking,
Taylor Blau
- [PATCH 0/7] midx: ignore cruft pack with `repack`, `expire`,
Taylor Blau
- [PATCH 1/7] Documentation/git-multi-pack-index.txt: fix typo, Taylor Blau
- [PATCH 2/7] Documentation/git-multi-pack-index.txt: clarify expire behavior, Taylor Blau
- [PATCH 5/7] midx.c: replace `xcalloc()` with `CALLOC_ARRAY()`, Taylor Blau
- [PATCH 6/7] midx.c: remove unnecessary loop condition, Taylor Blau
- [PATCH 4/7] midx.c: avoid cruft packs with `repack --batch-size=0`, Taylor Blau
- [PATCH 3/7] midx.c: prevent `expire` from removing the cruft pack, Taylor Blau
- [PATCH 7/7] midx.c: avoid cruft packs with non-zero `repack --batch-size`, Taylor Blau
- Re: [PATCH 0/7] midx: ignore cruft pack with `repack`, `expire`, Christian Couder
- Re: [PATCH 0/7] midx: ignore cruft pack with `repack`, `expire`, Derrick Stolee
- [PATCH] maintenance: make unregister idempotent,
Derrick Stolee via GitGitGadget
- [PATCH 0/2] check-docs: fix 'diagnose' and 'version',
Victoria Dye via GitGitGadget
- [PATCH 0/5] [RFC] introduce Roaring bitmaps to Git,
Abhradeep Chakraborty via GitGitGadget
- [RFC PATCH 0/2] Opaque author and committer identifiers,
brian m. carlson
- b4 new contributor-oriented features, Konstantin Ryabitsev
- [PATCH v2] commit-graph: Fix missing closedir in expire_commit_graphs,
Miaoqian Lin
- what if i use makeheader tool to generate c header file, it would be accepted.,
Skrab Sah
- Re: [RFC PATCH 0/3] Partial clone: promised blobs (formerly "missing blobs"), Вероника Кулешова
- [PATCH] diagnose.c: refactor to safely use 'd_type',
Victoria Dye via GitGitGadget
- [BUG] fixup commit is dropped during rebase if subject = branch name,
Erik Cervin Edin
- [PATCH] scalar: fix wrong shell hashbang,
ZheNing Hu via GitGitGadget
- [PATCH] unicode: update the width tables to Unicode 15,
Force Charlie via GitGitGadget
- [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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]