aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16git-gui: Replace null_sha1 with nullidTakashi Iwai2-5/+4
2025-07-16gitk: remove implementations for Tcl/Tk < 8.6Mark Levedahl1-114/+23
2025-07-16gitk: Make TclTk 8.6 the minimum, allow 8.7Mark Levedahl1-8/+9
2025-07-16gitk: remove code targeting git <= 1.7.2Mark Levedahl1-43/+14
2025-07-16gitk: require git >= 2.20Mark Levedahl1-2/+16
2025-07-16config: set comment_line_str to "#" when core.commentChar=autoAyush Chandekar1-2/+4
2025-07-16commit: avoid scanning trailing comments when 'core.commentChar' is "auto"Ayush Chandekar2-1/+18
2025-07-16strbuf: convert predicates to return boolPhillip Wood2-20/+20
2025-07-16git-compat-util: convert string predicates to return boolPhillip Wood1-6/+6
2025-07-16CodingGuidelines: allow the use of boolPhillip Wood1-0/+3
2025-07-16SubmittingPatches: allow non-real name contributionsbrian m. carlson1-2/+9
2025-07-16po/meson.build: add missing 'ga' language codeRamsay Jones1-0/+1
2025-07-16meson: fix installation when -Dlibexexdir is setRamsay Jones1-21/+21
2025-07-15The tenth batchJunio C Hamano1-0/+5
2025-07-15bswap.h: provide a built-in based version of bswap32/64 if possibleSebastian Andrzej Siewior1-0/+13
2025-07-15bswap.h: remove optimized x86 version of bswap32/64Sebastian Andrzej Siewior1-40/+1
2025-07-15bswap.h: always overwrite ntohl/ ntohll macrosSebastian Andrzej Siewior1-26/+24
2025-07-15bswap.h: define GIT_LITTLE_ENDIAN on msvc as little endianSebastian Andrzej Siewior1-1/+5
2025-07-15bswap.h: add support for __BYTE_ORDER__Sebastian Andrzej Siewior1-0/+6
2025-07-15test-lib: respect GIT_TEST_INSTALLED when querying default hashKyle Lippincott1-2/+3
2025-07-15config: remove unneeded struct fieldPhillip Wood2-17/+13
2025-07-15midx: remove now-unused linked list of multi-pack indicesPatrick Steinhardt4-26/+2
2025-07-15packfile: stop using linked MIDX list in `get_all_packs()`Patrick Steinhardt1-5/+6
2025-07-15packfile: stop using linked MIDX list in `find_pack_entry()`Patrick Steinhardt1-6/+5
2025-07-15packfile: refactor `get_multi_pack_index()` to work on sourcesPatrick Steinhardt7-62/+57
2025-07-15midx: stop using linked list when closing MIDXPatrick Steinhardt2-10/+14
2025-07-15packfile: refactor `prepare_packed_git_one()` to work on sourcesPatrick Steinhardt1-14/+9
2025-07-15midx: start tracking per object database sourcePatrick Steinhardt4-11/+24
2025-07-15for-each-ref: introduce a '--start-after' optionKarthik Nayak5-19/+272
2025-07-15ref-filter: remove unnecessary else clauseKarthik Nayak1-30/+30
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak9-50/+152
2025-07-15ref-cache: remove unused function 'find_ref_entry()'Karthik Nayak2-21/+0
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik Nayak2-143/+149
2025-07-15gitk: Add user preference to hide specific referencesOri Avtalion1-9/+38
2025-07-15bloom: optimize multiple pathspec items in revisionLidong Yan2-19/+25
2025-07-14The ninth batchJunio C Hamano1-2/+49
2025-07-14gpg-interface: expand gpg.program as a pathJonas Brandstötter2-2/+2
2025-07-14revision: make helper for pathspec to bloom keyvecLidong Yan1-16/+29
2025-07-14bloom: replace struct bloom_key * with struct bloom_keyvecLidong Yan4-49/+132
2025-07-14bloom: rename function operates on bloom_keyLidong Yan6-19/+16
2025-07-14bloom: add test helper to return murmur3 hashLidong Yan3-12/+17
2025-07-14gitk: Add support of SHA256 repositoriesTakashi Iwai1-25/+58
2025-07-14git-gui: strip the commit message after running commit-msg hookOrgad Shaneh1-22/+45
2025-07-11ci: use Meson's new `--slice` optionPatrick Steinhardt2-2/+2
2025-07-11meson: update subproject wrappersPatrick Steinhardt2-18/+18
2025-07-11doc: correct doc for glob pathspecRussell Hanneken1-3/+2
2025-07-10daemon: use sigaction() to install child_handler()Carlo Marcelo Arenas Belón1-5/+7
2025-07-10compat/mingw: allow sigaction(SIGCHLD)Carlo Marcelo Arenas Belón2-1/+4
2025-07-10sane-ctype: fix compiler error on Amazon Linux 2Patrick Steinhardt1-0/+9
2025-07-09fast-(import|export): improve on commit signature output formatChristian Couder7-44/+312