Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 5/6] pack-bitmap.c: use `bitmap_index_seek()` where possible, (continued)
- [PATCH] doc: remove GNU troff workaround,
Felipe Contreras
- bug? round-trip through fast-import/fast-export loses files,
Priedhorsky, Reid
- [PATCH 0/3] wildmatch: fix exponential behavior,
Phillip Wood
- Re: [PATCH] That change for support different sslcert and sslkey types., Khalid Masum
- small documentation issues, Matthias Apitz
- [PATCH 0/3] parse-options.h: use designated initializers in OPT_* macros,
SZEDER Gábor
- [PATCH 0/2] Remove unnecessary inclusions of parse-options.h from headers,
SZEDER Gábor
- [PATCH] rebase -i: do not update "done" when rescheduling command,
Phillip Wood via GitGitGadget
- Re: [PATCH] rebase -i: do not update "done" when rescheduling command, Stefan Haller
- Re: [PATCH] rebase -i: do not update "done" when rescheduling command, Junio C Hamano
- Re: [PATCH] rebase -i: do not update "done" when rescheduling command, Johannes Schindelin
- [PATCH v2 0/6] rebase -i: impove handling of failed commands, Phillip Wood via GitGitGadget
- [PATCH v2 1/6] rebase -i: move unlink() calls, Phillip Wood via GitGitGadget
- [PATCH v2 3/6] sequencer: factor out part of pick_commits(), Phillip Wood via GitGitGadget
- [PATCH v2 2/6] rebase -i: remove patch file after conflict resolution, Phillip Wood via GitGitGadget
- [PATCH v2 5/6] rebase: fix rewritten list for failed pick, Phillip Wood via GitGitGadget
- [PATCH v2 4/6] rebase --continue: refuse to commit after failed command, Phillip Wood via GitGitGadget
- [PATCH v2 6/6] rebase -i: fix adding failed command to the todo list, Phillip Wood via GitGitGadget
- Re: [PATCH v2 0/6] rebase -i: impove handling of failed commands, Junio C Hamano
- Re: [PATCH v2 0/6] rebase -i: impove handling of failed commands, Glen Choo
- [PATCH v3 0/7] rebase -i: impove handling of failed commands, Phillip Wood via GitGitGadget
- [PATCH v3 2/7] rebase -i: remove patch file after conflict resolution, Phillip Wood via GitGitGadget
- [PATCH v3 6/7] rebase --continue: refuse to commit after failed command, Phillip Wood via GitGitGadget
- [PATCH v3 3/7] sequencer: use rebase_path_message(), Phillip Wood via GitGitGadget
- [PATCH v3 5/7] rebase: fix rewritten list for failed pick, Phillip Wood via GitGitGadget
- [PATCH v3 1/7] rebase -i: move unlink() calls, Phillip Wood via GitGitGadget
- [PATCH v3 7/7] rebase -i: fix adding failed command to the todo list, Phillip Wood via GitGitGadget
- [PATCH v3 4/7] sequencer: factor out part of pick_commits(), Phillip Wood via GitGitGadget
- Re: [PATCH v3 0/7] rebase -i: impove handling of failed commands, Junio C Hamano
- Re: [PATCH v3 0/7] rebase -i: impove handling of failed commands, Glen Choo
- [PATCH v4 0/7] rebase -i: impove handling of failed commands, Phillip Wood via GitGitGadget
- [PATCH] That change for support different sslcert and sslkey types.,
Stanislav Malishevskiy via GitGitGadget
- Bug Report with Git Bash,
sang.tts.designer
[PATCH 0/2] use gettimeofday for current time,
Paul Eggert
Bug: git pull output and case sensitivity.,
dooagain
[PATCH] Document the output format of ls-remote,
Sean Allred via GitGitGadget
[PATCH] attr: teach "--attr-source=<tree>" global option to "git",
John Cai via GitGitGadget
What's cooking in git.git (Mar 2023, #04; Fri, 17), Junio C Hamano
[PATCH 0/4] more unused-parameter fixes,
Jeff King
[PATCH] git_connect(): fix corner cases in downgrading v2 to v0,
Jeff King
[PATCH 00/17] cocci: remove "the_index" wrapper macros,
Ævar Arnfjörð Bjarmason
- [PATCH 02/17] cocci: fix incorrect & verbose "the_repository" rules, Ævar Arnfjörð Bjarmason
- [PATCH 01/17] cocci: remove dead rule from "the_repository.pending.cocci", Ævar Arnfjörð Bjarmason
- [PATCH 03/17] cocci: sort "the_repository" rules by header, Ævar Arnfjörð Bjarmason
- [PATCH 04/17] cocci: add missing "the_repository" macros to "pending", Ævar Arnfjörð Bjarmason
- [PATCH 08/17] cocci: apply the "diff.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 06/17] cocci: apply the "commit-reach.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 10/17] cocci: apply the "pretty.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 05/17] cocci: apply the "cache.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 07/17] cocci: apply the "commit.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 11/17] cocci: apply the "packfile.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 12/17] cocci: apply the "promisor-remote.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 14/17] cocci: apply the "rerere.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 09/17] cocci: apply the "object-store.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 13/17] cocci: apply the "refs.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 15/17] cocci: apply the "revision.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH 16/17] post-cocci: adjust comments for recent repo_* migration, Ævar Arnfjörð Bjarmason
- [PATCH 17/17] libs: use "struct repository *" argument, not "the_repository", Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/17] cocci: remove "the_index" wrapper macros, Junio C Hamano
- [PATCH v2 00/17] cocci: remove "the_repository" wrapper macros, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/17] cocci: remove dead rule from "the_repository.pending.cocci", Ævar Arnfjörð Bjarmason
- [PATCH v2 02/17] cocci: fix incorrect & verbose "the_repository" rules, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/17] cocci: sort "the_repository" rules by header, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/17] cocci: add missing "the_repository" macros to "pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 06/17] cocci: apply the "commit-reach.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 05/17] cocci: apply the "cache.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 08/17] cocci: apply the "diff.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 10/17] cocci: apply the "pretty.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 12/17] cocci: apply the "promisor-remote.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 07/17] cocci: apply the "commit.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 09/17] cocci: apply the "object-store.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 11/17] cocci: apply the "packfile.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 13/17] cocci: apply the "refs.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 16/17] post-cocci: adjust comments for recent repo_* migration, Ævar Arnfjörð Bjarmason
- [PATCH v2 15/17] cocci: apply the "revision.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 14/17] cocci: apply the "rerere.h" part of "the_repository.pending", Ævar Arnfjörð Bjarmason
- [PATCH v2 17/17] libs: use "struct repository *" argument, not "the_repository", Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/17] cocci: remove "the_repository" wrapper macros, Junio C Hamano
- Re: [PATCH v2 00/17] cocci: remove "the_repository" wrapper macros, Junio C Hamano
git-p4 issue, Brent
[PATCH] object-name: fix quiet @{u} parsing,
Felipe Contreras
Buggy `git log -- path` behavior,
Matthew DeVore
[PATCH 0/4] rebase: cleanup merge strategy option handling,
Phillip Wood
- [PATCH 1/4] rebase: stop reading and writing unnecessary strategy state, Phillip Wood
- [PATCH 2/4] rebase -m: cleanup --strategy-option handling, Phillip Wood
- [PATCH 3/4] rebase -m: fix serialization of strategy options, Phillip Wood
- [PATCH 4/4] rebase: remove a couple of redundant strategy tests, Phillip Wood
- Re: [PATCH 0/4] rebase: cleanup merge strategy option handling, Junio C Hamano
- Re: [PATCH 0/4] rebase: cleanup merge strategy option handling, Felipe Contreras
- Re: [PATCH 0/4] rebase: cleanup merge strategy option handling, Elijah Newren
- [PATCH v2 0/5] rebase: cleanup merge strategy option handling, Phillip Wood
- [PATCH v3 0/5] rebase: cleanup merge strategy option handling, Phillip Wood
- [PATCH v4 0/5] rebase: cleanup merge strategy option handling, Phillip Wood
[PATCH 0/8] fetch: refactor code that prints reference updates,
Patrick Steinhardt
- [PATCH 2/8] fetch: move reference width calculation into `display_state`, Patrick Steinhardt
- [PATCH 1/8] fetch: rename `display` buffer to avoid name conflict, Patrick Steinhardt
- [PATCH 3/8] fetch: move output format into `display_state`, Patrick Steinhardt
- [PATCH 4/8] fetch: pass the full local reference name to `format_display`, Patrick Steinhardt
- [PATCH 5/8] fetch: deduplicate handling of per-reference format, Patrick Steinhardt
- [PATCH 7/8] fetch: fix inconsistent summary width for pruned and updated refs, Patrick Steinhardt
- [PATCH 6/8] fetch: deduplicate logic to print remote URL, Patrick Steinhardt
- [PATCH 8/8] fetch: centralize printing of reference updates, Patrick Steinhardt
- Re: [PATCH 0/8] fetch: refactor code that prints reference updates, Jonathan Tan
- [PATCH v2 0/6] fetch: refactor code that prints reference updates, Patrick Steinhardt
[PATCH] credential/libsecret: support password_expiry_utc,
M Hickford via GitGitGadget
[ANNOUNCE] Git for Windows 2.40.0, Johannes Schindelin
[PATCH] credential: new attribute oauth_refresh_token,
M Hickford via GitGitGadget
[PATCH 0/2] diff: support bare repositories when reading gitattributes for diff algorithm,
John Cai via GitGitGadget
Bugs in config of Git-2.39.2-64-bit.exe,
Edward J. Ouellette
public-inbox.org/git to be downgraded,
Eric Wong
'git commit --amend --no-edit --date {date}' sets wrong date when the summer daylight saving time is on,
Yuri
What's cooking in git.git (Mar 2023, #03; Mon, 13), Junio C Hamano
[ANNOUNCE] Git v2.40.0,
Junio C Hamano
git rebase issue,
Andy Shevchenko
Git fetch slow on local repository with 600k refs,
程洋
[PATCH] test: encoding: simplify BOM addition, Felipe Contreras
[PATCH 0/2] test: framework API cleanup,
Felipe Contreras
git alias for log with format - how to support --no-decorate?, Jason Pyeron
[PATCH v1 0/7] t: fix unused files, part 1,
Andrei Rybak
- [PATCH v1 2/7] t1006: assert error output of cat-file, Andrei Rybak
- [PATCH v1 3/7] t1010: assert empty output of mktree, Andrei Rybak
- [PATCH v1 1/1] t1507: assert output of rev-parse, Andrei Rybak
- [PATCH v1 4/7] t1302: don't create unused file, Andrei Rybak
- [PATCH v1 1/7] t1005: assert output of ls-files, Andrei Rybak
- [PATCH v1 5/7] t1400: assert output of update-ref, Andrei Rybak
- [PATCH v1 6/7] t1404: don't create unused file, Andrei Rybak
- [PATCH v1 7/7] t1507: assert output of rev-parse, Andrei Rybak
- Re: [PATCH v1 0/7] t: fix unused files, part 1, Junio C Hamano
- [PATCH v2 0/7] t: fix unused files, part 1, Andrei Rybak
- [PATCH v2 1/7] t1005: assert output of ls-files, Andrei Rybak
- [PATCH v2 2/7] t1006: assert error output of cat-file, Andrei Rybak
- [PATCH v2 3/7] t1010: don't create unused files, Andrei Rybak
- [PATCH v2 4/7] t1302: don't create unused file, Andrei Rybak
- [PATCH v2 5/7] t1400: assert output of update-ref, Andrei Rybak
- [PATCH v2 7/7] t1507: assert output of rev-parse, Andrei Rybak
- [PATCH v2 6/7] t1404: don't create unused file, Andrei Rybak
- [PATCH v3 0/7] t: fix unused files, part 1, Andrei Rybak
[PATCH 0/5] perf: fixes and cleanups,
Felipe Contreras
[GIT PULL] l10n updates for 2.40.0 round 1, Jiang Xin
[PATCH] Add `restore.defaultLocation` option,
Hugo Sales via GitGitGadget
[PATCH] ls-files: document that pathspecs are supported,
Adam Johnson via GitGitGadget
[RFC PATCH 0/3] Support for tail (branch point) experiment,
Felipe Contreras
[PATCH v2] index-pack: remove fetch_if_missing=0, Kousik Sanagavarapu
[PATCH] ls-files: fix "--format" output of relative paths,
Adam Johnson via GitGitGadget
A nice, beauty progress metter for Git Clone + a feature request,
Sebastian Gniazdowski
[PATCH] sequencer: change amend advice to an actual advice, Felipe Contreras
[RFC PATCH] hooks--pre-push.sample: identify branch point,
Antoine Beaupré
[PATCH v2 0/2] test: cleanups of aggregate-results.sh,
Felipe Contreras
[PATCH] receive-pack: fix stale packfile locks when dying,
Patrick Steinhardt
Feature Request - Better i18n support,
Emir SARI
[GSoC23] Working on project Idea from SOC 2011,
Khalid Masum
Track git blame through two unrelated histories,
Ilia Pozhilov
Re: Fetching everything in another bare repo,
Jeff King
git diff without intermediate commits,
Sudheer D
Writing to err vs std,
Jay Asbury
Git for Windows 2.40 build time frame, Keanen Wold
Better suggestions when git-am(1) fails,
Alejandro Colomar
[PATCH RESEND 0/2] status: improve info for detached HEAD,
Roy Eldar
[PATCH 0/2] builtin/sparse-checkout: add check-rules command,
William Sprent via GitGitGadget
[PATCH] fetch: pass --no-write-fetch-head to subprocesses,
Eric Wong
[PATCH] test: simplify counts aggregation,
Felipe Contreras
Question: How range-diff lapjv algorithm work,
ZheNing Hu
[PATCH 0/2] advice: add diverging advice,
Felipe Contreras
[ANNOUNCE] Git for Windows 2.40.0-rc2, Johannes Schindelin
What's cooking in git.git (Mar 2023, #02; Tue, 7),
Junio C Hamano
[ANNOUNCE] Git v2.40.0-rc2,
Junio C Hamano
[PATCH] sequencer.c: fix overflow & segfault in parse_strategy_opts(),
Ævar Arnfjörð Bjarmason
[PATCH v2 0/2] diff-files: integrate with sparse index,
Shuqi Liang
[PATCH] object-file: reprepare alternates when necessary,
Derrick Stolee via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]