浏览代码

limit object to 500 when git graph

pull/1/head
10sr 11 年前
父节点
当前提交
9bb66de513
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh 查看文件

@@ -56,7 +56,7 @@ git_config(){
git config --global status.relativePaths false
git config --global status.showUntrackedFiles normal
git config --global log.date iso
git config --global alias.graph "log --graph --date-order -C -M --pretty=tformat:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso"
git config --global alias.graph "log --graph --date-order -C -M --pretty=tformat:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso -n 500"
git config --global alias.st "status -s -b"
git config --global alias.b "branch"
git config --global alias.ci "commit --verbose"


正在加载...
取消
保存