index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-12
diff: highlight and error out on incomplete lines
Junio C Hamano
2
-6
/
+90
2025-11-12
apply: check and fix incomplete lines
Junio C Hamano
3
-1
/
+213
2025-11-12
whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
Junio C Hamano
5
-12
/
+21
2025-11-12
apply: revamp the parsing of incomplete lines
Junio C Hamano
1
-21
/
+49
2025-11-12
diff: update the way rewrite diff handles incomplete lines
Junio C Hamano
1
-15
/
+22
2025-11-12
diff: call emit_callback ecbdata everywhere
Junio C Hamano
1
-6
/
+6
2025-11-12
diff: refactor output of incomplete line
Junio C Hamano
1
-2
/
+12
2025-11-12
diff: keep track of the type of the last line seen
Junio C Hamano
1
-0
/
+11
2025-11-12
diff: correct suppress_blank_empty hack
Junio C Hamano
1
-16
/
+11
2025-11-12
diff: emit_line_ws_markup() if/else style fix
Junio C Hamano
1
-4
/
+4
2025-11-12
whitespace: correct bit assignment comments
Junio C Hamano
3
-16
/
+22
2025-11-12
doc: add an explanation of Git's data model
Julia Evans
4
-2
/
+311
2025-11-12
Merge branch 'tc/last-modified-active-paths-optimization'
Junio C Hamano
3
-16
/
+237
2025-11-12
attr: avoid recursion when expanding attribute macros
Jeff King
2
-16
/
+54
2025-11-12
Git 2.52-rc2
v2.52.0-rc2
Junio C Hamano
2
-1
/
+9
2025-11-12
Merge branch 'dk/make-git-contacts-executable'
Junio C Hamano
1
-1
/
+1
2025-11-12
Merge branch 'dk/meson-html-dir'
Junio C Hamano
7
-13
/
+20
2025-11-12
Merge branch 'tu/credential-wincred-makefile-update'
Junio C Hamano
1
-8
/
+10
2025-11-11
.gitattributes: remove misspelled no-op whitespace attribute
Junio C Hamano
1
-1
/
+1
2025-11-10
diff: disable rename detection with --quiet
René Scharfe
2
-0
/
+12
2025-11-10
maintenance: add 'is-needed' subcommand
Karthik Nayak
3
-17
/
+113
2025-11-10
maintenance: add checking logic in `pack_refs_condition()`
Karthik Nayak
2
-10
/
+21
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
7
-0
/
+82
2025-11-10
reftable/stack: add function to check if optimization is required
Karthik Nayak
3
-7
/
+58
2025-11-10
reftable/stack: return stack segments directly
Karthik Nayak
1
-11
/
+12
2025-11-10
l10n: ga.po: Update Irish translation for Git 2.52
Aindriú Mac Giolla Eoin
1
-6603
/
+1938
2025-11-09
l10n: bg.po: Updated Bulgarian translation (6065t)
Alexander Shopov
1
-230
/
+1177
2025-11-09
l10n: fr: version 2.52
Jean-Noël Avila
1
-228
/
+1208
2025-11-07
l10n: sv.po: Update Swedish translation
Peter Krefting
1
-235
/
+1151
2025-11-06
Merge branch 'dk/parseopt-optional-filename-fixes'
Junio C Hamano
3
-7
/
+5
2025-11-06
Merge branch 'cc/fast-import-export-i18n-cleanup'
Junio C Hamano
5
-194
/
+195
2025-11-06
Merge branch 'js/ci-github-actions-update'
Junio C Hamano
1
-10
/
+10
2025-11-06
Merge branch 'pk/reflog-migrate-message-fix'
Junio C Hamano
2
-2
/
+2
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
5
-11
/
+11
2025-11-06
Merge branch 'ps/ref-peeled-tags' into ps/ref-peeled-tags-fixes
Junio C Hamano
67
-852
/
+825
2025-11-06
ci: update {download,upload}-artifact Action versions
Johannes Schindelin
1
-10
/
+10
2025-11-06
gitk: add external diff file rename detection
Tobias Boesch
1
-2
/
+38
2025-11-06
meson: make GIT_HTML_PATH configurable
D. Ben Knoble
7
-13
/
+20
2025-11-06
perl: also mark git-contacts executable
D. Ben Knoble
1
-1
/
+1
2025-11-06
wincred: align Makefile with other Makefiles in contrib
Thomas Uhle
1
-8
/
+10
2025-11-06
doc: clarify server behavior for invalid 'want' lines in HTTP protocol
Queen Ediri Jessa
1
-1
/
+2
2025-11-06
gitk: show unescaped file names on 'rename' and 'copy' lines
Johannes Sixt
1
-0
/
+8
2025-11-06
gitk: fix a 'continue' statement outside a loop to 'return'
Johannes Sixt
1
-1
/
+1
2025-11-05
refs: add missing space in messages
Peter Krefting
2
-2
/
+2
2025-11-05
Git 2.52-rc1
v2.52.0-rc1
Junio C Hamano
2
-1
/
+8
2025-11-05
Merge branch 'jc/ci-use-macos-14'
Junio C Hamano
1
-4
/
+4
2025-11-05
Merge branch 'rz/t0450-bisect-doc-update'
Junio C Hamano
3
-26
/
+39
2025-11-05
replay: add replay.refAction config option
Siddharth Asthana
4
-4
/
+79
2025-11-05
replay: make atomic ref updates the default behavior
Siddharth Asthana
3
-40
/
+199
2025-11-05
replay: use die_for_incompatible_opt2() for option validation
Siddharth Asthana
1
-3
/
+3
[prev]
[next]