index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blame.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-21
fetch: add --[no-]show-forced-updates argument
Derrick Stolee
4
-1
/
+51
2019-06-17
The second batch
Junio C Hamano
1
-0
/
+77
2019-06-13
The first batch after 2.22
Junio C Hamano
3
-2
/
+79
2019-06-07
Git 2.22
v2.22.0
Junio C Hamano
1
-1
/
+1
2019-06-07
l10n: fr.po: Review French translation
Cédric Malard
1
-15
/
+15
2019-06-06
l10n: de.po: Update German translation
Matthias Rüster
1
-3074
/
+4139
2019-06-06
l10n: de.po: improve description of 'git reset --quiet'
Ralf Thielow
1
-1
/
+1
2019-06-05
l10n: TEAMS: Change German translation team leader
Matthias Rüster
1
-3
/
+3
2019-06-05
merge-recursive: restore accidentally dropped setting of path
Elijah Newren
2
-0
/
+117
2019-06-05
l10n: bg.po: Updated Bulgarian translation (4581t)
Alexander Shopov
1
-7
/
+11
2019-06-05
l10n: zh_CN: Revision for git v2.22.0 l10n
Fangyi Zhou
2
-54
/
+54
2019-06-05
l10n: zh_CN: for git v2.22.0 l10n round 1~3
Jiang Xin
1
-3040
/
+4015
2019-06-05
l10n: es: 2.22.0 round 3
Christopher Diaz Riveros
1
-8
/
+12
2019-06-04
l10n: it.po: Updated Italian translation
Alessandro Menti
1
-4745
/
+6015
2019-06-04
l10n: fr v2.22.0 rnd 3
Jean-Noël Avila
1
-10
/
+16
2019-06-04
l10n: vi.po(4581t): Updated Vietnamese translation for v2.22.0 round 3
Tran Ngoc Quan
1
-12
/
+16
2019-06-04
l10n: git.pot: v2.22.0 round 3 (3 new, 2 removed)
Jiang Xin
1
-6
/
+10
2019-06-03
Git 2.22-rc3
v2.22.0-rc3
Junio C Hamano
2
-1
/
+8
2019-06-03
i18n: fix typos found during l10n for git 2.22.0
Jiang Xin
2
-3
/
+3
2019-06-03
RelNotes: minor typo fixes in 2.22.0 draft
Todd Zullinger
1
-6
/
+6
2019-06-03
l10n: es: 2.22.0 round 2
Christopher Diaz Riveros
1
-381
/
+394
2019-06-02
l10n: bg.po: Updated Bulgarian translation (4580t)
Alexander Shopov
1
-1577
/
+1590
2019-06-01
l10n: vi.po(4580t): Updated Vietnamese translation for v2.22.0 round 2
Tran Ngoc Quan
1
-383
/
+396
2019-05-31
l10n: fr.po v2.22.0 round 2
Jean-Noël Avila
1
-434
/
+537
2019-05-31
l10n: git.pot: v2.22.0 round 2 (6 new, 3 removed)
Jiang Xin
1
-378
/
+391
2019-05-30
Git 2.22-rc2
v2.22.0-rc2
Junio C Hamano
2
-1
/
+3
2019-05-30
clone: respect user supplied origin name when setting up partial clone
Xin Li
2
-4
/
+14
2019-05-29
unicode: update the width tables to Unicode 12.1
Beat Bolli
1
-2
/
+1
2019-05-29
doc: add some nit fixes to MyFirstContribution
Emily Shaffer
1
-4
/
+27
2019-05-29
list-objects-filter: disable 'sparse:path' filters
Christian Couder
7
-116
/
+37
2019-05-29
parse-options: check empty value in OPT_INTEGER and OPT_ABBREV
Nguyễn Thái Ngọc Duy
2
-0
/
+6
2019-05-29
diff-parseopt: restore -U (no argument) behavior
Nguyễn Thái Ngọc Duy
5
-4
/
+100
2019-05-29
diff-parseopt: correct variable types that are used by parseopt
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-05-29
send-email: fix regression in sendemail.identity parsing
Ævar Arnfjörð Bjarmason
3
-19
/
+108
2019-05-29
userdiff: fix grammar and style issues
Boxuan Li
2
-3
/
+5
2019-05-29
l10n: bg.po: Updated Bulgarian translation (4577t)
Alexander Shopov
1
-3137
/
+4156
2019-05-28
doc: hint about GIT_DEBUGGER in CodingGuidelines
Emily Shaffer
1
-0
/
+6
2019-05-28
p4 unshelve: fix "Not a valid object name HEAD0" on Windows
Mike Mueller
1
-1
/
+1
2019-05-28
sha1-file: split OBJECT_INFO_FOR_PREFETCH
Derrick Stolee
2
-4
/
+8
2019-05-28
rebase docs: recommend `-r` over `-p`
Johannes Schindelin
1
-2
/
+3
2019-05-28
docs: say that `--rebase=preserve` is deprecated
Johannes Schindelin
1
-2
/
+3
2019-05-28
tests: mark a couple more test cases as requiring `rebase -p`
Johannes Schindelin
2
-7
/
+13
2019-05-28
request-pull: warn if the remote object is not the same as the local one
Paolo Bonzini
2
-15
/
+63
2019-05-28
request-pull: quote regex metacharacters in local ref
Paolo Bonzini
2
-3
/
+20
2019-05-28
bundle verify: error out if called without an object database
Johannes Schindelin
2
-0
/
+9
2019-05-28
mark_fsmonitor_valid(): mark the index as changed if needed
Johannes Schindelin
4
-6
/
+7
2019-05-28
fill_stat_cache_info(): prepare for an fsmonitor fix
Johannes Schindelin
5
-7
/
+7
2019-05-28
merge: refuse --commit with --squash
Vishal Verma
3
-1
/
+19
2019-05-28
server-info: do not list unlinked packs
Eric Wong
2
-11
/
+9
2019-05-28
fetch-pack: send server options after command
Jonathan Tan
1
-1
/
+1
[next]