Skip to content

Git Sync v0.1.7

Choose a tag to compare

@dqxcj dqxcj released this 05 May 05:13
· 25 commits to master since this release

关键修复:

  • isRepo() 改用 .git/HEAD 文件检测替代 git.log(空仓库无 commit 时 log 失败导致误判)
  • addAll() 新增目录遍历回退(空仓库无 HEAD 时 statusMatrix 不返回文件,导致 commit 被跳过)
  • getStagedDiff() 增强空仓库兼容性

v0.1.6 因以上两个 bug,新建仓库的实际无法提交和推送