Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 00/23] Memory leak fixes (pt.3), (continued)
- 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
- git subtree bugs (mishandled merges, recursion depth),
Ian Jackson
- [PATCH] add-patch: end "add -p" gracefully on EOF, Rubén Justo
- [PATCH] Documentation: fix default value for core.maxTreeDepth, Taylor Blau
- [PATCH] Documentation/glossary: fix double word,
Martin Ågren
- [PATCH] Documentation/gitpacking: make sample configs listing blocks,
Martin Ågren
- What's cooking in git.git (Jul 2024, #05; Tue, 16), Junio C Hamano
- [PATCH] sparse: ignore warning from new glibc headers,
Đoàn Trần Công Danh
- [PATCH] Revert "reflog expire: don't use lookup_commit_reference_gently()",
Junio C Hamano
- v2.46.0-rc0 test failures on cygwin,
Ramsay Jones
- [PATCH 1/1] refs: update the version numbers...,
Christian Hesse
- [PATCH] Fix to avoid high memory footprint,
Haritha via GitGitGadget
- Can dependency on /bin/sh be removed?,
Scott Moser
- [PATCH] userdiff: add builtin diff driver for TypeScript language,
Matthew Hughes via GitGitGadget
- [ANNOUNCE] Tickets available for Git Merge 2024, Taylor Blau
- bug: `git pull` does not clean up after itself if it fails,
Nikolai Zaki
- [ANNOUNCE] Git for Windows 2.46.0-rc0, Johannes Schindelin
- [PATCH v1 00/10] cat-file speedups,
Eric Wong
- [PATCH v1 01/10] packfile: move sizep computation, Eric Wong
- [PATCH v1 02/10] packfile: allow content-limit for cat-file, Eric Wong
- [PATCH v1 03/10] packfile: fix off-by-one in content_limit comparison, Eric Wong
- [PATCH v1 04/10] packfile: inline cache_or_unpack_entry, Eric Wong
- [PATCH v1 05/10] cat-file: use delta_base_cache entries directly, Eric Wong
- [PATCH v1 06/10] packfile: packed_object_info avoids packed_to_object_type, Eric Wong
- [PATCH v1 07/10] object_info: content_limit only applies to blobs, Eric Wong
- [PATCH v1 08/10] cat-file: batch-command uses content_limit, Eric Wong
- [PATCH v1 09/10] cat-file: batch_write: use size_t for length, Eric Wong
- [PATCH v1 10/10] cat-file: use writev(2) if available, Eric Wong
- Re: [PATCH v1 00/10] cat-file speedups, Patrick Steinhardt
- [PATCH v2 00/10] cat-file speedups, Eric Wong
- [PATCH v2 01/10] packfile: move sizep computation, Eric Wong
- [PATCH v2 02/10] packfile: allow content-limit for cat-file, Eric Wong
- [PATCH v2 03/10] packfile: fix off-by-one in content_limit comparison, Eric Wong
- [PATCH v2 04/10] packfile: inline cache_or_unpack_entry, Eric Wong
- [PATCH v2 05/10] cat-file: use delta_base_cache entries directly, Eric Wong
- [PATCH v2 06/10] packfile: packed_object_info avoids packed_to_object_type, Eric Wong
- [PATCH v2 07/10] object_info: content_limit only applies to blobs, Eric Wong
- [PATCH v2 08/10] cat-file: batch-command uses content_limit, Eric Wong
- [PATCH v2 09/10] cat-file: batch_write: use size_t for length, Eric Wong
- [PATCH v2 10/10] cat-file: use writev(2) if available, Eric Wong
- [Test Breakage 2.46.0-rc0] Test t4135.06 fails on NonStop,
rsbecker
- [Test Breakage 2.46.0-rc0] Test t0021.35 fails on NonStop,
rsbecker
- What's cooking in git.git (Jul 2024, #04; Fri, 12),
Junio C Hamano
- [L10N] Kickoff for Git 2.46.0, Jiang Xin
- [PATCH] doc: clarify post-receive hook behavior,
Justin Tobler
- [PATCH] cmake: fix build of `t-oidtree`,
Johannes Schindelin via GitGitGadget
- [ANNOUNCE] Git v2.46.0-rc0, Junio C Hamano
- [PATCH] show-index: fix uninitialized hash function,
Abhijeet Sonar
- [PATCH 0/4] use the pager in 'add -p',
Rubén Justo
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]