index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
35
-77
/
+114
2023-03-21
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
18
-21
/
+5
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
105
-164
/
+271
2023-03-21
treewide: remove cache.h inclusion due to environment.h changes
Elijah Newren
9
-9
/
+9
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
119
-207
/
+330
2023-03-21
treewide: remove unnecessary includes of cache.h
Elijah Newren
12
-12
/
+17
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
68
-34
/
+103
2023-03-21
path.h: move function declarations for path.c functions from cache.h
Elijah Newren
2
-60
/
+61
2023-03-21
cache.h: remove expand_user_path()
Elijah Newren
2
-3
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
65
-28
/
+98
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
13
-7
/
+18
2023-03-21
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
13
-13
/
+12
2023-03-21
treewide: remove unnecessary inclusion of gettext.h
Elijah Newren
4
-4
/
+0
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
235
-1
/
+236
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
28
-25
/
+29
2023-03-19
The second batch
Junio C Hamano
1
-0
/
+52
2023-03-17
Start the 2.41 cycle
Junio C Hamano
3
-2
/
+38
2023-03-12
Git 2.40
v2.40.0
Junio C Hamano
1
-1
/
+1
2023-03-09
object-file: reprepare alternates when necessary
Derrick Stolee
1
-0
/
+10
2023-03-09
fetch: pass --no-write-fetch-head to subprocesses
Eric Wong
3
-0
/
+22
2023-03-09
add-patch: handle "* Unmerged path" lines
Jeff King
2
-1
/
+23
2023-03-08
sequencer.c: fix overflow & segfault in parse_strategy_opts()
Ævar Arnfjörð Bjarmason
2
-2
/
+25
2023-03-08
advice: add diverging advice for novices
Felipe Contreras
3
-0
/
+12
2023-03-08
l10n: zh_CN v2.40.0 round 1
Fangyi Zhou
1
-647
/
+471
2023-03-07
Git 2.40-rc2
v2.40.0-rc2
Junio C Hamano
1
-1
/
+1
2023-03-06
parse-options: use prefix_filename_except_for_dash() helper
Jeff King
1
-3
/
+1
2023-03-06
parse-options: consistently allocate memory in fix_filename()
Jeff King
6
-11
/
+20
2023-03-06
bundle: don't blindly apply prefix_filename() to "-"
Junio C Hamano
4
-1
/
+22
2023-03-06
bundle: document handling of "-" as stdin
Jeff King
1
-3
/
+5
2023-03-06
bundle: let "-" mean stdin for reading operations
Jeff King
2
-4
/
+37
2023-03-06
git-merge-tree.txt: replace spurious HTML entity
Andreas Schwab
1
-1
/
+1
2023-03-06
bundle: turn on --all-progress-implied by default
Jeff King
3
-24
/
+22
2023-03-06
l10n: update German translation
Ralf Thielow
1
-486
/
+681
2023-03-03
format-patch: output header for empty commits
John Keeping
2
-0
/
+11
2023-03-03
l10n: tr: Update Turkish translations for v.2.40.0
Emir SARI
1
-474
/
+297
2023-03-02
l10n: fr: v2.40.0 rnd 2
Jean-Noël Avila
1
-2
/
+6
2023-03-02
l10n: fr: v2.40.0 rnd 1
Jean-Noël Avila
1
-704
/
+294
2023-03-02
l10n: fr: fix some typos
Jean-Noël Avila
1
-3
/
+3
2023-03-02
l10n: po-id for 2.40 (round 1)
Bagas Sanjaya
1
-739
/
+481
2023-03-02
l10n: sv.po: Update Swedish translation (5490t0f0u)
Peter Krefting
1
-471
/
+294
2023-03-02
l10n: bg.po: Updated Bulgarian translation (5490t)
Alexander Shopov
1
-494
/
+312
2023-03-01
l10n: Update Catalan translation
Jordi Mas
1
-475
/
+663
2023-03-01
Git 2.40-rc1
v2.40.0-rc1
Junio C Hamano
1
-1
/
+1
2023-03-01
push: allow delete single-level ref
ZheNing Hu
3
-2
/
+17
2023-03-01
receive-pack: fix funny ref error messsage
ZheNing Hu
1
-1
/
+1
2023-03-01
A bit more before 2.40-rc1
Junio C Hamano
1
-0
/
+9
2023-02-28
range-diff: avoid compiler warning when char is unsigned
René Scharfe
1
-1
/
+1
2023-02-27
signature-format.txt: note SSH and X.509 signature delimiters
Gwyneth Morgan
2
-5
/
+20
2023-02-27
rebase: fix capitalisation autoSquash in i18n string
Fangyi Zhou
1
-1
/
+1
2023-02-27
credential: add WWW-Authenticate header to cred requests
Matthew John Cheetham
3
-1
/
+263
[next]