summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-05-15sequencer: stop pretending that an assignment is a conditionJohannes Schindelin-3/+6
2025-05-15bundle-uri: avoid using undefined output of `sscanf()`Johannes Schindelin-5/+7
2025-05-15commit-graph: avoid using stale stack addressesJohannes Schindelin-0/+9
2025-05-15trace2: avoid "futile conditional"Johannes Schindelin-19/+5
2025-05-15Avoid redundant conditionsJohannes Schindelin-2/+2
2025-05-15fetch: avoid unnecessary work when there is no current branchJohannes Schindelin-1/+1
2025-05-15has_dir_name(): make code more obviousJohannes Schindelin-42/+13
2025-05-15upload-pack: rename `enum` to reflect the operationJohannes Schindelin-17/+17
2025-05-15commit-graph: avoid malloc'ing a local variableJohannes Schindelin-72/+69
2025-05-15fetch: carefully clear local variable's address after useJohannes Schindelin-0/+1
2025-05-15commit: simplify codeJohannes Schindelin-1/+1
2025-05-15git-gui: do not end the commit message with an empty lineJohannes Sixt-4/+2
2025-05-15gitk: do not hard-code color of search results in commit listAlexander Ogorodov-2/+2
2025-05-14replay: replace the_repository with repo parameter passed to cmd_replay ()Elijah Newren-30/+35
2025-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo-12/+7
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo-22/+31
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo-0/+33
2025-05-14scalar reconfigure: improve --maintenance docsDerrick Stolee-9/+8
2025-05-14gitk: place file name arguments after options in msgfmt callJohannes Sixt-1/+1
2025-05-13send-email: try to get fqdn by running hostname -f on Linux and macOSAditya Garg-1/+15
2025-05-13The fourteenth batchJunio C Hamano-0/+11
2025-05-13Merge branch 'kj/glob-path-with-special-char'Junio C Hamano-1/+432
2025-05-13Merge branch 'kh/docfixes'Junio C Hamano-2/+2
2025-05-13Merge branch 'js/ci-buildsystems-cleanup'Junio C Hamano-1950/+0
2025-05-13Merge branch 'ps/ci-test-aggreg-fix-for-meson'Junio C Hamano-0/+1
2025-05-13Merge branch 'en/get-tree-entry-doc'Junio C Hamano-5/+8
2025-05-13gitlab-ci: always run MSVC-based Meson jobPatrick Steinhardt-1/+0
2025-05-13git-gui: wire up support for the Meson build systemPatrick Steinhardt-0/+261
2025-05-13git-gui: stop including GIT-VERSION-FILE filePatrick Steinhardt-5/+2
2025-05-13git-gui: extract script to generate macOS appPatrick Steinhardt-20/+34
2025-05-13git-gui: extract script to generate macOS wrapperPatrick Steinhardt-14/+40
2025-05-13git-gui: extract script to generate "tclIndex"Patrick Steinhardt-14/+34
2025-05-13git-gui: extract script to generate "git-gui"Patrick Steinhardt-11/+30
2025-05-13git-gui: drop no-op GITGUI_SCRIPT replacementPatrick Steinhardt-2/+0
2025-05-13git-gui: make output of GIT-VERSION-GEN source'ablePatrick Steinhardt-3/+3
2025-05-13git-gui: prepare GIT-VERSION-GEN for out-of-tree buildsPatrick Steinhardt-15/+29
2025-05-13git-gui: replace GIT-GUI-VARS with GIT-GUI-BUILD-OPTIONSPatrick Steinhardt-21/+23
2025-05-12whatschanged: list it in BreakingChanges documentJunio C Hamano-2/+17
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano-15/+66
2025-05-12whatchanged: require --i-still-use-thisJunio C Hamano-7/+37
2025-05-12tests: prepare for a world without whatchangedJunio C Hamano-7/+7
2025-05-12The thirteenth batchJunio C Hamano-0/+15
2025-05-12Merge branch 'ps/meson-bin-sh'Junio C Hamano-1/+11
2025-05-12Merge branch 'ng/xdiff-truly-minimal'Junio C Hamano-2/+18
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano-28/+216
2025-05-12Merge branch 'jc/ci-skip-unavailable-external-software'Junio C Hamano-13/+8
2025-05-12Merge branch 'ps/object-store-cleanup'Junio C Hamano-289/+278
2025-05-12Merge branch 'ag/send-email-outlook'Junio C Hamano-1/+45
2025-05-12doc: prepare for a world without whatchangedJunio C Hamano-3/+3
2025-05-12you-still-use-that??: help deprecating commands for removalJunio C Hamano-8/+21