Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: rebase invoking pre-commit, (continued)
- [ISSUE] `git push` keep asking for username when the global config already configured (wincred), Andry
- [RFC 0/2] Initial changes to support printing all refs,
Karthik Nayak
- Git mirror at gitlab,
Olliver Schinagl
- git bisect stuck - --force flag required for checkout,
Devste Devste
- [PATCH 0/3] sparse-checkout with --end-of-options,
Junio C Hamano
- [PATCH/RFC] sparse-checkout: take care of "--end-of-options" in set/add,
Junio C Hamano
- What's cooking in git.git (Dec 2023, #04; Wed, 20), Junio C Hamano
- [PATCH 00/12] Introduce `refStorage` extension,
Patrick Steinhardt
- [PATCH 01/12] t: introduce DEFAULT_REPO_FORMAT prereq, Patrick Steinhardt
- [PATCH 02/12] worktree: skip reading HEAD when repairing worktrees, Patrick Steinhardt
- [PATCH 03/12] refs: refactor logic to look up storage backends, Patrick Steinhardt
- [PATCH 04/12] setup: start tracking ref storage format when, Patrick Steinhardt
- [PATCH 05/12] setup: set repository's formats on init, Patrick Steinhardt
- [PATCH 06/12] setup: introduce "extensions.refStorage" extension, Patrick Steinhardt
- [PATCH 07/12] setup: introduce GIT_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH 08/12] t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH 09/12] builtin/rev-parse: introduce `--show-ref-format` flag, Patrick Steinhardt
- [PATCH 10/12] builtin/init: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH 11/12] builtin/clone: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH 12/12] t9500: write "extensions.refstorage" into config, Patrick Steinhardt
- Re: [PATCH 00/12] Introduce `refStorage` extension, Karthik Nayak
- [PATCH v2 00/12] Introduce `refStorage` extension, Patrick Steinhardt
- [PATCH v2 01/12] t: introduce DEFAULT_REPO_FORMAT prereq, Patrick Steinhardt
- [PATCH v2 03/12] refs: refactor logic to look up storage backends, Patrick Steinhardt
- [PATCH v2 02/12] worktree: skip reading HEAD when repairing worktrees, Patrick Steinhardt
- [PATCH v2 04/12] setup: start tracking ref storage format, Patrick Steinhardt
- [PATCH v2 05/12] setup: set repository's formats on init, Patrick Steinhardt
- [PATCH v2 06/12] setup: introduce "extensions.refStorage" extension, Patrick Steinhardt
- [PATCH v2 07/12] setup: introduce GIT_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH v2 08/12] t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH v2 09/12] builtin/rev-parse: introduce `--show-ref-format` flag, Patrick Steinhardt
- [PATCH v2 10/12] builtin/init: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH v2 11/12] builtin/clone: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH v2 12/12] t9500: write "extensions.refstorage" into config, Patrick Steinhardt
- [PATCH v3 00/12] Introduce `refStorage` extension, Patrick Steinhardt
- [PATCH v3 01/12] t: introduce DEFAULT_REPO_FORMAT prereq, Patrick Steinhardt
- [PATCH v3 02/12] worktree: skip reading HEAD when repairing worktrees, Patrick Steinhardt
- [PATCH v3 03/12] refs: refactor logic to look up storage backends, Patrick Steinhardt
- [PATCH v3 04/12] setup: start tracking ref storage format, Patrick Steinhardt
- [PATCH v3 05/12] setup: set repository's formats on init, Patrick Steinhardt
- [PATCH v3 06/12] setup: introduce "extensions.refStorage" extension, Patrick Steinhardt
- [PATCH v3 07/12] setup: introduce GIT_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH v3 08/12] t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar, Patrick Steinhardt
- [PATCH v3 09/12] builtin/rev-parse: introduce `--show-ref-format` flag, Patrick Steinhardt
- [PATCH v3 10/12] builtin/init: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH v3 11/12] builtin/clone: introduce `--ref-format=` value flag, Patrick Steinhardt
- [PATCH v3 12/12] t9500: write "extensions.refstorage" into config, Patrick Steinhardt
- Re: [PATCH v3 00/12] Introduce `refStorage` extension, Eric Sunshine
- [PATCH 0/7] reftable: fixes and optimizations (pt.2),
Patrick Steinhardt
- [PATCH 1/7] reftable/stack: do not overwrite errors when compacting, Patrick Steinhardt
- [PATCH 2/7] reftable/writer: fix index corruption when writing multiple indices, Patrick Steinhardt
- [PATCH 3/7] reftable/record: constify some parts of the interface, Patrick Steinhardt
- [PATCH 4/7] reftable/record: store "val1" hashes as static arrays, Patrick Steinhardt
- [PATCH 5/7] reftable/record: store "val2" hashes as static arrays, Patrick Steinhardt
- [PATCH 6/7] reftable/merged: really reuse buffers to compute record keys, Patrick Steinhardt
- [PATCH 7/7] reftable/merged: transfer ownership of records when iterating, Patrick Steinhardt
- Re: [PATCH 0/7] reftable: fixes and optimizations (pt.2), Junio C Hamano
- [PATCH v2 0/8] reftable: fixes and optimizations (pt.2), Patrick Steinhardt
- [PATCH v3 0/8] reftable: fixes and optimizations (pt.2), Patrick Steinhardt
- [PATCH] Documentation/git-merge.txt: fix reference to synopsys,
Michael Lohmann
- [PATCH] remote.h: retire CAS_OPT_NAME, Junio C Hamano
- git diff-files bug,
Josh Reed
- Is --minimal ever not the right thing?,
Tao Klerks
- Problem with commit-graph verify, Anton Sergeev
- [BUG] `git add -p` seems to corrupt a sparse index, Sean Allred
- [PATCH 0/8] Minor improvements to CodingGuidelines and SubmittingPatches,
Josh Soref via GitGitGadget
- [PATCH 1/8] CodingGuidelines: move period inside parentheses, Josh Soref via GitGitGadget
- [PATCH 2/8] CodingGuidelines: write punctuation marks, Josh Soref via GitGitGadget
- [PATCH 3/8] SubmittingPatches: drop ref to "What's in git.git", Josh Soref via GitGitGadget
- [PATCH 4/8] SubmittingPatches: update extra tags list, Josh Soref via GitGitGadget
- [PATCH 5/8] SubmittingPatches: improve extra tags advice, Josh Soref via GitGitGadget
- [PATCH 6/8] SubmittingPatches: clarify GitHub visual, Josh Soref via GitGitGadget
- [PATCH 7/8] SubmittingPatches: clarify GitHub artifact format, Josh Soref via GitGitGadget
- [PATCH 8/8] SubmittingPatches: hyphenate non-ASCII, Josh Soref via GitGitGadget
- Re: [PATCH 0/8] Minor improvements to CodingGuidelines and SubmittingPatches, Elijah Newren
- [PATCH v2 0/9] Minor improvements to CodingGuidelines and SubmittingPatches, Josh Soref via GitGitGadget
- [PATCH v2 1/9] CodingGuidelines: move period inside parentheses, Josh Soref via GitGitGadget
- [PATCH v2 2/9] CodingGuidelines: write punctuation marks, Josh Soref via GitGitGadget
- [PATCH v2 3/9] SubmittingPatches: drop ref to "What's in git.git", Josh Soref via GitGitGadget
- [PATCH v2 4/9] SubmittingPatches: discourage new trailers, Josh Soref via GitGitGadget
- [PATCH v2 5/9] SubmittingPatches: update extra tags list, Josh Soref via GitGitGadget
- [PATCH v2 6/9] SubmittingPatches: improve extra tags advice, Josh Soref via GitGitGadget
- [PATCH v2 7/9] SubmittingPatches: clarify GitHub visual, Josh Soref via GitGitGadget
- [PATCH v2 9/9] SubmittingPatches: hyphenate non-ASCII, Josh Soref via GitGitGadget
- [PATCH v2 8/9] SubmittingPatches: clarify GitHub artifact format, Josh Soref via GitGitGadget
- [PATCH v3 0/9] Minor improvements to CodingGuidelines and SubmittingPatches, Josh Soref via GitGitGadget
- [PATCH] rebase: use strvec_pushf() for format-patch revisions,
René Scharfe
- What's cooking in git.git (Dec 2023, #03; Mon, 18),
Junio C Hamano
- new config option "fetch.all",
Tamino Bauknecht
- [PATCH] Teach git apply to respect core.fileMode settings,
Chandra Pratap via GitGitGadget
- Subtitles for git scm documentation video, 김민지
- [PATCH 0/1] revert/cherry-pick: add --show-current-patch option,
Michael Lohmann
- [PATCH] commit-graph: fix memory leak when not writing graph,
Patrick Steinhardt
- Why is `revert` undocumented in interactive rebase todo help?,
Michael Lohmann
- Unable to install git-2.43.0 from source on macOS Big Sur 11.7.10,
Jonathan Abrams
Question: rerere preimage format,
Mohamed Mohey
MyFirstContribution.txt leaks memory, Vinayak Dev
[PATCH 0/5] make room for "special ref",
Junio C Hamano
Bug | Documentation | git add -all | Synopsis has minor mistake,
Benjamin Lehmann
Serving an .html web page from inside a git repository, luigi cerbai
Question regarding Git updater,
Andreas Scholz
completing an existing patch,
Marzi Esipreh
[PATCH] tests: drop dependency on `git diff` in check-chainlint,
Eric Sunshine
End-of-line comments are prompted with "is not a valid attribute name",
D无数
Allow adding files from git submodule to parent git repo if they are in .gitignore in the submodule,
Alexey Murz Korepov
Communication channel interruption,
Alexander Zhirov
[PATCH] mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair(),
Jeff King
[PATCH] Use ^=1 to toggle between 0 and 1,
AtariDreams via GitGitGadget
Feature Request: Add confirm message when executed prune, Miguel de Dios Matias
Propose a change in open for passing in the file type.,
Haritha D
Test breakage with zlib-ng,
Ondrej Pohorelsky
[PATCH] tests: prefer host Git to verify chainlint self-checks,
Patrick Steinhardt
What's cooking in git.git (Dec 2023, #02; Mon, 11), Junio C Hamano
Bug in SVN.pm,
Daniel Ducharme
[BUG] git bisect start gives incorrect error message when good/bad swapped, Britton Kerin
Problems with Windows + schannel + http.sslCert,
Ragesh Krishna
[BUG] description of bit bisect start wrongly mentions <paths>, Britton Kerin
[BUG] git-bisect man page description of terms command doesn't mention old/new support,
Britton Kerin
What's cooking in git.git (Dec 2023, #01; Sat, 9),
Junio C Hamano
getting git send-email patches from someone who is behind,
Sandra Snan
[BUG] rev-list doesn't validate arguments to -n option,
Britton Kerin
[PATCH 0/9] bonus config cleanups,
Jeff King
- [PATCH 1/9] config: reject bogus values for core.checkstat, Jeff King
- [PATCH 2/9] git_xmerge_config(): prefer error() to die(), Jeff King
- [PATCH 3/9] imap-send: don't use git_die_config() inside callback, Jeff King
- [PATCH 4/9] config: use config_error_nonbool() instead of custom messages, Jeff King
- [PATCH 5/9] diff: give more detailed messages for bogus diff.* config, Jeff King
- [PATCH 6/9] config: use git_config_string() for core.checkRoundTripEncoding, Jeff King
- [PATCH 7/9] push: drop confusing configset/callback redundancy, Jeff King
- [PATCH 8/9] gpg-interface: drop pointless config_error_nonbool() checks, Jeff King
- [PATCH 9/9] sequencer: simplify away extra git_config_string() call, Jeff King
- Re: [PATCH 0/9] bonus config cleanups, Patrick Steinhardt
[PATCH 0/7] fix segfaults with implicit-bool config,
Jeff King
[PATCH 1/1] MyFirstContribution: configure shallow threads for git format-patch,
Stan Hu
[PATCH 0/1] MyFirstContribution: configure shallow threads for git format-patch, Stan Hu
What's the recommendation for forgetting all rerere's records?,
Sean Allred
t7900 fails with recent debian systemd?,
Jeff King
[PATCH 0/7] clone: fix init of refdb with wrong object format,
Patrick Steinhardt
- [PATCH 1/7] setup: extract function to create the refdb, Patrick Steinhardt
- [PATCH 2/7] setup: allow skipping creation of the refdb, Patrick Steinhardt
- [PATCH 3/7] remote-curl: rediscover repository when fetching refs, Patrick Steinhardt
- [PATCH 4/7] builtin/clone: fix bundle URIs with mismatching object formats, Patrick Steinhardt
- [PATCH 5/7] builtin/clone: set up sparse checkout later, Patrick Steinhardt
- [PATCH 6/7] builtin/clone: skip reading HEAD when retrieving remote, Patrick Steinhardt
- [PATCH 7/7] builtin/clone: create the refdb with the correct object format, Patrick Steinhardt
- Re: [PATCH 0/7] clone: fix init of refdb with wrong object format, Patrick Steinhardt
- Re: [PATCH 0/7] clone: fix init of refdb with wrong object format, Junio C Hamano
- [PATCH v2 0/7] clone: fix init of refdb with wrong object format, Patrick Steinhardt
[PATCH 0/7] standardize incompatibility messages,
René Scharfe
git checkout --recurse-submodules deletes local modifications, Simon Etter
git switch has fatal dependency on default fetch config,
Jeremiah Steele (Jerry)
git status --porcelain=v2 -z returns paths relative to root, Ondra Medek
[PATCH] gitk: add setting to hide unknown refs,
Joachim B Haga via GitGitGadget
[no subject], Shreyansh Paliwal
[RFC PATCH 0/4] add parallel unlink,
Han Young
[PATCH 00/12] Additional header cleanups (removing unnecessary includes),
Elijah Newren via GitGitGadget
- [PATCH 01/12] treewide: remove unnecessary includes from header files, Elijah Newren via GitGitGadget
- [PATCH 03/12] archive.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH 04/12] blame.h: remove unnecessary includes, Elijah Newren via GitGitGadget
- [PATCH 06/12] http.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH 05/12] fsmonitor--daemon.h: remove unnecessary includes, Elijah Newren via GitGitGadget
- [PATCH 07/12] line-log.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH 08/12] pkt-line.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH 09/12] submodule-config.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH 11/12] treewide: add direct includes currently only pulled in transitively, Elijah Newren via GitGitGadget
- [PATCH 10/12] trace2/tr2_tls.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH 12/12] treewide: remove unnecessary includes in source files, Elijah Newren via GitGitGadget
- [PATCH 02/12] treewide: remove unnecessary includes in source files, Elijah Newren via GitGitGadget
- [PATCH v2 00/12] Additional header cleanups (removing unnecessary includes), Elijah Newren via GitGitGadget
- [PATCH v2 01/12] treewide: remove unnecessary includes from header files, Elijah Newren via GitGitGadget
- [PATCH v2 03/12] archive.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH v2 04/12] blame.h: remove unnecessary includes, Elijah Newren via GitGitGadget
- [PATCH v2 05/12] fsmonitor--daemon.h: remove unnecessary includes, Elijah Newren via GitGitGadget
- [PATCH v2 06/12] http.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH v2 02/12] treewide: remove unnecessary includes in source files, Elijah Newren via GitGitGadget
- [PATCH v2 07/12] line-log.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH v2 08/12] pkt-line.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH v2 09/12] submodule-config.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH v2 10/12] trace2/tr2_tls.h: remove unnecessary include, Elijah Newren via GitGitGadget
- [PATCH v2 11/12] treewide: add direct includes currently only pulled in transitively, Elijah Newren via GitGitGadget
- [PATCH v2 12/12] treewide: remove unnecessary includes in source files, Elijah Newren via GitGitGadget
[Patch] test-lib-functions.sh : change test_i18ngrep to test_grep,
Shreyansh Paliwal
[ANNOUNCE] Git Rev News edition 105, Christian Couder
git:// warn as connection not secure,
Jonny Grant
[PATCH 0/2] completion: refactor and support reftables backend,
Stan Hu
Minor UX annoyance w/`git add --patch untracked/file`,
Vito Caputo
Consider dropping the decimal places for KiB/s 52.00 KiB/s,
Jonny Grant
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]