summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-09Merge branch 'ps/history'Junio C Hamano-341/+1425
2026-02-09rerere: minor documantation updateJunio C Hamano-2/+2
2026-02-09doc: am: fill out hook discussionKristoffer Haugsbakk-4/+9
2026-02-09doc: am: add missing config am.messageIdKristoffer Haugsbakk-0/+6
2026-02-09doc: am: say that --message-id adds a trailerKristoffer Haugsbakk-7/+9
2026-02-09doc: am: normalize git(1) command linksKristoffer Haugsbakk-25/+24
2026-02-09t7003: modernize path existence checks using test helpersSoutrikDas-6/+6
2026-02-09t2003: modernize path existence checks using test helpersBurak Kaan Karaçay-25/+25
2026-02-09meson: fix building mergetool docsPhillip Wood-4/+1
2026-02-09checkout: tell "parse_remote_branch" which command is calling itJunio C Hamano-5/+42
2026-02-09checkout: pass program-readable token to unified "main"Junio C Hamano-20/+43
2026-02-08version: stop using the_repositoryRené Scharfe-4/+0
2026-02-08remove duplicate includesRené Scharfe-7/+0
2026-02-08commit: use commit_stackRené Scharfe-16/+13
2026-02-07object-file-convert: always make sure object ID algo is validbrian m. carlson-2/+10
2026-02-07rust: add a small wrapper around the hashfile codebrian m. carlson-0/+84
2026-02-07rust: add a new binary object map formatbrian m. carlson-0/+994
2026-02-07rust: add functionality to hash an objectbrian m. carlson-1/+142
2026-02-07rust: add a build.rs script for testsbrian m. carlson-1/+18
2026-02-07rust: fix linking binaries with cargobrian m. carlson-7/+12
2026-02-07hash: expose hash context functions to Rustbrian m. carlson-20/+42
2026-02-07write-or-die: add an fsync component for the object mapbrian m. carlson-1/+3
2026-02-07csum-file: define hashwrite's count as a uint32_tbrian m. carlson-2/+2
2026-02-07rust: add additional helpers for ObjectIDbrian m. carlson-1/+132
2026-02-07hash: add a function to look up hash algo structsbrian m. carlson-0/+22
2026-02-07rust: add a hash algorithm abstractionbrian m. carlson-0/+159
2026-02-07rust: add a ObjectID structbrian m. carlson-0/+24
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson-15/+15
2026-02-07conversion: don't crash when no destination algobrian m. carlson-1/+1
2026-02-07repository: require Rust support for interoperabilitybrian m. carlson-33/+77
2026-02-07completion: add stash import, exportD. Ben Knoble-2/+8
2026-02-07merge-file: honor merge.conflictStyle outside of a repositoryYannik Tausch-7/+44
2026-02-06ci: ubuntu: use GNU coreutils for dirnameColin Stagner-0/+11
2026-02-06merge-ours: integrate with sparse-indexSam Bostock-0/+20
2026-02-06merge-ours: drop USE_THE_REPOSITORY_VARIABLESam Bostock-6/+3
2026-02-06Documentation: update add --force option + ignore=all configClaus Schneider(Eficode)-8/+15
2026-02-06tests: fix existing tests when add an ignore=all submoduleClaus Schneider(Eficode)-4/+4
2026-02-06tests: t2206-add-submodule-ignored: ignore=all and add --force testsClaus Schneider(Eficode)-0/+135
2026-02-06read-cache: submodule add need --force given ignore=all configurationClaus Schneider(Eficode)-3/+71
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)-6/+12
2026-02-06doc: fix repo_config documentation referenceSoutrikDas-1/+1
2026-02-05doc: convert git-show to synopsis styleJean-Noël Avila-80/+111
2026-02-05doc: fix some style issues in git-clone and for-each-ref-optionsJean-Noël Avila-30/+30
2026-02-05doc: finalize git-clone documentation conversion to synopsis styleJean-Noël Avila-11/+11
2026-02-05doc: convert git-submodule to synopsis styleJean-Noël Avila-196/+199
2026-02-05whitespace: symbolic links usually lack LF at the endJunio C Hamano-2/+152
2026-02-05gpg-interface: remove an unnecessary NULL initializationCollin Funk-1/+1
2026-02-05global: constify some pointers that are not written toCollin Funk-31/+34
2026-02-05Start 2.54 cycleJunio C Hamano-2/+41
2026-02-05Merge branch 'sp/t5500-cleanup'Junio C Hamano-7/+12