el-get/test/issues/el-get-issue-1028.el
Noam Postavsky d79c395f22 enable ert tests in travis, reorganize test files
rename ert tests file test.el => el-get-tests.el
move el-get-issue-* files to separate dir
2015-11-13 23:39:27 -05:00

11 lines
224 B
EmacsLisp

;; https://github.com/dimitri/el-get/issues/1028
;;
;; Git clone should ignore depth flag when using http protocol
(setq debug-on-error t
el-get-verbose t
el-get-git-shallow-clone t)
(el-get 'sync 'undo-tree)