index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1dc_git.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-21
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
10
-5
/
+17
2018-05-21
completion: reduce completable command list
Nguyễn Thái Ngọc Duy
1
-9
/
+9
2018-05-21
completion: let git provide the completable command list
Nguyễn Thái Ngọc Duy
3
-119
/
+58
2018-05-21
command-list.txt: documentation and guide line
Nguyễn Thái Ngọc Duy
1
-0
/
+45
2018-05-21
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy
10
-45
/
+54
2018-05-21
help: add "-a --verbose" to list all commands with synopsis
Nguyễn Thái Ngọc Duy
5
-1
/
+37
2018-05-21
git: support --list-cmds=list-<category>
Nguyễn Thái Ngọc Duy
5
-1
/
+51
2018-05-21
completion: implement and use --list-cmds=main,others
Nguyễn Thái Ngọc Duy
5
-2
/
+43
2018-05-21
git --list-cmds: collect command list in a string_list
Nguyễn Thái Ngọc Duy
1
-5
/
+17
2018-05-21
git.c: convert --list-* to --list-cmds=*
Nguyễn Thái Ngọc Duy
4
-8
/
+39
2018-05-10
Remove common-cmds.h
Nguyễn Thái Ngọc Duy
3
-55
/
+9
2018-05-10
help: use command-list.h for common command list
Nguyễn Thái Ngọc Duy
5
-50
/
+122
2018-05-10
generate-cmds.sh: export all commands to command-list.h
Nguyễn Thái Ngọc Duy
4
-10
/
+75
2018-05-10
generate-cmds.sh: factor out synopsis extract code
Nguyễn Thái Ngọc Duy
1
-7
/
+11
2018-04-11
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
9
-5197
/
+115
2018-04-11
The third batch for 2.18
Junio C Hamano
1
-0
/
+30
2018-04-10
The second batch for 2.18
Junio C Hamano
1
-0
/
+25
2018-04-10
The first batch for 2.18 cycle
Junio C Hamano
3
-2
/
+69
2018-04-05
git-svn: allow empty email-address using authors-prog and authors-file
Andreas Heiduk
4
-11
/
+50
2018-04-05
git-svn: search --authors-prog in PATH too
Andreas Heiduk
2
-1
/
+7
2018-04-02
Git 2.17
v2.17.0
Junio C Hamano
1
-1
/
+1
2018-04-01
add -p: fix 2.17.0-rc* regression due to moved code
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-03-31
l10n: de.po: translate 132 new messages
Ralf Thielow
1
-2093
/
+2527
2018-03-30
upload-pack: disable object filtering when disabled by config
Jonathan Nieder
2
-5
/
+5
2018-03-30
credential: ignore SIGPIPE when writing to credential helpers
Erik E Brady
1
-0
/
+3
2018-03-29
http: allow use of TLS 1.3
Loganaden Velvindron
2
-0
/
+4
2018-03-29
l10n: zh_CN: review for git v2.17.0 l10n round 1
Ray Chen
1
-5
/
+5
2018-03-29
l10n: zh_CN: for git v2.17.0 l10n round 1
Jiang Xin
1
-2066
/
+2495
2018-03-29
submodule: check for NULL return of get_submodule_ref_store()
René Scharfe
2
-2
/
+21
2018-03-28
Git 2.17-rc2
v2.17.0-rc2
Junio C Hamano
1
-1
/
+1
2018-03-28
test: avoid pipes in git related commands for test
Pratik Karki
15
-159
/
+179
2018-03-28
l10n: ko.po: Update Korean translation
Changwoo Ryu
1
-2074
/
+2509
2018-03-28
submodule deinit: handle non existing pathspecs gracefully
Stefan Beller
1
-1
/
+1
2018-03-28
git-stash.txt: remove extra square bracket
Thomas Gummerer
1
-1
/
+1
2018-03-28
doc hash-function-transition: clarify what SHAttered means
Ævar Arnfjörð Bjarmason
1
-5
/
+24
2018-03-28
doc hash-function-transition: clarify how older gits die on NewHash
Ævar Arnfjörð Bjarmason
1
-3
/
+8
2018-03-28
test_must_be_empty: simplify file existence check
SZEDER Gábor
1
-5
/
+2
2018-03-28
perf/aggregate: add --sort-by=regression option
Christian Couder
1
-1
/
+58
2018-03-28
perf/aggregate: add display_dir()
Christian Couder
1
-4
/
+7
2018-03-27
t/helper: merge test-write-cache into test-tool
Nguyễn Thái Ngọc Duy
5
-3
/
+6
2018-03-27
t/helper: merge test-wildmatch into test-tool
Nguyễn Thái Ngọc Duy
5
-9
/
+12
2018-03-27
t/helper: merge test-urlmatch-normalization into test-tool
Nguyễn Thái Ngọc Duy
5
-136
/
+139
2018-03-27
t/helper: merge test-subprocess into test-tool
Nguyễn Thái Ngọc Duy
5
-3
/
+6
2018-03-27
t/helper: merge test-submodule-config into test-tool
Nguyễn Thái Ngọc Duy
5
-11
/
+14
2018-03-27
t/helper: merge test-string-list into test-tool
Nguyễn Thái Ngọc Duy
6
-27
/
+30
2018-03-27
t/helper: merge test-strcmp-offset into test-tool
Nguyễn Thái Ngọc Duy
5
-3
/
+6
2018-03-27
t/helper: merge test-sigchain into test-tool
Nguyễn Thái Ngọc Duy
5
-4
/
+7
2018-03-27
t/helper: merge test-sha1-array into test-tool
Nguyễn Thái Ngọc Duy
5
-10
/
+13
2018-03-27
t/helper: merge test-scrap-cache-tree into test-tool
Nguyễn Thái Ngọc Duy
5
-6
/
+9
2018-03-27
t/helper: merge test-run-command into test-tool
Nguyễn Thái Ngọc Duy
5
-14
/
+17
[next]