index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
git-gui: Replace null_sha1 with nullid
Takashi Iwai
2
-5
/
+4
2025-07-16
gitk: remove implementations for Tcl/Tk < 8.6
Mark Levedahl
1
-114
/
+23
2025-07-16
gitk: Make TclTk 8.6 the minimum, allow 8.7
Mark Levedahl
1
-8
/
+9
2025-07-16
gitk: remove code targeting git <= 1.7.2
Mark Levedahl
1
-43
/
+14
2025-07-16
gitk: require git >= 2.20
Mark Levedahl
1
-2
/
+16
2025-07-16
config: set comment_line_str to "#" when core.commentChar=auto
Ayush Chandekar
1
-2
/
+4
2025-07-16
commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
Ayush Chandekar
2
-1
/
+18
2025-07-16
strbuf: convert predicates to return bool
Phillip Wood
2
-20
/
+20
2025-07-16
git-compat-util: convert string predicates to return bool
Phillip Wood
1
-6
/
+6
2025-07-16
CodingGuidelines: allow the use of bool
Phillip Wood
1
-0
/
+3
2025-07-16
SubmittingPatches: allow non-real name contributions
brian m. carlson
1
-2
/
+9
2025-07-16
po/meson.build: add missing 'ga' language code
Ramsay Jones
1
-0
/
+1
2025-07-16
meson: fix installation when -Dlibexexdir is set
Ramsay Jones
1
-21
/
+21
2025-07-15
The tenth batch
Junio C Hamano
1
-0
/
+5
2025-07-15
bswap.h: provide a built-in based version of bswap32/64 if possible
Sebastian Andrzej Siewior
1
-0
/
+13
2025-07-15
bswap.h: remove optimized x86 version of bswap32/64
Sebastian Andrzej Siewior
1
-40
/
+1
2025-07-15
bswap.h: always overwrite ntohl/ ntohll macros
Sebastian Andrzej Siewior
1
-26
/
+24
2025-07-15
bswap.h: define GIT_LITTLE_ENDIAN on msvc as little endian
Sebastian Andrzej Siewior
1
-1
/
+5
2025-07-15
bswap.h: add support for __BYTE_ORDER__
Sebastian Andrzej Siewior
1
-0
/
+6
2025-07-15
test-lib: respect GIT_TEST_INSTALLED when querying default hash
Kyle Lippincott
1
-2
/
+3
2025-07-15
config: remove unneeded struct field
Phillip Wood
2
-17
/
+13
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
4
-26
/
+2
2025-07-15
packfile: stop using linked MIDX list in `get_all_packs()`
Patrick Steinhardt
1
-5
/
+6
2025-07-15
packfile: stop using linked MIDX list in `find_pack_entry()`
Patrick Steinhardt
1
-6
/
+5
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
7
-62
/
+57
2025-07-15
midx: stop using linked list when closing MIDX
Patrick Steinhardt
2
-10
/
+14
2025-07-15
packfile: refactor `prepare_packed_git_one()` to work on sources
Patrick Steinhardt
1
-14
/
+9
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
4
-11
/
+24
2025-07-15
for-each-ref: introduce a '--start-after' option
Karthik Nayak
5
-19
/
+272
2025-07-15
ref-filter: remove unnecessary else clause
Karthik Nayak
1
-30
/
+30
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
9
-50
/
+152
2025-07-15
ref-cache: remove unused function 'find_ref_entry()'
Karthik Nayak
2
-21
/
+0
2025-07-15
refs: expose `ref_iterator` via 'refs.h'
Karthik Nayak
2
-143
/
+149
2025-07-15
gitk: Add user preference to hide specific references
Ori Avtalion
1
-9
/
+38
2025-07-15
bloom: optimize multiple pathspec items in revision
Lidong Yan
2
-19
/
+25
2025-07-14
The ninth batch
Junio C Hamano
1
-2
/
+49
2025-07-14
gpg-interface: expand gpg.program as a path
Jonas Brandstötter
2
-2
/
+2
2025-07-14
revision: make helper for pathspec to bloom keyvec
Lidong Yan
1
-16
/
+29
2025-07-14
bloom: replace struct bloom_key * with struct bloom_keyvec
Lidong Yan
4
-49
/
+132
2025-07-14
bloom: rename function operates on bloom_key
Lidong Yan
6
-19
/
+16
2025-07-14
bloom: add test helper to return murmur3 hash
Lidong Yan
3
-12
/
+17
2025-07-14
gitk: Add support of SHA256 repositories
Takashi Iwai
1
-25
/
+58
2025-07-14
git-gui: strip the commit message after running commit-msg hook
Orgad Shaneh
1
-22
/
+45
2025-07-11
ci: use Meson's new `--slice` option
Patrick Steinhardt
2
-2
/
+2
2025-07-11
meson: update subproject wrappers
Patrick Steinhardt
2
-18
/
+18
2025-07-11
doc: correct doc for glob pathspec
Russell Hanneken
1
-3
/
+2
2025-07-10
daemon: use sigaction() to install child_handler()
Carlo Marcelo Arenas Belón
1
-5
/
+7
2025-07-10
compat/mingw: allow sigaction(SIGCHLD)
Carlo Marcelo Arenas Belón
2
-1
/
+4
2025-07-10
sane-ctype: fix compiler error on Amazon Linux 2
Patrick Steinhardt
1
-0
/
+9
2025-07-09
fast-(import|export): improve on commit signature output format
Christian Couder
7
-44
/
+312
[prev]
[next]