lein-git-deps icon indicating copy to clipboard operation
lein-git-deps copied to clipboard

git dependencies for leiningen

Results 8 lein-git-deps issues
Sort by recently updated
recently updated
newest added

Hi, I keep on getting this error messages : Run lein deps lein deps shell: /bin/bash -e {0}

Hi Toby, I haven't studied the source much yet, but is there any way we could make git-deps run similarly to how deps runs? The real advantage to this is...

Later versions of Git (2.3+, it would appear) changed the output of `git branch --no-color` before: ``` * (detached at v0.0.14) ``` after: ``` * (HEAD detached at v0.0.14) ```...

What should be the package name while requiring git dependency in code? For example here is my code of project.clj: ``` clojure :plugins [[lein-git-deps "0.0.1-SNAPSHOT"]] :git-dependencies [["https://github.com/clj-jgit/clj-jgit.git"]] :dependencies [[org.clojure/clojure "1.5.1"]])...

It would help troubleshooting if the (add-dependencies) function printed the caught exception in some way. See https://github.com/tobyhede/lein-git-deps/blob/da5d36ebe6058720b1efc3f5d55c4cca4fc47831/src/leiningen/git_deps.clj#L204

Hi toby, I have read your codes and wonder if you accept the idea that add a new optional option to let user determine the folder where they could install...

The previous default installed directory ".lein-git-deps" will be overwritten when ":dir" is given by user Remove the previous document about marginalia's bug since that's not necessary Upgrade clojure to 1.6.0...

Document is old. I spent an hour... Please merge it for helping another people.