Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 1/5] doc: git-checkout: clarify intro, (continued)
- Git dumb HTTP protocol should use WebDAV PROPFIND method, Milan Hauth
- I still use "git whatchanged",
Harding, Mitch Perry (The weird one)
- Shallow clone support in v3.0 and beyond?,
Bagas Sanjaya
- [PATCH] Makefile: build libgit-rs and libgit-sys serially,
David Aguilar
- [PATCH] range-diff: add configurable memory limit for cost matrix,
Paulo Casaretto via GitGitGadget
- [Suggestion] Handling Rust in upcoming releases,
rsbecker
- [PATCH] reset slab_alloc and state fields in clear_alloc_state(),
ノウラ | Flare via GitGitGadget
- [PATCH 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition,
Julia Evans via GitGitGadget
- [PATCH] rename default branch from 'master' to 'main' in refs and test scripts,
Wing Huang via GitGitGadget
- [PATCH] curl: add support for curl_global_trace() components,
Jeff King
- [PATCH v2 0/4] git-gui: GIT_ASK_YESNO/GIT_ASKPASS patches from Git for Windows,
Johannes Schindelin via GitGitGadget
- [GSoC][PATCH 0/5] Add refs optimize subcommand,
Meet Soni
- [GSoC][PATCH 1/5] builtin/pack-refs: factor out core logic into a helper, Meet Soni
- [GSoC][PATCH 3/5] builtin/refs: add optimize subcommand, Meet Soni
- [GSoC][PATCH 2/5] doc: factor out common option, Meet Soni
- [GSoC][PATCH 4/5] t0601: refactor tests to be shareable, Meet Soni
[PATCH] cherry-pick: document rev-list options,
Emily Shaffer via GitGitGadget
Difference between 'git rebase --continue' and 'git commit' during rebase conflict resolution, Stephen Finucane
[PATCH/RFC] submodule: gracefully handle links in module paths, Julian Prein via GitGitGadget
Feature Request: Add comments to commits,
Rune Philosof
git-2.51.0: Fetching tags does not work,
David Bohman
Xxx, Jesus Govanny Gonzalez Rosas
gitk bug: Disabling "Themed widgets" breaks preferences dialogue,
Mark Hills
[GSoC][PATCH v2 0/5] Add refs optimize subcommand,
Meet Soni
[PATCH] update worktree in config.worktree if it exists, haihuayang via GitGitGadget
[PATCH 0/5] midx-write: fix segfault and do several cleanups,
Derrick Stolee via GitGitGadget
question: what does "garbage" field in "git count-objects -v" represent? Is it broken?,
Daniele Sassoli
[PATCH 0/6] breaking changes: switch default initial branch name to "main",
Phillip Wood
Running out of inodes on an NFS which stores repos,
Kousik Sanagavarapu
[PATCH 0/4] you-still-use-that??: improve breaking changes troubleshooting,
kristofferhaugsbakk
[ANNOUNCE] Contributor's Summit updates,
Taylor Blau
Is Git Add Supposed to Work Like This (git 2.50)?,
Jon Forrest
Re Is Git Add Supposed to Work Like This (git 2.50)?, K Jayatheerth
git whatchanged breakage,
Ron Yorston
Git dumb HTTP protocol should work without update-server-info,
Milan Hauth
[PATCH 2/4] string-list: replace negative index encoding with "exact_match" parameter, shejialuo
[PATCH 3/4] string-list: change "string_list_find_insert_index" return type to "size_t", shejialuo
[PATCH 4/4] refs: enable sign compare warnings check, shejialuo
[PATCH 0/4] enhance string-list API to fix sign compare warnings,
shejialuo
[PATCH 2/4] string-list: replace negative index encoding with "exact_match" parameter, shejialuo
[PATCH 00/17] Use rust types in xdiff.,
Ezekiel Newren via GitGitGadget
- [PATCH 17/17] xdiff: change the types of dstart, dend, rchg, and rindex in xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 11/17] xdiff: include compat/rust_types.h, Ezekiel Newren via GitGitGadget
- [PATCH 07/17] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t, Ezekiel Newren via GitGitGadget
- [PATCH 16/17] xdiff: make xdfile_t.nreff a usize instead of long, Ezekiel Newren via GitGitGadget
- [PATCH 04/17] xdiff: delete xdl_get_rec() in xemit, Ezekiel Newren via GitGitGadget
- [PATCH 10/17] compat/rust_types.h: define rust primitive types, Ezekiel Newren via GitGitGadget
- [PATCH 03/17] xdiff: delete unnecessary fields from xrecord_t and xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 02/17] xdiff: delete local variables and initialize/free xdfile_t directly, Ezekiel Newren via GitGitGadget
- [PATCH 05/17] xdiff: delete struct diffdata_t, Ezekiel Newren via GitGitGadget
- [PATCH 01/17] xdiff: delete static forward declarations in xprepare, Ezekiel Newren via GitGitGadget
- [PATCH 15/17] xdiff: make xdfile_t.nrec a usize instead of long, Ezekiel Newren via GitGitGadget
- [PATCH 13/17] xdiff: make xrecord_t.size a usize instead of long, Ezekiel Newren via GitGitGadget
- [PATCH 06/17] xdiff: delete redundant array xdfile_t.ha, Ezekiel Newren via GitGitGadget
- [PATCH 14/17] xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash, Ezekiel Newren via GitGitGadget
- [PATCH 12/17] xdiff: make xrecord_t.ptr a u8 instead of char, Ezekiel Newren via GitGitGadget
- [PATCH 09/17] xdiff: treat xdfile_t.rchg like an enum, Ezekiel Newren via GitGitGadget
- [PATCH 08/17] xdiff: delete chastore from xdfile_t, view with --color-words, Ezekiel Newren via GitGitGadget
- Message not available
[PATCH v3] gitk: add README with usage, build, and contribution details,
Michael Rappazzo
Whatchanged,
Anthony Clay
git's deprecated "whatchanged", Tuttle, James
[PATCH 00/15] Introduce rust: In xdiff,
Ezekiel Newren via GitGitGadget
- [PATCH 05/15] github workflows: upload Cargo.lock, Ezekiel Newren via GitGitGadget
- [PATCH 10/15] xdiff: use one definition for freeing xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 14/15] xdiff: make xdfile_t more rust friendly, Ezekiel Newren via GitGitGadget
- [PATCH 04/15] win+Meson: do allow linking with the Rust-built xdiff, Johannes Schindelin via GitGitGadget
- [PATCH 11/15] xdiff: replace chastore with an ivec in xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 08/15] xdiff: delete unnecessary fields from xrecord_t and xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 15/15] xdiff: implement xdl_trim_ends() in Rust, Ezekiel Newren via GitGitGadget
- [PATCH 07/15] xdiff/xprepare: remove superfluous forward declarations, Ezekiel Newren via GitGitGadget
- [PATCH 09/15] xdiff: make fields of xrecord_t Rust friendly, Ezekiel Newren via GitGitGadget
- [PATCH 01/15] doc: add a policy for using Rust, brian m. carlson via GitGitGadget
- [PATCH 12/15] xdiff: delete nrec field from xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 03/15] github workflows: install rust, Ezekiel Newren via GitGitGadget
- [PATCH 02/15] xdiff: introduce rust, Ezekiel Newren via GitGitGadget
- [PATCH 13/15] xdiff: delete recs field from xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 06/15] ivec: create a vector type that is interoperable between C and Rust, Ezekiel Newren via GitGitGadget
What's cooking in git.git (Aug 2025, #12; Fri, 29),
Junio C Hamano
Draft of Git Rev News edition 126,
Christian Couder
I still use this!,
wafkse
Git Stash Synchronization - Best Workflow?,
Brooke Kuhlmann
[PATCH] add-interactive: reject malformed numerical input,
Seonghyeon Cho (조성현) via GitGitGadget
Reporting usage of whatchanged,
Vianney
Git fetch Failure,
Tarun【ツ】
Re: [PATCH] doc: fix formatting of function-wrap shell alias, Junio C Hamano
Re: [PATCH] gitlab-ci: disable realtime monitoring to unbreak Windows jobs,
Junio C Hamano
Re: Still using "git whatchanged",
Junio C Hamano
What's cooking in git.git (Sep 2025, #01; Tue, 2),
Junio C Hamano
Bug: ls-remote refuses to run when work tree mounted in container, Cristian Dinu
[Bug] With "[remotes] group = a b c", "git push group" does not work, Junio C Hamano
[PATCH] gitweb: plug various command-line option injection holes,
Taylor Blau
[ANNOUNCE] Git Rev News edition 126, Christian Couder
[PATCH] l10n: de.po: Fix spelling of color-moved-ws mode allow-indentation-change, Matthias Schwarzott
[PATCH 0/2] doc: add/remove backticks for inline-verbatim markup,
kristofferhaugsbakk
Re: [PATCH v2 1/5] fsck: order 'fsck_msg_type' alphabetically, Junio C Hamano
Re: [PATCH v2 4/5] refs/reftable: add fsck check for trailing newline,
Junio C Hamano
Re: [PATCH v2 5/5] refs/reftable: add fsck check for incorrect update index, Junio C Hamano
[PATCH 0/2] upload-pack: don't ACK non-commits repeatedly,
Patrick Steinhardt
Re: [PATCH v2 2/5] refs/reftable: add fsck check for checking the table name,
Patrick Steinhardt
Re: [PATCH v2 3/5] refs/reftable: add fsck check for number of tables, Patrick Steinhardt
Error in nct7802.c, Латышев Сергей Александрович
Reference transaction hook is unable to find the old_oid for pre-existing refs,
elhmn
Re: [PATCH 1/2] refs/files: use correct error type when locking fails,
Junio C Hamano
Re: [PATCH 2/2] refs/files: handle F/D conflicts in case-insensitive FS,
Junio C Hamano
Performance (self-compiled vs. distributed),
D. Ben Knoble
What's cooking in git.git (Sep 2025, #02; Wed, 3),
Junio C Hamano
Re: [PATCH] mailmap: consolidate multiple addresses into one, Junio C Hamano
Doing blobless clone by default; switching between blobless, treeless and full clones by a command,
Дилян Палаузов
[PATCH] combine-diff: don't override recursive flag,
Toon Claes
[PATCH 0/6] odb: track commit graphs via object source,
Patrick Steinhardt
[PATCH 1/6] blame: drop explicit check for commit graph, Patrick Steinhardt
[PATCH 2/6] revision: drop explicit check for commit graph, Patrick Steinhardt
[PATCH 5/6] commit-graph: pass graphs that are to be merged as parameter, Patrick Steinhardt
[PATCH 4/6] commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`, Patrick Steinhardt
[PATCH 6/6] odb: move commit-graph into the object sources, Patrick Steinhardt
[PATCH 3/6] commit-graph: return the prepared commit graph from `prepare_commit_graph()`, Patrick Steinhardt
Config options -c in rebase --continue not passed to prepare-commit-msg hook,
Devste Devste
[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty,
Patrick Steinhardt
Message not available
[PATCH RFC v2 0/7] Introduce Rust and announce that it will become mandatorty, Patrick Steinhardt
[PATCH RFC v2 3/7] help: report on whether or not Rust is enabled, Patrick Steinhardt
[PATCH RFC v2 7/7] ci: enable Rust for breaking-changes jobs, Patrick Steinhardt
[PATCH RFC v2 1/7] meson: add infrastructure to build internal Rust library, Patrick Steinhardt
[PATCH RFC v2 2/7] Makefile: introduce infrastructure to build internal Rust library, Patrick Steinhardt
[PATCH RFC v2 5/7] BreakingChanges: announce Rust becoming mandatory, Patrick Steinhardt
[PATCH RFC v2 6/7] ci: convert "pedantic" job into full build with breaking changes, Patrick Steinhardt
[PATCH RFC v2 4/7] rust: implement a test balloon via the "varint" subsystem, Patrick Steinhardt
[PATCH RFC 1/3] meson: add infrastructure to build internal Rust library, Patrick Steinhardt
[PATCH RFC 3/3] BreakingChanges: announce Rust becoming mandatory, Patrick Steinhardt
[PATCH RFC 2/3] rust: implement a test balloon via the "varint" subsystem, Patrick Steinhardt
[PATCH] object-name: declare pointer type of extend_abbrev_len()'s 2nd parameter,
René Scharfe
git whatchanged,
Michael Tourigny (TERAWE CORPORATION)
[PATCH] GIT-VERSION-GEN: Use standard versioning suffix,
Jonas Rebmann
[Bug] Compat objects not added to CLAR_TEST_PROG,
Osipov, Michael (IN IT IN)
[PATCH v2] combine-diff: don't override recursive flag in diff_tree_combined(),
Toon Claes
Re: [PATCH RFC 2/3] rust: implement a test balloon via the "varint" subsystem, Junio C Hamano
Re: [PATCH 0/2] replay: add --update-refs option,
Junio C Hamano
[PATCH v4 0/7] you-still-use-that??: improve breaking changes troubleshooting,
kristofferhaugsbakk
[PATCH v4 1/7] git: add `deprecated` category to --list-cmds, kristofferhaugsbakk
[PATCH v4 6/7] whatchanged: remove not-even-shorter clause, kristofferhaugsbakk
[PATCH v4 3/7] t0014: test shadowing of aliases for a sample of builtins, kristofferhaugsbakk
[PATCH v4 5/7] whatchanged: tell users the git-log(1) equivalent, kristofferhaugsbakk
Re: [PATCH 2/2] replay: document --update-refs and --batch options, Andrei Rybak
[PATCH 0/6] odb: add transaction interfaces to ODB subsystem,
Justin Tobler
[PATCH 1/6] bulk-checkin: remove ODB transaction nesting, Justin Tobler
[PATCH 6/6] odb: add transaction interface, Justin Tobler
[PATCH 5/6] object-file: update naming from bulk-checkin, Justin Tobler
[PATCH 4/6] object-file: relocate ODB transaction code, Justin Tobler
Re: [PATCH 1/4] string-list: allow passing NULL for `get_entry_index`,
Ben Knoble
Re: What's cooking in git.git (Sep 2025, #03; Mon, 8),
Kristoffer Haugsbakk
Re: [PATCH RFC v3 1/8] meson: add infrastructure to build internal Rust library, Patrick Steinhardt
Re: [PATCH RFC v3 5/8] rust: implement a test balloon via the "varint" subsystem, Patrick Steinhardt
[PATCH 0/2] fast-import: start controlling how commit signatures are handled,
Christian Couder
[PATCH 2/2] fast-import: add '--signed-commits=<mode>' option, Christian Couder
Message not available
Message not available
Message not available
[PATCH] t/unit-tests: update clar to fcbed04,
Patrick Steinhardt
[PATCH] odb: drop deprecated wrapper functions, Patrick Steinhardt
Using command nominated for removal: whatchanged,
Chirayu Desai
Re: [PATCH v4 0/7] doc: git-checkout: clarify DESCRIPTION section,
Ben Knoble
[PATCH 0/5] builtin/config: bug fixes for "get" subcommand with "--type=color",
Patrick Steinhardt
Re: [PATCH 0/3] ci: don't compile whole project when testing docs with Meson, Junio C Hamano
Re: [PATCH RFC v4 1/9] meson: add infrastructure to build internal Rust library, brian m. carlson
[PATCH] libsecret/Makefile: add install target,
M Hickford via GitGitGadget
Re: [PATCH v4 13/15] packfile: remove `get_packed_git()`, Taylor Blau
[DISCUSS] validation on git config user.email,
usharerose
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]