index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
patch-id: make get_one_patchid() more extensible
Junio C Hamano
-5
/
+20
2024-07-29
patch-id: call flush_current_id() only when needed
Junio C Hamano
-4
/
+4
2024-07-29
t4204: patch-id supports various input format
Junio C Hamano
-0
/
+23
2024-07-29
notes: do not trigger editor when adding an empty note
David Disseldorp
-12
/
+20
2024-07-29
unit-tests/test-lib: fix typo in check_pointer_eq() description
Kousik Sanagavarapu
-2
/
+3
2024-07-29
Git 2.46
v2.46.0
Junio C Hamano
-1
/
+1
2024-07-29
Merge tag 'l10n-2.46.0-rnd2' of https://github.com/git-l10n/git-po
Junio C Hamano
-2641
/
+6469
2024-07-28
l10n: zh_CN: updated translation for 2.46
Teng Long
-229
/
+637
2024-07-27
l10n: sv.po: Update Swedish translation
Peter Krefting
-187
/
+547
2024-07-27
Merge branch 'l10n/zh-TW/2024-07-24' of github.com:l10n-tw/git-po
Jiang Xin
-645
/
+1085
2024-07-27
Merge branch 'l10n-de-2.46' of github.com:ralfth/git
Jiang Xin
-195
/
+548
2024-07-27
Merge branch 'vi-2.46' of github.com:Nekosha/git-po
Jiang Xin
-319
/
+709
2024-07-27
Merge branch '2.46-uk-update' of github.com:arkid15r/git-ukrainian-l10n
Jiang Xin
-199
/
+550
2024-07-27
Merge branch 'master' of github.com:alshopov/git-po
Jiang Xin
-231
/
+579
2024-07-27
Merge branch 'l10N_fr_2.46' of github.com:jnavila/git
Jiang Xin
-204
/
+597
2024-07-27
Merge branch 'tr-l10n' of github.com:bitigchi/git-po
Jiang Xin
-199
/
+551
2024-07-27
Merge branch 'po-id' of github.com:bagasme/git-po
Jiang Xin
-233
/
+666
2024-07-27
l10n: zh_TW: Git 2.46
Yi-Jyun Pan
-645
/
+1085
2024-07-26
check-non-portable-shell: improve `VAR=val shell-func` detection
Eric Sunshine
-1
/
+1
2024-07-26
check-non-portable-shell: suggest alternative for `VAR=val shell-func`
Eric Sunshine
-1
/
+1
2024-07-26
check-non-portable-shell: loosen one-shot assignment error message
Eric Sunshine
-1
/
+1
2024-07-26
t4034: fix use of one-shot variable assignment with shell function
Eric Sunshine
-1
/
+1
2024-07-26
t3430: drop unnecessary one-shot "VAR=val shell-func" invocation
Eric Sunshine
-2
/
+1
2024-07-26
doc: fix hex code escapes in git-ls-files
Jayson Rhynas
-3
/
+3
2024-07-26
csum-file: introduce discard_hashfile()
Junio C Hamano
-21
/
+89
2024-07-26
l10n: Update German translation
Ralf Thielow
-195
/
+548
2024-07-26
mailmap: plug memory leak in read_mailmap_blob()
Junio C Hamano
-1
/
+4
2024-07-26
l10n: vi: Updated translation for 2.46
Vũ Tiến Hưng
-319
/
+709
2024-07-25
doc: difference in location to apply is "offset", not "fuzz"
Junio C Hamano
-1
/
+1
2024-07-25
add-patch: render hunks through the pager
Rubén Justo
-3
/
+47
2024-07-25
pager: introduce wait_for_pager
Rubén Justo
-6
/
+41
2024-07-25
pager: do not close fd 2 unnecessarily
Rubén Justo
-2
/
+6
2024-07-25
add-patch: test for 'p' command
Rubén Justo
-0
/
+16
2024-07-25
ReviewingGuidelines: encourage positive reviews more
Junio C Hamano
-4
/
+21
2024-07-25
show-ref: improve short help messages of options
Alexander Shopov
-2
/
+2
2024-07-24
l10n: uk: v2.46 update
Arkadii Yakovets
-199
/
+550
2024-07-23
Git 2.46-rc2
v2.46.0-rc2
Junio C Hamano
-6
/
+13
2024-07-23
Merge branch 'ps/ref-storage-migration-fix'
Junio C Hamano
-4
/
+18
2024-07-23
Merge branch 'js/doc-markup-updates-fix'
Junio C Hamano
-0
/
+11
2024-07-23
Merge branch 'ja/doc-markup-updates-fix'
Junio C Hamano
-3
/
+3
2024-07-23
Merge branch 'ds/midx-write-repack-fix'
Junio C Hamano
-9
/
+64
2024-07-23
Doc: fix Asciidoctor css workaround
Junio C Hamano
-1
/
+5
2024-07-23
ci/style-check: add `RemoveBracesLLVM` in CI job
Karthik Nayak
-1
/
+18
2024-07-23
check-whitespace: detect if no base_commit is provided
Karthik Nayak
-3
/
+14
2024-07-23
ci: run style check on GitHub and GitLab
Karthik Nayak
-0
/
+64
2024-07-23
clang-format: formalize some of the spacing rules
Karthik Nayak
-0
/
+15
2024-07-23
clang-format: avoid spacing around bitfield colon
Karthik Nayak
-0
/
+4
2024-07-23
clang-format: indent preprocessor directives after hash
Karthik Nayak
-0
/
+6
2024-07-23
refs: fix format migration on Cygwin
Patrick Steinhardt
-4
/
+18
2024-07-23
CodingGuidelines: document a shell that "fails" "VAR=VAL shell_func"
Junio C Hamano
-0
/
+27
[prev]
[next]