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