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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge branch 'jc/test-hashmap-is-still-here'
Junio C Hamano
1
-0
/
+5
2025-08-04
Merge branch 'kh/doc-fast-import-historical'
Junio C Hamano
1
-1
/
+1
2025-08-04
Merge branch 'ms/meson-with-ancient-git-wo-ls-files-dedup'
Junio C Hamano
1
-3
/
+8
2025-08-04
Merge branch 'jc/doc-release-vs-clear'
Junio C Hamano
1
-2
/
+3
2025-08-04
Merge branch 'ch/t7450-recursive-clone-test-fix'
Junio C Hamano
1
-1
/
+1
2025-08-04
Merge branch 'js/prompt-crlf-fix'
Junio C Hamano
1
-7
/
+1
2025-08-04
Merge branch 'ps/meson-clar-decls-fix'
Junio C Hamano
2
-1
/
+9
2025-08-04
Merge branch 'js/mingw-fixes'
Junio C Hamano
2
-76
/
+23
2025-08-04
Merge branch 'lm/add-p-context'
Junio C Hamano
20
-83
/
+324
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
161
-1099
/
+1015
2025-08-04
Merge branch 'kn/for-each-ref-skip-updates'
Junio C Hamano
5
-11
/
+33
2025-08-04
Merge branch 'jt/switch-restore-no-longer-experimental'
Junio C Hamano
2
-4
/
+0
2025-08-04
Merge branch 'jb/t7510-gpg-program-path'
Junio C Hamano
1
-1
/
+11
2025-08-04
Merge branch 'cc/t9350-cleanup'
Junio C Hamano
1
-124
/
+91
2025-08-04
Merge branch 'hy/blame-simplify-get-commit-info'
Junio C Hamano
1
-11
/
+4
2025-08-04
revert: initialize const value
Jeff King
1
-1
/
+1
2025-08-03
gitk: Mention globs in description of preference to hide custom refs
Ilya Grigoriev
1
-1
/
+1
2025-08-03
The seventeenth batch, just before -rc0
Junio C Hamano
1
-0
/
+17
2025-08-03
Merge branch 'hl/test-helper-fd-close'
Junio C Hamano
2
-53
/
+27
2025-08-03
Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'
Junio C Hamano
2
-21
/
+31
2025-08-03
Merge branch 'ps/object-store-midx'
Junio C Hamano
10
-124
/
+107
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
15
-243
/
+584
2025-08-03
mingw: support Windows Server 2016 again
Johannes Schindelin
1
-1
/
+3
2025-08-03
mingw_rename: support ReFS on Windows 2022
Johannes Schindelin
1
-1
/
+1
2025-08-03
mingw: drop Windows 7-specific work-around
Johannes Schindelin
2
-70
/
+4
2025-08-03
mingw_open_existing: handle directories better
Matthias Aßhauer
1
-5
/
+16
2025-08-03
describe: use prio_queue_replace()
René Scharfe
1
-16
/
+52
2025-08-03
describe: use prio_queue
René Scharfe
1
-24
/
+27
2025-08-02
trace2: do not use strbuf_split*()
Junio C Hamano
1
-51
/
+27
2025-08-02
trace2: trim_trailing_newline followed by trim is a no-op
Junio C Hamano
1
-2
/
+0
2025-08-02
sub-process: do not use strbuf_split*()
Junio C Hamano
1
-9
/
+6
2025-08-02
environment: do not use strbuf_split*()
Junio C Hamano
1
-7
/
+12
2025-08-02
config: do not use strbuf_split()
Junio C Hamano
1
-13
/
+10
2025-08-02
notes: do not use strbuf_split*()
Junio C Hamano
1
-11
/
+12
2025-08-02
merge-tree: do not use strbuf_split*()
Junio C Hamano
1
-14
/
+16
2025-08-02
clean: do not use strbuf_split*() [part 2]
Junio C Hamano
1
-9
/
+11
2025-08-02
clean: do not pass the whole structure when it is not necessary
Junio C Hamano
1
-3
/
+3
2025-08-02
clean: do not use strbuf_split*() [part 1]
Junio C Hamano
1
-27
/
+23
2025-08-02
clean: do not pass strbuf by value
Junio C Hamano
1
-5
/
+5
2025-08-02
wt-status: avoid strbuf_split*()
Junio C Hamano
1
-21
/
+10
2025-08-02
Merge branch 'jc/string-list-split' into jc/strbuf-split
Junio C Hamano
21
-90
/
+225
2025-08-02
string-list: split-then-remove-empty can be done while splitting
Junio C Hamano
4
-8
/
+7
2025-08-02
string-list: optionally omit empty string pieces in string_list_split*()
Junio C Hamano
3
-0
/
+20
2025-08-02
diff: simplify parsing of diff.colormovedws
Junio C Hamano
1
-13
/
+7
2025-08-02
string-list: optionally trim string pieces split by string_list_split*()
Junio C Hamano
3
-5
/
+109
2025-08-02
string-list: unify string_list_split* functions
Junio C Hamano
1
-40
/
+56
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
19
-35
/
+37
2025-08-02
Merge branch 'strip-post-hooks' of github.com:orgads/git-gui
Johannes Sixt
1
-22
/
+45
2025-08-02
Merge branch 'ml/tcl90'
Johannes Sixt
13
-45
/
+58
2025-08-02
Merge branch 'master' of https://github.com/alshopov/git-gui
Johannes Sixt
1
-701
/
+13
[prev]
[next]