Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: connecting the local main branch to the remote origin/main without pushing, (continued)
- [PATCH] builtin/gc: Ignore random minute field when registering macOS services,
Byoungchan Lee
- [fingerprint] of github.com,
A bughunter
- [help] delivery failed,
A bughunter
- Could git rebase be persuased to update .git-blame-ignore-revs ?, Matěj Cepl
- [PATCH 0/1] ref: add object check for regular ref,
shejialuo
- [PATCH 0/3] t: fix tests with NO_GITWEB=YesPlease,
Patrick Steinhardt
- [PATCH 0/9] commit-reach: -Wsign-compare follow-ups,
Patrick Steinhardt
- [PATCH 2/9] commit-reach: fix index used to loop through unsigned integer, Patrick Steinhardt
- [PATCH 1/9] prio-queue: fix type of `insertion_ctr`, Patrick Steinhardt
- [PATCH 3/9] commit-reach: fix type of `min_commit_date`, Patrick Steinhardt
- [PATCH 4/9] commit-reach: use `size_t` to track indices in `remove_redundant()`, Patrick Steinhardt
- [PATCH 5/9] commit-reach: use `size_t` to track indices in `get_reachable_subset()`, Patrick Steinhardt
- [PATCH 6/9] builtin/log: use `size_t` to track indices, Patrick Steinhardt
- [PATCH 7/9] builtin/log: fix remaining -Wsign-compare warnings, Patrick Steinhardt
- [PATCH 8/9] shallow: fix -Wsign-compare warnings, Patrick Steinhardt
- [PATCH 9/9] commit-reach: use `size_t` to track indices when computing merge bases, Patrick Steinhardt
- Re: [PATCH 0/9] commit-reach: -Wsign-compare follow-ups, Junio C Hamano
- What's cooking in git.git (Dec 2024, #09; Thu, 26), Junio C Hamano
- [no subject], Unknown
- /etc/git/,
Alejandro Colomar
- [PATCH 0/4] reftable: fix realloc error handling,
René Scharfe
- [no subject], Unknown
- "git fetch" fails for a --reference clone after an outer forced push,
Mirochnik, Oleg V
- [Possible Bug] --cruft option not work with git gc --prune=now,
ZheNing Hu
[PATCH] gc: add `--expire-to` option,
ZheNing Hu via GitGitGadget
[GIT PULL] git-gui: console encoding, no automatic empty-diff-rescan,
Johannes Sixt
git-log --format missing trailing newline character,
Alejandro Colomar
What's cooking in git.git (Dec 2024, #08; Mon, 23),
Junio C Hamano
[PATCH 0/1] Updated Bulgarian tranlation of gitk,
Alexander Shopov
[bug] encryption of metadata in .git metadata file inside .git folder,
Krishnamurthy Ganesh B
[PATCH 0/4] Fixes typemissmatch warinigs from msvc,
Sören Krecker
[PATCH 0/1] Updated Bulgarian translation of GIT GUI,
Alexander Shopov
[git] bugreport of a segmentation fault,
Morten Bo Johansen
Git v2.46.0 and --allow-multiple-definition linker flag,
James Mills
[no subject], Unknown
[PATCH 0/4] reftable: fix out-of-memory errors on NonStop,
Patrick Steinhardt
[PATCH 0/3] Asciidoctor fixes for 2.48.0,
Martin Ågren
[PATCH] credential-cache: respect request capabilities,
M Hickford via GitGitGadget
[PATCH] show-index: the short help should say the command reads from its input,
Junio C Hamano
[RFC PATCH] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects, Tomáš Trnka
[PATCH] prio-queue: use size_t rather than int for size,
Jeff King
[PATCH] meson: skip gitweb build when Perl is disabled,
Patrick Steinhardt
What's cooking in git.git (Dec 2024, #07; Thu, 19), Junio C Hamano
[PATCH 0/2] GIT-VERSION-GEN: fix overriding values,
Patrick Steinhardt
git gc does not clean tmp_pack* files,
Boomman
Fwd: [Bug] `credential fill` prints incomplete bearer credential,
M Hickford
git-bugreport: core dump in git-difftool when there are no diffs,
Matt Riben
[GSoC] [PATCH] t7611: replace test -f with test_path_is* helpers,
Meet Soni
OK to submit l10n PR with signed commits?,
Bagas Sanjaya
[PATCH] pathsec: make check for PATHSPEC_LITERAL more readable,
AreaZR via GitGitGadget
[PATCH] bundle-url: always close child_out before leaving the function, AreaZR via GitGitGadget
[PATCH] git: use U to denote unsigned to prevent UB,
AreaZR via GitGitGadget
[PATCH] refs: exit early from the loop if it is not a main worktree,
AreaZR via GitGitGadget
[PATCH] git: use signed counters when comparing with signed vars,
AreaZR via GitGitGadget
[PATCH] doc: remove extra quotes in generated docs,
Kyle Lippincott via GitGitGadget
[GIT PULL] gitk: macOS startup, commit ID to clipboard, text wrapping,
Johannes Sixt
[PATCH 0/5] ps/build follow-ups,
Johannes Schindelin via GitGitGadget
[PATCH] GitHub ci(windows): speed up initializing Git for Windows' minimal SDK again,
Johannes Schindelin via GitGitGadget
[PATCH] mingw_rename: do support directory renames,
Johannes Schindelin via GitGitGadget
[ANNOUNCE] Git for Windows 2.48.0-rc0,
Johannes Schindelin
[PATCH] remote: align --verbose output with spaces,
Wang Bing-hua via GitGitGadget
[PATCH] maintenance: add prune-remote-refs task,
Shubham Kanodia
[help] can nobody get me an email,
A bughunter
[PATCH 00/14] Stop using `the_repository` in some trivial cases,
Patrick Steinhardt
- [PATCH 03/14] trace: stop using `the_repository`, Patrick Steinhardt
- [PATCH 02/14] pager: stop using `the_repository`, Patrick Steinhardt
- [PATCH 01/14] progress: stop using `the_repository`, Patrick Steinhardt
- [PATCH 04/14] serve: stop using `the_repository`, Patrick Steinhardt
- [PATCH 05/14] send-pack: stop using `the_repository`, Patrick Steinhardt
- [PATCH 06/14] server-info: stop using `the_repository`, Patrick Steinhardt
- [PATCH 07/14] diagnose: stop using `the_repository`, Patrick Steinhardt
- [PATCH 08/14] mailinfo: stop using `the_repository`, Patrick Steinhardt
- [PATCH 10/14] resolve-undo: stop using `the_repository`, Patrick Steinhardt
- [PATCH 12/14] add-interactive: stop using `the_repository`, Patrick Steinhardt
- [PATCH 13/14] graph: stop using `the_repository`, Patrick Steinhardt
- [PATCH 11/14] tmp-objdir: stop using `the_repository`, Patrick Steinhardt
- [PATCH 09/14] credential: stop using `the_repository`, Patrick Steinhardt
- [PATCH 14/14] match-trees: stop using `the_repository`, Patrick Steinhardt
- Re: [PATCH 00/14] Stop using `the_repository` in some trivial cases, shejialuo
- Re: [PATCH 00/14] Stop using `the_repository` in some trivial cases, Karthik Nayak
[L10N] Kickoff for Git 2.48.0,
Jiang Xin
C, Phạm Duy
What's cooking in git.git (Dec 2024, #06; Mon, 16), Junio C Hamano
[ANNOUNCE] Git v2.48.0-rc0,
Junio C Hamano
remote.<name>.push without dst doesn't behave as documented,
Yuri Kanivetsky
[Bug] --simplify-by-decoration prints undecorated commit,
Aleksander Korzyński
[RFC] Implement consistency check for packed refs,
shejialuo
Consider adding pruning of refs to git maintenance,
Shubham Kanodia
[GSoC] Introduction and selecting microproject,
Meet Soni
Bug report: ":/[text]" revision reference no longer returns youngest commit,
Oliver Blanthorn
[filter-repo PATCH] Don't crash on multi-line config values,
Toke Høiland-Jørgensen
[Bug report] signingKey beying bypassed,
Carlos Maiolino
[PATCH] pack-bitmap.c: ensure pack validity for all reuse packs,
Taylor Blau
[Outreachy] Blog: Converting homegrown unit tests to use Clar, Seyi Chamber
[PATCH 00/10] meson: wire up missing HTML documentation,
Patrick Steinhardt
- [PATCH 01/10] meson: wire up support for AsciiDoctor, Patrick Steinhardt
- [PATCH 02/10] meson: properly wire up dependencies for our docs, Patrick Steinhardt
- [PATCH 03/10] meson: fix generation of merge tools, Patrick Steinhardt
- [PATCH 06/10] meson: generate user manual, Patrick Steinhardt
- [PATCH 04/10] meson: generate HTML pages for all man page categories, Patrick Steinhardt
- [PATCH 05/10] Documentation: inline user-manual.conf, Patrick Steinhardt
- [PATCH 07/10] Documentation: refactor "api-index.sh" for out-of-tree builds, Patrick Steinhardt
- [PATCH 09/10] meson: generate articles, Patrick Steinhardt
- [PATCH 08/10] Documentation: refactor "howto-index.sh" for out-of-tree builds, Patrick Steinhardt
- [PATCH 10/10] meson: install static files for HTML documentation, Patrick Steinhardt
- Re: [PATCH 00/10] meson: wire up missing HTML documentation, Toon Claes
- [PATCH v2 00/12] meson: wire up missing HTML documentation, Patrick Steinhardt
- [PATCH v2 01/12] meson: wire up support for AsciiDoctor, Patrick Steinhardt
- [PATCH v2 02/12] meson: properly wire up dependencies for our docs, Patrick Steinhardt
- [PATCH v2 03/12] meson: fix generation of merge tools, Patrick Steinhardt
- [PATCH v2 04/12] meson: generate HTML pages for all man page categories, Patrick Steinhardt
- [PATCH v2 05/12] Documentation: inline user-manual.conf, Patrick Steinhardt
- [PATCH v2 06/12] meson: generate user manual, Patrick Steinhardt
- [PATCH v2 07/12] Documentation: refactor "api-index.sh" for out-of-tree builds, Patrick Steinhardt
- [PATCH v2 08/12] Documentation: refactor "howto-index.sh" for out-of-tree builds, Patrick Steinhardt
- [PATCH v2 10/12] meson: install static files for HTML documentation, Patrick Steinhardt
- [PATCH v2 11/12] t/Makefile: make "check-meson" work with Dash, Patrick Steinhardt
- [PATCH v2 12/12] Documentation: wire up sanity checks for Meson, Patrick Steinhardt
- [PATCH v2 09/12] meson: generate articles, Patrick Steinhardt
[PATCH 0/3] batch blob diff generation,
Justin Tobler
failed to read .git/worktrees/test-worktree-xdrphX/commondir: Success,
Brendan Jackman
What's cooking in git.git (Dec 2024, #05; Thu, 12),
Junio C Hamano
New checkout --track behaviour?,
Francesco Occhipinti
chmod failure on GVFS mounted CIFS share,
Konrad Bucheli (PSI)
Git pull --rebase and --reset-author-date,
Ricardo Almeida
[Outreachy] Blog: Introducing myself as an intern working to convert unit test to use clar,
Seyi Chamber
[PATCH 0/5] remote: announce removal of "branches/" and "remotes/",
Patrick Steinhardt
[PATCH 0/8] ci: wire up support for Meson,
Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]