Coder Social home page Coder Social logo

legit's Issues

Get all the branches & get all the tags

git-branch seems to be a low level function, and when called without arguments it prints the branches exactly as git branch does. Is there some way to get all the branches as a first class data structure? Same question for tags.

Possibly broken repository functions (commit-age, etc.)

This outputs nothing for me:

(let ((repository (make-instance 'legit:repository :location "path/to/some/repo")))
   (legit:commit-message repository "3770dedb7ebf0e96e13bea09d94c377c241af800"))
T

Looking at the definition of commit-message, it seems that revision-range
should be used in place of paths:

(define-repo-function commit-message (repository commit &key)
-  (git-value repository `(message ,commit) (git-log :pretty "%B" :max-count 1 :paths commit)))
+  (git-value repository `(message ,commit) (git-log :pretty "%B" :max-count 1 :revision-range commit)))

Mistake?

Parameters to legit:git-commit

Greetings,
First off, thanks for this great wrapper!

I am able to use git-add, git-pull etc. functions. But I am quite unable to get git-commit working.
Always run into
; Evaluation aborted on #<SB-PCL::NO-APPLICABLE-METHOD-ERROR {1003B81E03}>.

How exactly should I pass the parameters to this function?
e.g. here is one of the things I had tried:
(legit:with-chdir (folder) (legit:commit :message "My Commit Message"))

In slime completion, it looks the same as other functions I am able to use.

My env: Mac OS X High Sierra, SBCL 1.4.10 , Emacs 26
Appreciate your time.

Thanks
pj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.