Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 2/2] ci(github): also mark up compile errors, (continued)
- [PATCH] connected: distinguish local/remote bad objects,
Jonathan Tan
- Best way to update `HEAD` in mirrored repos,
Rodrigo Silva Mendoza
- [PATCH 0/4] Create branch_checked_out() helper,
Derrick Stolee via GitGitGadget
- commit-graph overflow generation chicken and egg,
Jeff King
- Git apply fails on case-only rename on case-insensitive filesystem,
Tao Klerks
- [PATCH] ci(github): bring back the 'print test failures' step,
Johannes Schindelin via GitGitGadget
- [PATCH] remote-curl: send Accept-Language header to server,
Li Linchao via GitGitGadget
- What's cooking in git.git (Jun 2022, #02; Tue, 7),
Junio C Hamano
- Bug in merge-ort (rename detection can have collisions?),
Glen Choo
- [PATCH] cocci: retire is_null_sha1() rule, Junio C Hamano
- [PATCH] config: document and test the 'worktree' scope,
Glen Choo via GitGitGadget
- [PATCH] fsmonitor: query watchman with right valid json,
Son Luong Ngoc
- [PATCH] submodule merge: update conflict error message,
Calvin Wan
- [PATCH 0/2] builtin/show-ref.c: support `--count` for limiting output,
Taylor Blau
- [PATCH 0/6] bundle URIs: design doc and initial git fetch --bundle-uri implementation,
Derrick Stolee via GitGitGadget
- How to watch files in a Git repository,
R. Diez
- git-config gpg.program - more flexibility needed ?,
Laura Smith
- [PATCH] ls-files.c: add --only-object-name option,
ZheNing Hu via GitGitGadget
- git push --delete <url> <branch> fails if run outside a repository,
Adam Dinwoodie
- git bug: Including a git repository in a directory,
Steven Jonn Edlefsen
- [PATCH] read-cache.c: reduce unnecessary cache entry name copying,
ZheNing Hu via GitGitGadget
- [BUG?] Major performance issue with some commands on our repo's master branch,
Tassilo Horn
- [PATCH] builtin/show-ref.c: avoid over-iterating with --heads, --tags,
Taylor Blau
- [RFC PATCH 00/15] Fix GCC -fanalyzer warnings & add -fanalyzer DEVOPTS mode,
Ævar Arnfjörð Bjarmason
- [RFC PATCH 03/15] reftable: don't memset() a NULL from failed malloc(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 01/15] remote.c: don't dereference NULL in freeing loop, Ævar Arnfjörð Bjarmason
- [RFC PATCH 02/15] pull.c: don't feed NULL to strcmp() on get_rebase_fork_point() path, Ævar Arnfjörð Bjarmason
- [RFC PATCH 04/15] diff-lib.c: don't dereference NULL in oneway_diff(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 06/15] ref-filter.c: BUG() out on show_ref() with NULL refname, Ævar Arnfjörð Bjarmason
- [RFC PATCH 08/15] strbuf.c: use st_add3(), not unsigned_add_overflows(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 09/15] add-patch: assert parse_diff() expectations with BUG(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 05/15] refs/packed-backend.c: add a BUG() if iter is NULL, Ævar Arnfjörð Bjarmason
- [RFC PATCH 10/15] reftable: don't have reader_get_block() confuse -fanalyzer, Ævar Arnfjörð Bjarmason
- [RFC PATCH 07/15] strbuf.c: placate -fanalyzer in strbuf_grow(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 15/15] config.mak.dev: add and use ASSERT_FOR_FANALYZER() macro, Ævar Arnfjörð Bjarmason
- [RFC PATCH 14/15] config.mak.dev: add a DEVOPTS=analyzer mode to use GCC's -fanalyzer, Ævar Arnfjörð Bjarmason
- [RFC PATCH 11/15] blame.c: clarify the state of "final_commit" for -fanalyzer, Ævar Arnfjörð Bjarmason
- [RFC PATCH 12/15] pack.h: wrap write_*file*() functions, Ævar Arnfjörð Bjarmason
- [RFC PATCH 13/15] pack-write API: pass down "verify" not arbitrary flags, Ævar Arnfjörð Bjarmason
- [PATCH 0/3] remote API: fix -fanalyzer-spotted freeing issue, Ævar Arnfjörð Bjarmason
- BUG: git log on bare repository fails if the default branch is not called master,
Ian Molton
- BUG report: git-gui does not show commit message templates,
Ian Molton
- [PATCH 0/4] rebase: update branches in multi-part topic,
Derrick Stolee via GitGitGadget
- [PATCH 2/4] branch: add branch_checked_out() helper, Derrick Stolee via GitGitGadget
- [PATCH 1/4] log-tree: create for_each_decoration(), Derrick Stolee via GitGitGadget
- [PATCH 3/4] rebase: add --update-refs option, Derrick Stolee via GitGitGadget
- [PATCH 4/4] rebase: add rebase.updateRefs config option, Derrick Stolee via GitGitGadget
- Re: [PATCH 0/4] rebase: update branches in multi-part topic, Junio C Hamano
- Re: [PATCH 0/4] rebase: update branches in multi-part topic, Taylor Blau
- Re: [PATCH 0/4] rebase: update branches in multi-part topic, Elijah Newren
- [PATCH v2 0/7] rebase: update branches in multi-part topic, Derrick Stolee via GitGitGadget
- [PATCH v2 1/7] log-tree: create for_each_decoration(), Derrick Stolee via GitGitGadget
- [PATCH v2 2/7] branch: add branch_checked_out() helper, Derrick Stolee via GitGitGadget
- [PATCH v2 3/7] sequencer: define array with enum values, Derrick Stolee via GitGitGadget
- [PATCH v2 4/7] sequencer: add update-refs command, Derrick Stolee via GitGitGadget
- [PATCH v2 6/7] sequencer: implement 'update-refs' command, Derrick Stolee via GitGitGadget
- [PATCH v2 5/7] rebase: add --update-refs option, Derrick Stolee via GitGitGadget
- [PATCH v2 7/7] rebase: add rebase.updateRefs config option, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 0/7] rebase: update branches in multi-part topic, Phillip Wood
- [PATCH v3 0/8] rebase: update branches in multi-part topic, Derrick Stolee via GitGitGadget
- [PATCH v3 1/8] t2407: test branches currently using apply backend, Derrick Stolee via GitGitGadget
- [PATCH v3 8/8] rebase: add rebase.updateRefs config option, Derrick Stolee via GitGitGadget
- [PATCH v3 6/8] rebase: add --update-refs option, Derrick Stolee via GitGitGadget
- [PATCH v3 5/8] sequencer: add update-ref command, Derrick Stolee via GitGitGadget
- [PATCH v3 4/8] sequencer: define array with enum values, Derrick Stolee via GitGitGadget
- [PATCH v3 2/8] branch: consider refs under 'update-refs', Derrick Stolee via GitGitGadget
- [PATCH v3 7/8] rebase: update refs from 'update-ref' commands, Derrick Stolee via GitGitGadget
- [PATCH v3 3/8] rebase-interactive: update 'merge' description, Derrick Stolee via GitGitGadget
- Re: [PATCH v3 0/8] rebase: update branches in multi-part topic, Junio C Hamano
- Re: [PATCH v3 0/8] rebase: update branches in multi-part topic, Phillip Wood
- [PATCH v4 00/12] rebase: update branches in multi-part topic, Derrick Stolee via GitGitGadget
- [PATCH v4 01/12] t2407: test bisect and rebase as black-boxes, Derrick Stolee via GitGitGadget
- [PATCH v4 02/12] t2407: test branches currently using apply backend, Derrick Stolee via GitGitGadget
- [PATCH v4 03/12] branch: consider refs under 'update-refs', Derrick Stolee via GitGitGadget
- [PATCH v4 05/12] sequencer: define array with enum values, Derrick Stolee via GitGitGadget
- [PATCH v4 04/12] rebase-interactive: update 'merge' description, Derrick Stolee via GitGitGadget
- [PATCH v4 06/12] sequencer: add update-ref command, Derrick Stolee via GitGitGadget
- [PATCH v4 07/12] rebase: add --update-refs option, Derrick Stolee via GitGitGadget
- [PATCH v4 08/12] rebase: update refs from 'update-ref' commands, Derrick Stolee via GitGitGadget
- [PATCH v4 09/12] sequencer: rewrite update-refs as user edits todo list, Derrick Stolee via GitGitGadget
- [PATCH v4 11/12] sequencer: ignore HEAD ref under --update-refs, Derrick Stolee via GitGitGadget
- [PATCH v4 10/12] rebase: add rebase.updateRefs config option, Derrick Stolee via GitGitGadget
- [PATCH v4 12/12] sequencer: notify user of --update-refs activity, Derrick Stolee via GitGitGadget
- Re: [PATCH v4 00/12] rebase: update branches in multi-part topic, Junio C Hamano
- Re: [PATCH v4 00/12] rebase: update branches in multi-part topic, Phillip Wood
- [PATCH v5 00/12] rebase: update branches in multi-part topic, Derrick Stolee via GitGitGadget
- [PATCH v5 02/12] t2407: test branches currently using apply backend, Derrick Stolee via GitGitGadget
- [PATCH v5 01/12] t2407: test bisect and rebase as black-boxes, Derrick Stolee via GitGitGadget
- [PATCH v5 08/12] rebase: update refs from 'update-ref' commands, Derrick Stolee via GitGitGadget
- [PATCH v5 06/12] sequencer: add update-ref command, Derrick Stolee via GitGitGadget
- [PATCH v5 11/12] sequencer: ignore HEAD ref under --update-refs, Derrick Stolee via GitGitGadget
- [PATCH v5 09/12] sequencer: rewrite update-refs as user edits todo list, Derrick Stolee via GitGitGadget
- [PATCH v5 12/12] sequencer: notify user of --update-refs activity, Derrick Stolee via GitGitGadget
- [PATCH v5 07/12] rebase: add --update-refs option, Derrick Stolee via GitGitGadget
- [PATCH v5 05/12] sequencer: define array with enum values, Derrick Stolee via GitGitGadget
- [PATCH v5 10/12] rebase: add rebase.updateRefs config option, Derrick Stolee via GitGitGadget
- [PATCH v5 04/12] rebase-interactive: update 'merge' description, Derrick Stolee via GitGitGadget
- [PATCH v5 03/12] branch: consider refs under 'update-refs', Derrick Stolee via GitGitGadget
- Re: [PATCH v5 00/12] rebase: update branches in multi-part topic, Elijah Newren
- Re: [PATCH v5 00/12] rebase: update branches in multi-part topic, Phillip Wood
- Cherry-Pick without affecting working tree / index?,
Tao Klerks
- Introduce "git stash --continue" and "git stash --abort"?,
Tao Klerks
- [PATCH 0/2] bitmap-format.txt: fix some formatting issues and include checksum info,
Abhradeep Chakraborty via GitGitGadget
- [PATCH 0/2] Integrate Scalar into the CI builds,
Johannes Schindelin via GitGitGadget
- protocol: add Accept-Language header if possible,
lilinchao@xxxxxxxxxx
- What's cooking in git.git (Jun 2022, #01; Wed, 1),
Junio C Hamano
- gc/zero-length-branch-config-fix (was Re: What's cooking in git.git (Jun 2022, #01; Wed, 1)), Glen Choo
- ab/env-array (was: What's cooking in git.git (Jun 2022, #01; Wed, 1)), Ævar Arnfjörð Bjarmason
- Re: What's cooking in git.git (Jun 2022, #01; Wed, 1), Derrick Stolee
- Re: What's cooking in git.git (Jun 2022, #01; Wed, 1), Jeff Hostetler
- ab/bug-if-bug (was: What's cooking in git.git (Jun 2022, #01; Wed, 1)), Ævar Arnfjörð Bjarmason
- ab/hooks-regression-fix (was: What's cooking in git.git (Jun 2022, #01; Wed, 1)), Ævar Arnfjörð Bjarmason
- CVE-2022-24975,
Mark Esler
- [RFC PATCH] git-prompt: make colourization consistent,
Joakim Petersen
- [bug] docs claim git fetch --deepen doesn't fetch tags, but it does, Tim Cuthbertson
- BUG? git stash and immediate git apply results in conflict,
Akos Vandra-Meyer
- [PATCH] gitweb: switch to a modern DOCTYPE,
Jason Yundt
- [PATCH 0/2] remote.c: reject 0-length branch names,
Glen Choo via GitGitGadget
- git pull --recurse-submodules wipes uncommitted submodule changes without warning,
Guillaume Girol
- Bug: fsmonitor--daemon doesn't pick up submodule changes,
Benedek Kozma
- Files with \r\n\n line endings can result in needing to renormalize twice, after deleting checked out file and restoring from repo,
Philip, Bevan
- [PATCH] ssh signing: Support ECDSA as literal SSH keys,
Andy Lindeman via GitGitGadget
- [PATCH] range-diff: show submodule changes irrespective of diff.submodule,
Philippe Blain via GitGitGadget
- request for development/build workflow suggestion/fix,
Graham.Menhennitt
- Excluding paths with wildcard not working with add -p,
Robert Dailey
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]