index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shallow.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-26
submodule--helper: convert "foreach" to its own "--super-prefix"
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2022-12-26
submodule--helper: don't use global --super-prefix in "absorbgitdirs"
Ævar Arnfjörð Bjarmason
5
-32
/
+29
2022-12-26
submodule.c & submodule--helper: pass along "super_prefix" param
Ævar Arnfjörð Bjarmason
4
-21
/
+34
2022-12-26
read-tree + fetch tests: test failing "--super-prefix" interaction
Glen Choo
1
-0
/
+43
2022-12-26
submodule absorbgitdirs tests: add missing "Migrating git..." tests
Ævar Arnfjörð Bjarmason
1
-7
/
+57
2022-12-14
Start the 2.40 cycle
Junio C Hamano
3
-2
/
+39
2022-12-12
Git 2.39
v2.39.0
Junio C Hamano
1
-1
/
+1
2022-12-11
Git 2.38.2
v2.38.2
Junio C Hamano
2
-1
/
+8
2022-12-10
l10n: zh_TW.po: Git 2.39-rc2
pan93412
1
-921
/
+1240
2022-12-10
ci: use a newer `github-script` version
Johannes Schindelin
1
-3
/
+3
2022-12-10
mailmap: update email address of Matheus Tavares
Matheus Tavares
1
-0
/
+1
2022-12-09
rebase --update-refs: avoid unintended ref deletion
Victoria Dye
2
-3
/
+113
2022-12-09
RelNotes: a couple of typofixes
Johannes Schindelin
1
-2
/
+2
2022-12-08
CI: migrate away from deprecated "set-output" syntax
Ævar Arnfjörð Bjarmason
2
-3
/
+3
2022-12-08
ci: avoid using deprecated {up,down}load-artifacts Action
Johannes Schindelin
1
-8
/
+14
2022-12-08
CI: don't explicitly pick "bash" shell outside of Windows, fix regression
Ævar Arnfjörð Bjarmason
1
-6
/
+2
2022-12-07
l10n: tr: v2.39.0 updates
Emir SARI
1
-348
/
+500
2022-12-07
l10n: Update Catalan translation
Jordi Mas
1
-442
/
+516
2022-12-07
CI: upgrade to macos-12, and pin OSX version
Ævar Arnfjörð Bjarmason
3
-4
/
+4
2022-12-07
t0021: use Windows-friendly `pwd`
Johannes Schindelin
1
-2
/
+2
2022-12-06
l10n: bg.po: Updated Bulgarian translation (5501t)
Alexander Shopov
1
-348
/
+508
2022-12-06
Git 2.39-rc2
v2.39.0-rc2
Junio C Hamano
2
-4
/
+4
2022-12-06
ci(main): upgrade actions/checkout to v3
Oscar Dominguez
1
-7
/
+10
2022-12-02
l10n: de.po: update German translation
Ralf Thielow
1
-326
/
+488
2022-12-02
l10n: zh_CN v2.39.0 round 1
Fangyi Zhou
1
-345
/
+508
2022-11-30
cocci: avoid "should ... be a metavariable" warnings
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2022-11-30
Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4
Ævar Arnfjörð Bjarmason
2
-3
/
+3
2022-11-30
l10n: fr: v2.39 rnd 1
Jean-Noël Avila
1
-316
/
+611
2022-11-30
l10n: po-id for 2.39 (round 1)
Bagas Sanjaya
1
-365
/
+683
2022-11-30
Git 2.39-rc1
v2.39.0-rc1
Junio C Hamano
2
-1
/
+5
2022-11-30
list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()
René Scharfe
2
-20
/
+2
2022-11-30
pack-objects: simplify --filter handling
René Scharfe
1
-22
/
+6
2022-11-30
pack-objects: fix handling of multiple --filter options
René Scharfe
2
-2
/
+3
2022-11-30
t5317: demonstrate failure to handle multiple --filter options
René Scharfe
1
-0
/
+38
2022-11-30
t5317: stop losing return codes of git ls-files
René Scharfe
1
-24
/
+28
2022-11-29
l10n: sv.po: Update Swedish translation (5501t0f0)
Peter Krefting
1
-306
/
+460
2022-11-29
A bit more before -rc1
Junio C Hamano
1
-0
/
+9
2022-11-29
pack-bitmap.c: trace bitmap ignore logs when midx-bitmap is found
Jeff King
1
-5
/
+12
2022-11-29
pack-bitmap.c: break out of the bitmap loop early if not tracing
Jeff King
1
-1
/
+8
2022-11-28
Another batch before -rc1
Junio C Hamano
1
-0
/
+20
2022-11-28
Makefile: avoid multiple patterns when recipes generate one file
Paul Smith
1
-2
/
+10
2022-11-27
git-jump: invoke emacs/emacsclient
Yoichi Nakayama
1
-1
/
+16
2022-11-27
git-jump: move valid-mode check earlier
Jeff King
1
-1
/
+2
2022-11-27
git-jump: add an optional argument '--stdout'
Yoichi Nakayama
2
-2
/
+33
2022-11-27
i18n: fix command template placeholder format
Jean-Noël Avila
2
-2
/
+2
2022-11-27
merge-recursive: fix variable typo in error message
Kyle Meyer
1
-1
/
+1
2022-11-27
var: allow GIT_EDITOR to return null
Sean Allred
2
-6
/
+63
2022-11-27
var: do not print usage() with a correct invocation
Sean Allred
2
-10
/
+15
2022-11-27
ci: install python on ubuntu
Jiang Xin
2
-5
/
+5
2022-11-27
ci: use the same version of p4 on both Linux and macOS
Jiang Xin
2
-3
/
+2
[next]