index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-10
l10n: es.po: Spanish update for v2.18.0 round 2
Christopher Diaz Riveros
1
-422
/
+994
2018-06-08
l10n: sv.po: Update Swedish translation (3608t0f0u)
Peter Krefting
1
-428
/
+981
2018-06-08
l10n: sv.po: Update Swedish translation (3470t0f0u)
Peter Krefting
1
-2296
/
+2852
2018-06-08
l10n: git.pot: v2.18.0 round 2 (144 new, 6 removed)
Jiang Xin
1
-409
/
+962
2018-06-04
Git 2.18-rc1
v2.18.0-rc1
Junio C Hamano
2
-1
/
+13
2018-06-04
remote: doc typofix
Duy Nguyen
1
-1
/
+1
2018-06-04
update-ref --stdin: use skip_prefix()
SZEDER Gábor
1
-12
/
+13
2018-06-04
sha1-file.c: correct $GITDIR to $GIT_DIR in a comment
Robert P. J. Day
1
-1
/
+1
2018-06-04
sequencer.c: plug leaks in do_pick_commit
Stefan Beller
1
-1
/
+2
2018-06-04
t9104: kosherly remove remote refs
Christian Couder
1
-1
/
+3
2018-06-04
t3430: test clean-up
brian m. carlson
1
-3
/
+2
2018-06-04
upload-pack: reject shallow requests that would return nothing
Nguyễn Thái Ngọc Duy
2
-0
/
+14
2018-06-03
l10n: fr.po v2.18 round 1
Jean-Noël Avila
1
-2317
/
+2889
2018-06-03
l10n: vi(3470t): Updated Vietnamese translation for v2.18.0
Tran Ngoc Quan
1
-2298
/
+2863
2018-06-02
l10n: es.po: Spanish update for v2.18.0 round 1
Christopher Diaz Riveros
1
-2360
/
+2918
2018-06-01
A bit more topics before -rc1
Junio C Hamano
1
-0
/
+22
2018-06-01
fetch: do not pass ref-prefixes for fetch by exact SHA1
Jonathan Nieder
3
-0
/
+25
2018-06-01
submodule--helper: plug mem leak in print_default_remote
Stefan Beller
1
-1
/
+2
2018-06-01
index-pack: handle --strict checks of non-repo packs
Jeff King
2
-2
/
+16
2018-06-01
prepare_commit_graft: treat non-repository as a noop
Jeff King
2
-0
/
+9
2018-06-01
refspec-api: avoid uninitialized field in refspec item
Junio C Hamano
1
-0
/
+2
2018-06-01
refs/packed-backend.c: close fd of empty file
Stefan Beller
1
-0
/
+1
2018-06-01
p4.txt: Use backquotes for variable names
Robert P. J. Day
1
-5
/
+5
2018-06-01
remote.txt: update documentation for 'update' command
Duy Nguyen
1
-2
/
+2
2018-06-01
completion: complete remote names too
Łukasz Stelmach
1
-1
/
+1
2018-06-01
RelNotes: remove duplicate release note
Elijah Newren
1
-11
/
+3
2018-06-01
rebase: remove -p code from git-rebase--interactive.sh
Alban Gruin
1
-794
/
+8
2018-06-01
rebase: use the new git-rebase--preserve-merges.sh
Alban Gruin
1
-7
/
+25
2018-06-01
rebase: strip unused code in git-rebase--preserve-merges.sh
Alban Gruin
1
-61
/
+4
2018-06-01
rebase: introduce a dedicated backend for --preserve-merges
Alban Gruin
3
-0
/
+1072
2018-06-01
note git-security@googlegroups.com in more places
Thomas Gummerer
2
-0
/
+16
2018-06-01
SubmittingPatches: replace numbered attributes with names
Thomas Gummerer
1
-4
/
+4
2018-05-31
l10n: git.pot: v2.18.0 round 1 (108 new, 14 removed)
Jiang Xin
1
-2259
/
+2739
2018-05-30
Git 2.18-rc0
v2.18.0-rc0
Junio C Hamano
2
-1
/
+37
2018-05-30
The seventh batch for 2.18
Junio C Hamano
1
-0
/
+80
2018-05-30
init: fix grammar in "templates not found" msg
Robert P. J. Day
1
-1
/
+1
2018-05-30
sequencer: ensure labels that are object IDs are rewritten
brian m. carlson
2
-1
/
+18
2018-05-30
t990X: use '.git/objects' as 'deep inside .git' path
Christian Couder
2
-2
/
+2
2018-05-29
completion: complete general config vars in two steps
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2018-05-29
log-tree: allow to customize 'grafted' color
Nguyễn Thái Ngọc Duy
2
-1
/
+3
2018-05-29
completion: support case-insensitive config vars
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2018-05-29
completion: keep other config var completion in camelCase
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-05-29
completion: drop the hard coded list of config vars
Nguyễn Thái Ngọc Duy
4
-331
/
+49
2018-05-29
am: move advice.amWorkDir parsing back to advice.c
Nguyễn Thái Ngọc Duy
4
-6
/
+5
2018-05-29
advice: keep config name in camelCase in advice_config[]
Nguyễn Thái Ngọc Duy
1
-21
/
+21
2018-05-29
fsck: produce camelCase config key names
Nguyễn Thái Ngọc Duy
1
-4
/
+18
2018-05-29
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
13
-1
/
+172
2018-05-29
fsck: factor out msg_id_info[] lazy initialization code
Nguyễn Thái Ngọc Duy
1
-16
/
+24
2018-05-29
grep: keep all colors in an array
Nguyễn Thái Ngọc Duy
2
-65
/
+62
2018-05-29
Add and use generic name->id mapping code for color slot parsing
Nguyễn Thái Ngọc Duy
7
-112
/
+82
[prev]
[next]