Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v8 04/14] clar: avoid compile error with mingw-w64, (continued)
- [PATCH v8 04/14] clar: avoid compile error with mingw-w64, Patrick Steinhardt
- [PATCH v8 05/14] clar(win32): avoid compile error due to unused `fs_copy()`, Patrick Steinhardt
- [PATCH v8 06/14] clar: stop including `shellapi.h` unnecessarily, Patrick Steinhardt
- [PATCH v8 07/14] Makefile: fix sparse dependency on GENERATED_H, Patrick Steinhardt
- [PATCH v8 08/14] Makefile: make hdr-check depend on generated headers, Patrick Steinhardt
- [PATCH v8 09/14] Makefile: do not use sparse on third-party sources, Patrick Steinhardt
- [PATCH v8 10/14] Makefile: wire up the clar unit testing framework, Patrick Steinhardt
- [PATCH v8 11/14] t/unit-tests: implement test driver, Patrick Steinhardt
- [PATCH v8 12/14] t/unit-tests: convert strvec tests to use clar, Patrick Steinhardt
- [PATCH v8 13/14] t/unit-tests: convert ctype tests to use clar, Patrick Steinhardt
- [PATCH v8 14/14] clar: add CMake support, Patrick Steinhardt
- Re: [PATCH v8 00/14] Introduce clar testing framework, phillip . wood123
- Possible bug or error in document?,
KwonHyun Kim
- [patch] credential-osxkeychain: Clear username_buffer before getting the converted C string.,
Hong Jiang
- Draft of Git Rev News edition 113, Christian Couder
- [ANNOUNCE] Git Merge 2024 CFP deadline extended, Taylor Blau
- [PATCH] grep: -W: skip trailing empty lines at EOF, too,
René Scharfe
- [no subject], Unknown
- [PATCH] t-example-decorate: remove test messages,
René Scharfe
- Tracked file cannot be added, mentions to sparse checkout that I don't have.,
Nathan Teodosio
- GIT by github 2.45.2 is listed on Software Informer,
Informer Team
- Output of git checkout goes to stderr,
Sayooj Surendran
- [PATCH 0/5] refs: stop using `the_repository`,
Patrick Steinhardt
- git rebase --continue in quiet mode, Brendan Ngo
- [ANNOUNCE] Git for Windows 2.46.0, Johannes Schindelin
- What's cooking in git.git (Jul 2024, #09; Mon, 29), Junio C Hamano
- [ANNOUNCE] Git v2.46.0,
Junio C Hamano
- [PATCH v2 0/1] notes: fix editor invocation regression,
David Disseldorp
- [PATCH] unit-tests/test-lib: fix typo in check_pointer_eq() description,
Kousik Sanagavarapu
- [GIT PULL] l10n updates for 2.46.0, Jiang Xin
- [no subject], Unknown
- Problem,
Michael Salman
- [2.46 regression] git ls-remote crash with import remote-helper,
Mike Hommey
- Git clone reads safe.directory differently?,
W. Michael Petullo
- [no subject], Unknown
- Bug with bash and OpenSSL usage on Windows,
Tim Abdiukov
- [PATCH] http: do not ignore proxy path,
Ryan Hendrickson via GitGitGadget
- [PATCH] doc: fix hex code escapes in git-ls-files,
Jayson Rhynas
- [PATCH 00/23] Memory leak fixes (pt.3),
Patrick Steinhardt
- [PATCH 01/23] builtin/replay: plug leaking `advance_name` variable, Patrick Steinhardt
- [PATCH 02/23] builtin/log: fix leaking branch name when creating cover letters, Patrick Steinhardt
- [PATCH 03/23] builtin/describe: fix memory leak with `--contains=`, Patrick Steinhardt
- [PATCH 04/23] builtin/describe: fix leaking array when running diff-index, Patrick Steinhardt
- [PATCH 05/23] builtin/describe: fix trivial memory leak when describing blob, Patrick Steinhardt
- [PATCH 06/23] builtin/name-rev: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH 07/23] builtin/submodule--helper: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH 08/23] builtin/ls-remote: fix leaking `pattern` strings, Patrick Steinhardt
- [PATCH 09/23] builtin/remote: fix leaking strings in `branch_list`, Patrick Steinhardt
- [PATCH 10/23] builtin/remote: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH 11/23] builtin/stash: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH 12/23] builtin/rev-parse: fix memory leak with `--parseopt`, Patrick Steinhardt
- [PATCH 13/23] builtin/show-branch: fix several memory leaks, Patrick Steinhardt
- [PATCH 14/23] builtin/credential-store: fix leaking credential, Patrick Steinhardt
- [PATCH 15/23] builtin/rerere: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH 16/23] builtin/shortlog: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH 17/23] builtin/worktree: fix leaking derived branch names, Patrick Steinhardt
- [PATCH 18/23] builtin/credential-cache: fix trivial leaks, Patrick Steinhardt
- [PATCH 19/23] t/test-repository: fix leaking repository, Patrick Steinhardt
- [PATCH 20/23] object-name: fix leaking commit list items, Patrick Steinhardt
- [PATCH 21/23] entry: fix leaking pathnames during delayed checkout, Patrick Steinhardt
- [PATCH 22/23] convert: fix leaking config strings, Patrick Steinhardt
- [PATCH 23/23] commit-reach: fix trivial memory leak when computing reachability, Patrick Steinhardt
- Re: [PATCH 00/23] Memory leak fixes (pt.3), Karthik Nayak
- Re: [PATCH 00/23] Memory leak fixes (pt.3), Taylor Blau
- [PATCH v2 00/24] Memory leak fixes (pt.3), Patrick Steinhardt
- [PATCH v2 01/24] builtin/replay: plug leaking `advance_name` variable, Patrick Steinhardt
- [PATCH v2 02/24] builtin/log: fix leaking branch name when creating cover letters, Patrick Steinhardt
- [PATCH v2 03/24] builtin/describe: fix memory leak with `--contains=`, Patrick Steinhardt
- [PATCH v2 04/24] builtin/describe: fix leaking array when running diff-index, Patrick Steinhardt
- [PATCH v2 05/24] builtin/describe: fix trivial memory leak when describing blob, Patrick Steinhardt
- [PATCH v2 06/24] builtin/name-rev: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v2 08/24] builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`, Patrick Steinhardt
- [PATCH v2 09/24] builtin/ls-remote: fix leaking `pattern` strings, Patrick Steinhardt
- [PATCH v2 10/24] builtin/remote: fix leaking strings in `branch_list`, Patrick Steinhardt
- [PATCH v2 11/24] builtin/remote: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v2 12/24] builtin/stash: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v2 13/24] builtin/rev-parse: fix memory leak with `--parseopt`, Patrick Steinhardt
- [PATCH v2 14/24] builtin/show-branch: fix several memory leaks, Patrick Steinhardt
- [PATCH v2 15/24] builtin/credential-store: fix leaking credential, Patrick Steinhardt
- [PATCH v2 16/24] builtin/rerere: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v2 17/24] builtin/shortlog: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v2 18/24] builtin/worktree: fix leaking derived branch names, Patrick Steinhardt
- [PATCH v2 19/24] builtin/credential-cache: fix trivial leaks, Patrick Steinhardt
- [PATCH v2 20/24] t/test-repository: fix leaking repository, Patrick Steinhardt
- [PATCH v2 21/24] object-name: fix leaking commit list items, Patrick Steinhardt
- [PATCH v2 22/24] entry: fix leaking pathnames during delayed checkout, Patrick Steinhardt
- [PATCH v2 23/24] convert: fix leaking config strings, Patrick Steinhardt
- [PATCH v2 24/24] commit-reach: fix trivial memory leak when computing reachability, Patrick Steinhardt
- [PATCH v2 07/24] builtin/submodule--helper: fix leaking clone depth parameter, Patrick Steinhardt
- Re: [PATCH v2 00/24] Memory leak fixes (pt.3), Taylor Blau
- Does GIT_SSH_COMMAND apply to all git commands that connect to remote?,
Michał Iwanicki
- [PATCH] mailmap: plug memory leak in read_mailmap_blob(),
Junio C Hamano
- [PATCH] csum-file: introduce discard_hashfile(),
Junio C Hamano
- Technical information about http.sslBackend schannel,
PEMBERTON Brian D * DCBS
- [PATCH] doc: difference in location to apply is "offset", not "fuzz", Junio C Hamano
- [PATCH 0/2] notes: fix editor invocation regression,
David Disseldorp
- Bug: Git GUI "No differences detected",
Steve
- unsubscribe,
Dirk Wallenstein
- Re: Possible bug in .gitignore,
KwonHyun Kim
- [ANNOUNCE] Git for Windows 2.46.0-rc2, Johannes Schindelin
- [PATCH] ReviewingGuidelines: encourage positive reviews more,
Junio C Hamano
- What's cooking in git.git (Jul 2024, #08; Wed, 24), Junio C Hamano
- [ANNOUNCE] Git v2.46.0-rc2,
Junio C Hamano
- bug/defaults: COMMIT_EDITMSG not reused after a failed commit,
Robert Coup
- [PATCH 1/1] show-ref: improve short help messages of options,
Alexander Shopov
- [PATCH 0/3] Documentation: some coding guideline updates,
Patrick Steinhardt
- Build: support - Fix to avoid high memory footprint,
Haritha D
- EXDEV when re-init with --separate-git-dir option,
Jin, Di
- [PATCH 0/3] doc: introducing synopsis para,
Jean-Noël Avila via GitGitGadget
[PATCH 0/8] git-prompt: support more shells,
Avi Halachmi via GitGitGadget
- [PATCH 1/8] git-prompt: use here-doc instead of here-string, Avi Halachmi (:avih) via GitGitGadget
- [PATCH 2/8] git-prompt: fix uninitialized variable, Avi Halachmi (:avih) via GitGitGadget
- [PATCH 3/8] git-prompt: don't use shell arrays, Avi Halachmi (:avih) via GitGitGadget
- [PATCH 4/8] git-prompt: replace [[...]] with standard code, Avi Halachmi (:avih) via GitGitGadget
- [PATCH 5/8] git-prompt: add some missing quotes, Avi Halachmi (:avih) via GitGitGadget
- [PATCH 6/8] git-prompt: add fallback for shells without $'...', Avi Halachmi (:avih) via GitGitGadget
- [PATCH 7/8] git-prompt: ta-da! document usage in other shells, Avi Halachmi (:avih) via GitGitGadget
- [PATCH 8/8] git-prompt: support custom 0-width PS1 markers, Avi Halachmi (:avih) via GitGitGadget
- Re: [PATCH 0/8] git-prompt: support more shells, brian m. carlson
- [PATCH v2 0/8] git-prompt: support more shells v2, Avi Halachmi via GitGitGadget
- [PATCH v2 1/8] git-prompt: use here-doc instead of here-string, Avi Halachmi (:avih) via GitGitGadget
- [PATCH v2 2/8] git-prompt: fix uninitialized variable, Avi Halachmi (:avih) via GitGitGadget
- [PATCH v2 3/8] git-prompt: don't use shell arrays, Avi Halachmi (:avih) via GitGitGadget
- [PATCH v2 4/8] git-prompt: replace [[...]] with standard code, Avi Halachmi (:avih) via GitGitGadget
- [PATCH v2 5/8] git-prompt: add some missing quotes, Avi Halachmi (:avih) via GitGitGadget
- [PATCH v2 6/8] git-prompt: don't use shell $'...', Avi Halachmi (:avih) via GitGitGadget
- [PATCH v2 7/8] git-prompt: ta-da! document usage in other shells, Avi Halachmi (:avih) via GitGitGadget
- [PATCH v2 8/8] git-prompt: support custom 0-width PS1 markers, Avi Halachmi (:avih) via GitGitGadget
- Re: [PATCH v2 0/8] git-prompt: support more shells v2, Junio C Hamano
- [PATCH v3 0/8] git-prompt: support more shells v3, Avi Halachmi via GitGitGadget
[PATCH 0/3] Improvements for Perforce tests,
Patrick Steinhardt
Problem: git Notes not discoverable (+proposed solutions),
sideshowbarker
What's cooking in git.git (Jul 2024, #07; Mon, 22), Junio C Hamano
[PATCH v2 0/2] add-p P fixups,
Rubén Justo
[PATCH v2] CodingGuidelines: document a shell that "fails" "VAR=VAL shell_func",
Junio C Hamano
[PATCH 1/1] doc: remove dangling closing parenthesis,
Tomas Nordin
[PATCH] Documentation/RelNotes/2.46.0.txt: fix typo,
Taylor Blau
[feature request] Is it possible to have git tag can be sorted and filtered by semver?,
Thaina Yu
Git Merge 2024 (fwd), Johannes Schindelin
[PATCH] fetch: use bundle URIs when having creationToken heuristic,
Toon Claes
[PATCH 0/4] improve one-shot variable detection with shell function,
Eric Sunshine
seen branch dirty after 'make clean',
Ramsay Jones
[PATCH] doc: remove dangling closing parenthesis, Tomas Nordin
[PATCH 0/2] safe.directory clean-up,
Junio C Hamano
[PATCH] asciidoctor: fix `synopsis` rendering,
Johannes Schindelin via GitGitGadget
[PATCH] doc: git-clone fix discrepancy between asciidoc and asciidoctor,
Jean-Noël Avila via GitGitGadget
[PATCH 1/2] howto-maintain: cover a whole development cycle,
Junio C Hamano
Documentation Bug,
Cory Kramer
[PATCH 0/1] Fix bug in revision walk if --exclude-promisor-objects is set,
Han Young
Equivalent of difftool.prompt per tool?,
Ryan Zoeller
[ANNOUNCE] git-filter-repo 2.45.0, Elijah Newren
[ANNOUNCE] Git for Windows 2.46.0-rc1, Johannes Schindelin
[PATCH 0/2] Fix background maintenance regression in Git 2.45.0,
Derrick Stolee via GitGitGadget
Bug,
Jeffrey Barish
What's cooking in git.git (Jul 2024, #06; Thu, 18), Junio C Hamano
[ANNOUNCE] Git v2.46.0-rc1,
Junio C Hamano
[PATCH] add-patch: handle splitting hunks with diff.suppressBlankEmpty,
Phillip Wood via GitGitGadget
Best practices for indicating what address to send patches to?,
Philip Kaludercic
Subject: [PATCH 0/2] misc Makefile patches,
Ramsay Jones
config.mak.uname: remove unused uname_P variable, Ramsay Jones
Makefile: drop -Wno-universal-initializer from SP_EXTRA_FLAGS, Ramsay Jones
[PATCH 0/2] git-svn: use svn:global-ignores when creating .gitignores,
Alex Galvin via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]