Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [-SPAM-] [PATCH RFC v7 00/22] Modernize the build system, (continued)
- [PATCH v8 00/23] Modernize the build system, Patrick Steinhardt
- [PATCH v8 01/23] Makefile: use common template for GIT-BUILD-OPTIONS, Patrick Steinhardt
- [PATCH v8 03/23] Makefile: refactor GIT-VERSION-GEN to be reusable, Patrick Steinhardt
- [PATCH v8 05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN, Patrick Steinhardt
- [PATCH v8 02/23] Makefile: consistently use @PLACEHOLDER@ to substitute, Patrick Steinhardt
- [PATCH v8 04/23] Makefile: propagate Git version via generated header, Patrick Steinhardt
- [PATCH v8 07/23] Makefile: consistently use PERL_PATH, Patrick Steinhardt
- [PATCH v8 06/23] Makefile: generate doc versions via GIT-VERSION-GEN, Patrick Steinhardt
- [PATCH v8 11/23] Makefile: extract script to generate gitweb.cgi, Patrick Steinhardt
- [PATCH v8 10/23] Makefile: extract script to massage Shell scripts, Patrick Steinhardt
- [PATCH v8 08/23] Makefile: extract script to massage Perl scripts, Patrick Steinhardt
- [PATCH v8 12/23] Makefile: extract script to generate gitweb.js, Patrick Steinhardt
- [PATCH v8 09/23] Makefile: use "generate-perl.sh" to massage Perl library, Patrick Steinhardt
- [PATCH v8 13/23] Makefile: refactor generators to be PWD-independent, Patrick Steinhardt
- [PATCH v8 14/23] Makefile: allow "bin-wrappers/" directory to exist, Patrick Steinhardt
- [PATCH v8 15/23] Makefile: simplify building of templates, Patrick Steinhardt
- [PATCH v8 16/23] Documentation: allow sourcing generated includes from separate dir, Patrick Steinhardt
- [PATCH v8 17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds, Patrick Steinhardt
- [PATCH v8 18/23] Documentation: extract script to generate a list of mergetools, Patrick Steinhardt
- [PATCH v8 19/23] t: better support for out-of-tree builds, Patrick Steinhardt
- [PATCH v8 20/23] t: allow overriding build dir, Patrick Steinhardt
- [PATCH v8 21/23] Documentation: add comparison of build systems, Patrick Steinhardt
- [PATCH v8 23/23] meson: fix conflicts with in-flight topics, Patrick Steinhardt
- [PATCH v8 22/23] Introduce support for the Meson build system, Patrick Steinhardt
- Re: [PATCH v8 00/23] Modernize the build system, Junio C Hamano
- [PATCH] fsmonitor: fix hangs by delayed fs event listening,
Koji Nakamaru via GitGitGadget
- [PATCH] Fix unused-parameter warnings with NO_ICONV,
Mike Hommey
- [Outreachy] Intern Applicant,
Ekikereabasi Nkereuwem
- [Outreachy] Potential intern.,
Usman Akinyemi
- Outreachy intern Dec 2024, Ekikereabasi Nkereuwem
- Re: [PATCH 1/4] t3430: modernize one-shot "VAR=val shell-func" invocation, Crystal M Baker
- Re: [PATCH 20/23] object-name: fix leaking commit list items, Crystal M Baker
- [Outreachy],
N Alain Jr
[ANNOUNCE] Git Rev News edition 115, Christian Couder
[PATCH] unit-tests: use xstrfmt() instead of a char buffer in t-reftable-stack,
Chandra Pratap
What's cooking in git.git (Oct 2024, #01; Tue, 1),
Junio C Hamano
t0012-help on 'seen' crashes with gcc-13, passes with clang-16, Junio C Hamano
Rewriting history - email/author change on match?,
Dom (shymega) Rodriguez
[RFC PATCH 0/1] Typed errors,
brian m. carlson
git commit hangs when run concurrently on macos,
Bennet Huber
fsmonitor deadlock / macOS CI hangs,
Jeff King
Linking topic merges to mailing list threads,
Emily Shaffer
[PATCH 0/2] read-cache: two small leak fixes,
Derrick Stolee via GitGitGadget
What's cooking in git.git (Sep 2024, #12; Sun, 29), Junio C Hamano
[PATCH 00/23] Memory leak fixes (pt.8),
Patrick Steinhardt
- [PATCH 01/23] builtin/annotate: fix leaking args vector, Patrick Steinhardt
- [PATCH 02/23] read-cache: fix leaking hash context in `do_write_index()`, Patrick Steinhardt
- [PATCH 03/23] scalar: fix leaking repositories, Patrick Steinhardt
- [PATCH 04/23] shell: fix leaking strings, Patrick Steinhardt
- [PATCH 05/23] wt-status: fix leaking buffer with sparse directories, Patrick Steinhardt
- [PATCH 06/23] submodule: fix leaking submodule entry list, Patrick Steinhardt
- [PATCH 07/23] builtin/stash: fix leaking `pathspec_from_file`, Patrick Steinhardt
- [PATCH 08/23] builtin/pack-redundant: fix various memory leaks, Patrick Steinhardt
- [PATCH 09/23] builtin/clone: fix leaking repo state when cloning with bundle URIs, Patrick Steinhardt
- [PATCH 10/23] t/helper: fix leaking repository in partial-clone helper, Patrick Steinhardt
- [PATCH 11/23] builtin/revert: fix leaking `gpg_sign` and `strategy` config, Patrick Steinhardt
- [PATCH 12/23] diff: improve lifecycle management of diff queues, Patrick Steinhardt
- [PATCH 13/23] line-log: fix several memory leaks, Patrick Steinhardt
- [PATCH 14/23] pseudo-merge: fix various memory leaks, Patrick Steinhardt
- [PATCH 15/23] pseudo-merge: fix leaking strmap keys, Patrick Steinhardt
- [PATCH 16/23] pack-bitmap-write: fix leaking OID array, Patrick Steinhardt
- [PATCH 17/23] midx-write: fix leaking buffer, Patrick Steinhardt
- [PATCH 18/23] revision: fix memory leaks when rewriting parents, Patrick Steinhardt
- [PATCH 19/23] revision: fix leaking saved parents, Patrick Steinhardt
- [PATCH 20/23] pack-write: fix return parameter of `write_rev_file_order()`, Patrick Steinhardt
- [PATCH 21/23] t/helper: fix leaks in proc-receive helper, Patrick Steinhardt
- [PATCH 22/23] remote: fix leaking push reports, Patrick Steinhardt
- [PATCH 23/23] builtin/send-pack: fix leaking list of push options, Patrick Steinhardt
[no subject], Unknown
Bug in git-gui,
Clemens Haffner
[PATCH] documentation: add missing word "ref",
Monika Kairaitytė via GitGitGadget
Draft of Git Rev News edition 115, Christian Couder
Re: [PATCH 05/22] reftable/basics: handle allocation failures in `parse_names()`, Crystal M Baker
Re: [PATCH v2 05/22] reftable/basics: handle allocation failures in `parse_names()`, Crystal M Baker
Re: [PATCH 6/5] git-rerere: document the 'clear' and 'diff' commands, Crystal M Baker
[PATCH] fsmonitor OSX: fix hangs for submodules,
Koji Nakamaru via GitGitGadget
How dangerous is --committer-date-is-author-date these days?,
Johannes Sixt
[PATCH] builtin/clone: teach git-clone(1) the --ref= argument,
Toon Claes
[ANNOUNCE] Git for Windows 2.47.0-rc0, Johannes Schindelin
What's cooking in git.git (Sep 2024, #11; Thu, 26), Junio C Hamano
[ANNOUNCE] Git v2.47.0-rc0,
Junio C Hamano
"git stash push" doesn't respect pathspec regarding files added to index, Piotr Siupa
What's cooking in git.git (Sep 2024, #10; Wed, 25), Junio C Hamano
Confusing error message for git switch -d,
Anselm Schüler
git diff --exit-code misbehaving in 2.46.x,
Jan Wendland
Can a note be pushed to origin?,
Stephen P. Smith
git-scm.com is now a static website,
Johannes Schindelin
Pretty output in JSON format,
Ron Ziroby Romero
[PATCH 0/28] leak fixes for http fetch/push,
Jeff King
- [PATCH 01/28] http-fetch: clear leaking git-index-pack(1) arguments, Jeff King
- [PATCH 02/28] shallow: fix leak when unregistering last shallow root, Jeff King
- [PATCH 03/28] fetch-pack: fix leaking sought refs, Jeff King
- [PATCH 04/28] connect: clear child process before freeing in diagnostic mode, Jeff King
- [PATCH 05/28] fetch-pack: free object filter before exiting, Jeff King
- [PATCH 06/28] fetch-pack, send-pack: clean up shallow oid array, Jeff King
- [PATCH 07/28] commit: avoid leaking already-saved buffer, Jeff King
- [PATCH 08/28] send-pack: free cas options before exit, Jeff King
- [PATCH 09/28] transport-helper: fix strbuf leak in push_refs_with_push(), Jeff King
- [PATCH 10/28] fetch: free "raw" string when shrinking refspec, Jeff King
- [PATCH 11/28] fetch-pack: clear pack lockfiles list, Jeff King
- [PATCH 12/28] transport-helper: fix leak of dummy refs_list, Jeff King
- [PATCH 13/28] http: fix leak when redacting cookies from curl trace, Jeff King
- [PATCH 14/28] http: fix leak of http_object_request struct, Jeff King
- [PATCH 15/28] http: call git_inflate_end() when releasing http_object_request, Jeff King
- [PATCH 16/28] http: stop leaking buffer in http_get_info_packs(), Jeff King
- [PATCH 17/28] remote-curl: free HEAD ref with free_one_ref(), Jeff King
- [PATCH 18/28] http-walker: free fake packed_git list, Jeff King
- [PATCH 19/28] http-push: clear refspecs before exiting, Jeff King
- [PATCH 20/28] http-push: free repo->url string, Jeff King
- [PATCH 21/28] http-push: free curl header lists, Jeff King
- [PATCH 22/28] http-push: free transfer_request dest field, Jeff King
- [PATCH 23/28] http-push: free transfer_request strbuf, Jeff King
- [PATCH 24/28] http-push: free remote_ls_ctx.dentry_name, Jeff King
- [PATCH 25/28] http-push: free xml_ctx.cdata after use, Jeff King
- [PATCH 26/28] http-push: clean up objects list, Jeff King
- [PATCH 27/28] http-push: clean up loose request when falling back to packed, Jeff King
- [PATCH 28/28] http-push: clean up local_refs at exit, Jeff King
- Re: [PATCH 0/28] leak fixes for http fetch/push, Patrick Steinhardt
[PATCH 0/3] LSan quality of life improvements,
Jeff King
[PATCH 0/4] Remove the_repository global for am, annotate, apply, archive builtins,
John Cai via GitGitGadget
[PATCH] builtin: fix typos,
Andrew Kreimer
[ANNOUNCE] Git for Windows 2.46.2, Johannes Schindelin
Offer request for a quote, Ainhoa Cámara
Git server negotiate fails on first push, Eason Lu
[PATCH] send-email: document --mailmap and associated configuration,
Jacob Keller
What's cooking in git.git (Sep 2024, #09; Mon, 23),
Junio C Hamano
[ANNOUNCE] Git v2.46.2, Junio C Hamano
[PATCH] sparse-checkout: disable advice in 'disable',
Derrick Stolee via GitGitGadget
Username bug,
Alistair Cairns
Bug report: Undocumented interaction of --exit-code and --ignore-space-change for file move,
Ian Turner
[PATCH v2 1/2] Documentation/config: fix typos,
Andrew Kreimer
Git clone failure,
Krishna Vivek Vitta
[PATCH] worktree: repair copied repository and linked worktrees,
Eric Sunshine
Using Git as a Database,
Mateusz Wielgos
[L10N] Kickoff for Git 2.47.0, Jiang Xin
[no subject], Unknown
[no subject], Unknown
[PATCH] commit-graph: remove unnecessary UNLEAK, René Scharfe
[PATCH] doc/git-format-patch: link git-apply,
Alexander Ziaee via GitGitGadget
[no subject], Unknown
[no subject], Unknown
[PATCH 0/2] rebase-merges: try and use branch names for labels,
Nicolas Guichard via GitGitGadget
[PATCH] am: fix condition check on fseek,
Ruffalo Lavoisier
Sept 21 Reply Back, Borys Bondar
Request for Guidance on Getting Started with Git Contributions,
Khushi Bansal
git diff --exit-code returns 0 when binary files differ,
Kohei Shibata
[PATCH] builtin/worktree: support relative paths for worktrees,
Francesco Guastella via GitGitGadget
What's cooking in git.git (Sep 2024, #08; Fri, 20),
Junio C Hamano
[PATCH v2] ci: update FreeBSD image to 13.4,
Carlo Marcelo Arenas Belón
Archive from bare repo?,
Ronan Pigott
BUG: refs.c:1933: reference backend is unknown,
Ronan Pigott
[GIT PULL] refs/notes/amlog from git/git, Kristoffer Haugsbakk
Prefetch maintenance might lead to thundering herd issues,
Shubham Kanodia
Notes from the Git Contributor's Summit, 2024,
Taylor Blau
- [TOPIC 01/11] Rust, Taylor Blau
- [TOPIC 02/11] Top-level lib/ directory, Taylor Blau
- [TOPIC 03/11] Structured Error Handling, Taylor Blau
- [TOPIC 04/11] Platform Support Policy, Taylor Blau
- [TOPIC 05/11]: SHA 256 / Git 3.0, Taylor Blau
- [TOPIC 06/11] Git and Software Freedom Conservancy, Taylor Blau
- [TOPIC 07/11] New Contributors and Discord, Taylor Blau
- [TOPIC 08/11] Modern Build Systems, Taylor Blau
- [TOPIC 09/11] Bundle-URI on fetch / resume-able clone, Taylor Blau
- [TOPIC 10/11] Project Tracking, Taylor Blau
- [TOPIC 11/11] git-scm.com state of the site, Taylor Blau
[PATCH] submodule status: propagate SIGPIPE,
Phillip Wood via GitGitGadget
Unable to checkout branch that has a new submodule with submodule.recurse,
Dennis Lubert
Bug: `git init` with hook `reference-transaction` running `git rev-parse --git-dir` fails,
Gabriel Nützi
BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair,
Olaf Hering
[PATCH 1/3] Documentation/technical: fix a typo,
Andrew Kreimer
[PATCH] ci: update FreeBSD image to 13.4,
Carlo Marcelo Arenas Belón
[PATCH 0/3] maintenance: configure credentials to be silent,
Derrick Stolee via GitGitGadget
[PATCH] BreakingChanges: early adopter option,
Junio C Hamano
[PATCH 00/20] Fix typos,
Andrew Kreimer via GitGitGadget
- [PATCH 01/20] config.mak.dev: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 02/20] diffcore-rename: fix typos, Andrew Kreimer via GitGitGadget
- [PATCH 03/20] fsmonitor-settings: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 04/20] git-instaweb: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 05/20] git-p4: fix typos, Andrew Kreimer via GitGitGadget
- [PATCH 06/20] gpg-interface: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 07/20] http: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 08/20] merge-ll: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 09/20] merge-ort: fix typos, Andrew Kreimer via GitGitGadget
- [PATCH 10/20] object-file: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 11/20] pretty: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 12/20] read-cache-ll: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 13/20] rebase: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 14/20] ref-filter: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 15/20] refs: fix typos, Andrew Kreimer via GitGitGadget
- [PATCH 16/20] revision: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 17/20] run-command: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 18/20] setup: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 19/20] sideband: fix a typo, Andrew Kreimer via GitGitGadget
- [PATCH 20/20] upload-pack: fix a typo, Andrew Kreimer via GitGitGadget
- Re: [PATCH 00/20] Fix typos, Eric Sunshine
- Re: [PATCH 00/20] Fix typos, Kristoffer Haugsbakk
Bug report: null bytes in pre-receive hook output stream drops lines, Ryan Brainard
The maintenance tasks will never run if maintenance.lock is accidentally not deleted,
刘钟博
What's cooking in git.git (Sep 2024, #07; Wed, 18), Junio C Hamano
"git worktree repair" modifies the wrong repository,
Russell Stuart
[PATCH 0/4] deprecating core.preferSymlinkRefs,
Junio C Hamano
[PATCH] cmake: generalize the handling of the `UNIT_TEST_OBJS` list,
Johannes Schindelin via GitGitGadget
[PATCH] cmake: stop looking for `REFTABLE_TEST_OBJS` in the Makefile, Johannes Schindelin via GitGitGadget
[PATCH] cmake: rename clar-related variables to avoid confusion,
Johannes Schindelin via GitGitGadget
Permission issue in Git in DrvFs-mounted network drives,
Marcos Del Sol Vives
Re: Git / Software Freedom Conservancy status report (2024),
Christian Couder
[ANNOUNCE] Git for Windows 2.46.1, Johannes Schindelin
[PATCH] gitlab-ci: upgrade machine type of Linux runners, Patrick Steinhardt
[ANNOUNCE] Button "Copy commit reference" for Git hosting sites, Andrei Rybak
Suggestion to Enhance Submodule Initialization Behavior During git clone,
Ryan Barker
[PATCH 0/3] reftable: graceful concurrent writes,
Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]