Commit graph

22 commits

Author SHA1 Message Date
ZCShou
728b4dd879 fix(dashboard.xaml.cs): 对于 SUBMODULE ,如果发现 HEAD 出于游离状态,这自动切换到找的第一个有效分支 2020-07-29 20:57:19 +08:00
ZCShou
e319eed03a feat(Repository.cs): Pull 或者 Fetch 之后,更新界面中 SUBMODULES 的显示 2020-07-24 22:15:40 +08:00
ZCShou
6125c17354 fix(Repository.csClone.xaml.cs): 修复之前的更改(232165fa3eafdd0d5589963f0a26a487e7075bcf)导致Remote name 不能正常设置 2020-07-24 21:11:40 +08:00
ZCShou
ceff6ef102 feat(*): 为 Pull、Fetch、Push 增加 --recurse-submodules 选项参数 2020-07-24 19:52:47 +08:00
leo
d29e5def4b fix(Submodule): refresh submodules after updated successfully 2020-07-24 19:27:03 +08:00
leo
0e9b1574a8 feature(Submodule): add button to do submodule update 2020-07-24 17:17:53 +08:00
leo
646a80a395 fix(Repository): separated git dir for submodules 2020-07-23 14:04:42 +08:00
leo
39e55a3f2d fix(CommitViewer): show submodule revision when item seleted in FILES tab 2020-07-22 21:28:57 +08:00
leo
0132fc496b feature(Submodule): supports git submodule 2020-07-22 20:14:39 +08:00
leo
b1310a5fd0 refactor(Repository): using temp file to store commit message instead of file in .git folder 2020-07-21 13:43:56 +08:00
leo
53c65faecb feature(Dashboard): add configuration for opened repository
1. User name and email for single repository
2. Simple commit template
2020-07-21 13:35:59 +08:00
ZCShou
232165fa3e 克隆远程仓库时可选指定远程名,而不是用默认的 origin 2020-07-17 10:00:37 +08:00
leo
b5002cb89d Fix crash due to load invalid preference.xml 2020-07-16 09:26:21 +08:00
leo
a82943d649 Fix crash due to missing name in file system changed event when running git command background without SourceGit 2020-07-15 15:35:49 +08:00
leo
689b02cd61 Change the way to preview binary in CommitViewer 2020-07-13 20:41:17 +08:00
leo
087b147dd9 Change the way to show only space or no changes in DiffViewer 2020-07-13 20:21:14 +08:00
leo
e08b7024fc Show file size changes for binary diff 2020-07-13 16:50:15 +08:00
leo
04ca0a9236 Rewrite diff viewer 2020-07-09 17:36:43 +08:00
leo
dbd7a13705 Fetch only added remote; Show remote has no branches 2020-07-09 09:35:49 +08:00
leo
5df377e48e Add option --ignore-whitespace supports for git apply command 2020-07-08 11:37:29 +08:00
leo
95030c334f Use checkout -f instead of restore to discard local changes with tracked files 2020-07-08 09:35:25 +08:00
ONEO
baa6c1445a Upgrade project style 2020-07-06 10:23:45 +08:00