el-get/test/el-get-issue-1028.el
Victor Borja 66f6bec211 Git clone should ignore depth when using http transport.
Add failing test for issue #1028

Fixes #1028
2013-02-04 04:33:45 +00: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)