summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-09t7003: modernize path existence checks using test helpersSoutrikDas1-6/+6
2026-02-09t2003: modernize path existence checks using test helpersBurak Kaan Karaçay1-25/+25
2026-02-09meson: fix building mergetool docsPhillip Wood1-4/+1
2026-02-09checkout: tell "parse_remote_branch" which command is calling itJunio C Hamano2-5/+42
2026-02-09checkout: pass program-readable token to unified "main"Junio C Hamano1-20/+43
2026-02-08version: stop using the_repositoryRené Scharfe2-4/+0
2026-02-08remove duplicate includesRené Scharfe7-7/+0
2026-02-08commit: use commit_stackRené Scharfe1-16/+13
2026-02-07object-file-convert: always make sure object ID algo is validbrian m. carlson1-2/+10
2026-02-07rust: add a small wrapper around the hashfile codebrian m. carlson4-0/+84
2026-02-07rust: add a new binary object map formatbrian m. carlson5-0/+994
2026-02-07rust: add functionality to hash an objectbrian m. carlson1-1/+142
2026-02-07rust: add a build.rs script for testsbrian m. carlson2-1/+18
2026-02-07rust: fix linking binaries with cargobrian m. carlson1-7/+12
2026-02-07hash: expose hash context functions to Rustbrian m. carlson2-20/+42
2026-02-07write-or-die: add an fsync component for the object mapbrian m. carlson1-1/+3
2026-02-07csum-file: define hashwrite's count as a uint32_tbrian m. carlson2-2/+2
2026-02-07rust: add additional helpers for ObjectIDbrian m. carlson1-1/+132
2026-02-07hash: add a function to look up hash algo structsbrian m. carlson3-0/+22
2026-02-07rust: add a hash algorithm abstractionbrian m. carlson1-0/+159
2026-02-07rust: add a ObjectID structbrian m. carlson4-0/+24
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson6-15/+15
2026-02-07conversion: don't crash when no destination algobrian m. carlson1-1/+1
2026-02-07repository: require Rust support for interoperabilitybrian m. carlson7-33/+77
2026-02-07completion: add stash import, exportD. Ben Knoble1-2/+8
2026-02-07merge-file: honor merge.conflictStyle outside of a repositoryYannik Tausch3-7/+44
2026-02-06ci: ubuntu: use GNU coreutils for dirnameColin Stagner1-0/+11
2026-02-06merge-ours: integrate with sparse-indexSam Bostock2-0/+20
2026-02-06merge-ours: drop USE_THE_REPOSITORY_VARIABLESam Bostock1-6/+3
2026-02-06Documentation: update add --force option + ignore=all configClaus Schneider(Eficode)3-8/+15
2026-02-06tests: fix existing tests when add an ignore=all submoduleClaus Schneider(Eficode)2-4/+4
2026-02-06tests: t2206-add-submodule-ignored: ignore=all and add --force testsClaus Schneider(Eficode)2-0/+135
2026-02-06read-cache: submodule add need --force given ignore=all configurationClaus Schneider(Eficode)1-3/+71
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)5-6/+12
2026-02-06doc: fix repo_config documentation referenceSoutrikDas1-1/+1
2026-02-05doc: convert git-show to synopsis styleJean-Noël Avila3-80/+111
2026-02-05doc: fix some style issues in git-clone and for-each-ref-optionsJean-Noël Avila3-30/+30
2026-02-05doc: finalize git-clone documentation conversion to synopsis styleJean-Noël Avila1-11/+11
2026-02-05doc: convert git-submodule to synopsis styleJean-Noël Avila1-192/+195
2026-02-05whitespace: symbolic links usually lack LF at the endJunio C Hamano4-2/+152
2026-02-05gpg-interface: remove an unnecessary NULL initializationCollin Funk1-1/+1
2026-02-05global: constify some pointers that are not written toCollin Funk28-31/+34
2026-02-05Start 2.54 cycleJunio C Hamano3-2/+41
2026-02-05Merge branch 'sp/t5500-cleanup'Junio C Hamano1-6/+11
2026-02-05Merge branch 'tc/last-modified-options-cleanup'Junio C Hamano3-18/+87
2026-02-05Merge branch 'lp/diff-stat-utf8-display-width-fix'Junio C Hamano3-11/+68
2026-02-05Merge branch 'ac/sparse-checkout-string-list-cleanup'Junio C Hamano2-3/+52
2026-02-05Merge branch 'sp/myfirstcontribution-include-update'Junio C Hamano1-6/+9
2026-02-05Merge branch 'dd/t5403-modernise'Junio C Hamano1-23/+30
2026-02-05Merge branch 'ap/http-probe-rpc-use-auth'Junio C Hamano2-0/+46