Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [RFC PATCH 2/2] checkout: remove HEAD special case, (continued)
- add two steps,
Johannes Kingma
- [PATCH] pack-bitmap: drop unused `reuse_objects`,
Taylor Blau
- What's cooking in git.git (Jan 2024, #08; Fri, 26), Junio C Hamano
- git-for-windows: Rarely, checking out a branch will fast-forward that branch to the branch that was just switched from, Stan Stanislaus
- [PATCH] merge-tree: accept 3 trees as arguments,
Johannes Schindelin via GitGitGadget
- [PATCH 0/4] completion for git-reflog show,
Rubén Justo
- [PATCH 0/5] reftable: fix writing multi-level indices,
Patrick Steinhardt
- [PATCH 0/2] index-pack: fsck honor checks,
John Cai via GitGitGadget
- Slightly embarassing bug in error message when RSA key doesn't match.,
Peter da Silva
- Virus detected,
Hr. Rüge
- [PATCH] ls-files: avoid the verb "deprecate" for individual options,
Junio C Hamano
- [PATCH 0/2] [GSoC][RFC/Patch] FIX: use utf8_strnwidth for line_prefix in diff.c,
Md Isfarul Haque via GitGitGadget
- [PATCH 0/2] reftable: adjust permissions of compacted tables,
Patrick Steinhardt
- What's cooking in git.git (Jan 2024, #07; Tue, 23),
Junio C Hamano
- `git fetch` with protocol.version=1 misses tags that point to the fetched history,
Josh Steadmon
- [PATCH] reftable: honor core.fsync,
John Cai via GitGitGadget
- Fatal error: commit-graph-chain.lock': File exists., Thomas Braun
- Fwd: Unexpected behavior of ls-files command when using --others --exclude-from, and a .gitignore file which resides in a subdirectory,
Raúl Núñez de Arenas Coronado
- [RFC PATCH] editorconfig: limit code lines to 80 characters,
Carlo Marcelo Arenas Belón
- Git Push Always uses Protocol Version 0,
Zsolt Imre
- [PATCH 0/2] Replace atoi() with strtol_i2(),
Mohit Marathe via GitGitGadget
- Strange and broken behaviour when GIT_WORK_TREE is direct ancestor of GIT_DIR, LunarLambda
- [PATCH 0/4] completion: add missing 'git log' options,
Philippe Blain via GitGitGadget
- [PATCH] ci(github): also skip logs of broken test cases,
Philippe Blain via GitGitGadget
- Git pre-received hook not failing with exit code 1 correcly,
Marc C
- [PATCH] git-p4: use raw string literals for regular expressions,
James Touton via GitGitGadget
- How OBJ_REF_DELTA pack file size calculated,
Farhan Khan
- What's cooking in git.git (Jan 2024, #06; Fri, 19),
Junio C Hamano
- [PATCH] setup: allow cwd=.git w/ bareRepository=explicit,
Kyle Lippincott via GitGitGadget
- [PATCH 0/2] Run limited fuzz tests in GitHub CI,
Josh Steadmon
- [PATCH] MyFirstContribution: update mailing list sub steps,
spectral via GitGitGadget
- [PATCH 0/5] for-each-ref: print all refs on empty string pattern,
Karthik Nayak
- [PATCH 0/7] refs: convert special refs to become normal pseudo-refs,
Patrick Steinhardt
- [Help wanted] git-credential-osxkeychain support for attributes password_expiry_utc and oauth_refresh_token, M Hickford
- [PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options,
brianmlyles
- [PATCH 2/4] docs: Clean up `--empty` formatting in `git-rebase` and `git-am`, brianmlyles
- [PATCH 3/4] rebase: Update `--empty=ask` to `--empty=drop`, brianmlyles
- [PATCH 4/4] cherry-pick: Add `--empty` for more robust redundant commit handling, brianmlyles
- Re: [PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options, Kristoffer Haugsbakk
- Re: [PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options, Phillip Wood
- Re: [PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options, Phillip Wood
- [PATCH v2 0/8] cherry-pick: add `--empty`, Brian Lyles
- [PATCH v2 1/8] docs: address inaccurate `--empty` default with `--exec`, Brian Lyles
- [PATCH v2 2/8] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1), Brian Lyles
- [PATCH v2 3/8] rebase: update `--empty=ask` to `--empty=drop`, Brian Lyles
- [PATCH v2 4/8] sequencer: treat error reading HEAD as unborn branch, Brian Lyles
- [PATCH v2 5/8] sequencer: do not require `allow_empty` for redundant commit options, Brian Lyles
- [PATCH v2 6/8] cherry-pick: decouple `--allow-empty` and `--keep-redundant-commits`, Brian Lyles
- [PATCH v2 7/8] cherry-pick: enforce `--keep-redundant-commits` incompatibility, Brian Lyles
- [PATCH v2 8/8] cherry-pick: add `--empty` for more robust redundant commit handling, Brian Lyles
- [PATCH v3 0/7] cherry-pick: add `--empty` for more robust redundant commit handling, Brian Lyles
- [PATCH v3 1/7] docs: address inaccurate `--empty` default with `--exec`, Brian Lyles
- [PATCH v3 2/7] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1), Brian Lyles
- [PATCH v3 3/7] rebase: update `--empty=ask` to `--empty=stop`, Brian Lyles
- [PATCH v3 4/7] sequencer: treat error reading HEAD as unborn branch, Brian Lyles
- [PATCH v3 5/7] sequencer: do not require `allow_empty` for redundant commit options, Brian Lyles
- [PATCH v3 6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility, Brian Lyles
- [PATCH v3 7/7] cherry-pick: add `--empty` for more robust redundant commit handling, Brian Lyles
- [PATCH v4 0/7] cherry-pick: add `--empty` for more robust redundant commit handling, Brian Lyles
- [PATCH v4 1/7] docs: address inaccurate `--empty` default with `--exec`, Brian Lyles
- [PATCH v4 2/7] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1), Brian Lyles
- [PATCH v4 3/7] rebase: update `--empty=ask` to `--empty=stop`, Brian Lyles
- [PATCH v4 4/7] sequencer: handle unborn branch with `--allow-empty`, Brian Lyles
- [PATCH v4 5/7] sequencer: do not require `allow_empty` for redundant commit options, Brian Lyles
- [PATCH v4 6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility, Brian Lyles
- [PATCH v4 7/7] cherry-pick: add `--empty` for more robust redundant commit handling, Brian Lyles
- [PATCH v5 0/7] cherry-pick: add `--empty` for more robust redundant commit handling, Brian Lyles
- [PATCH v5 1/7] docs: address inaccurate `--empty` default with `--exec`, Brian Lyles
- [PATCH v5 4/7] sequencer: handle unborn branch with `--allow-empty`, Brian Lyles
- [PATCH v5 5/7] sequencer: do not require `allow_empty` for redundant commit options, Brian Lyles
- [PATCH v5 6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility, Brian Lyles
- [PATCH v5 7/7] cherry-pick: add `--empty` for more robust redundant commit handling, Brian Lyles
- [PATCH v5 2/7] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1), Brian Lyles
- [PATCH v5 3/7] rebase: update `--empty=ask` to `--empty=stop`, Brian Lyles
- [PATCH 1/2] t0024: avoid losing exit status to pipes,
Ghanshyam Thakkar
- Suggestion for Git docummntation Book, Chapter "7.7 Git Tools - Reset Demystified",
Peter Hunkeler
- [PATCH] merge-ll: expose revision names to custom drivers,
Antonin Delpeuch via GitGitGadget
- [PATCH 0/2] reftable/stack: fix race in up-to-date check,
Patrick Steinhardt
- How to execute a command on git am/rebase/cherry pick --abort ?,
Konstantin Kharlamov
- git fsck does not check the packed-refs file,
R. Diez
- [Bug?] "git diff --no-rename A B",
Junio C Hamano
- [PATCH 00/12] Group reffiles tests,
John Cai via GitGitGadget
- [PATCH 01/12] t3210: move to t0602, John Cai via GitGitGadget
- [PATCH 02/12] remove REFFILES prerequisite, John Cai via GitGitGadget
- [PATCH 03/12] t1414: convert test to use Git commands instead of writing refs manually, John Cai via GitGitGadget
- [PATCH 05/12] t1405: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 04/12] t1404: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 06/12] t1406: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 07/12] t1410: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 08/12] t1415: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 09/12] t1503: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 10/12] t3903: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 11/12] t4202: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH 12/12] t5312: move reffiles specific tests to t0600, John Cai via GitGitGadget
- Re: [PATCH 00/12] Group reffiles tests, Junio C Hamano
- [PATCH v2 00/12] Group reffiles tests, John Cai via GitGitGadget
- [PATCH v2 01/12] t3210: move to t0601, John Cai via GitGitGadget
- [PATCH v2 02/12] remove REFFILES prerequisite for some tests in t1405 and t2017, John Cai via GitGitGadget
- [PATCH v2 03/12] t1414: convert test to use Git commands instead of writing refs manually, John Cai via GitGitGadget
- [PATCH v2 05/12] t1405: move reffiles specific tests to t0601, John Cai via GitGitGadget
- [PATCH v2 04/12] t1404: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH v2 06/12] t1406: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH v2 07/12] t1410: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH v2 08/12] t1415: move reffiles specific tests to t0601, John Cai via GitGitGadget
- [PATCH v2 09/12] t1503: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH v2 10/12] t3903: make drop stash test ref backend agnostic, John Cai via GitGitGadget
- [PATCH v2 11/12] t4202: move reffiles specific tests to t0600, John Cai via GitGitGadget
- [PATCH v2 12/12] t5312: move reffiles specific tests to t0601, John Cai via GitGitGadget
- Re: [PATCH v2 00/12] Group reffiles tests, Patrick Steinhardt
- [PATCH v2] rebase: Fix documentation about used shell in -x,
Nikolay Borisov
- [RFC PATCH 0/4] test-tool: add unit test suite runner,
Josh Steadmon
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]