Coder Social home page Coder Social logo

git-qdiff's People

Contributors

amigrave avatar mart-e avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

git-qdiff's Issues

Suggestion for README file

Hi!
Nice work, looks good and it is a nice help.

I would like to suggest to add a little reminder to the documentation (e.g. to the README file):

Remember to previously run the command:
bzr whoami "Your Name <[email protected]>"

Right after installing, I tried git qdiff and forgot to previously run bzr whoami (just not using my usual laptop) and I got an error. Nothing critical or complicated, but ugly anyways:

git qdiff
bzr: ERROR: Unable to determine your name.
Please, set your name with the 'whoami' command.
E.g. bzr whoami "Your Name [email protected]"
Traceback (most recent call last):
File "/usr/local/bin/git-qdiff", line 7, in
sys.exit(git_qdiff.main())
File "/usr/local/lib/python2.7/dist-packages/git_qdiff.py", line 54, in main
qdiff(left, right)
File "/usr/local/lib/python2.7/dist-packages/git_qdiff.py", line 16, in qdiff
subprocess.check_call(['bzr', 'commit', '-qmm'])
File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bzr', 'commit', '-qmm']' returned non-zero exit status 3
/usr/lib/git-core/git-difftool line 464: No existe el archivo o el directorio
git failed with returncode 1

git-qdiff and tig

using the tig integration, git-qdiff doesn't work on the unstaged changes line of the tig's log view

qit-qdiff on `add` only commits won't work

when using git-qdiff on commit that only adds files, the program crashes with this traceback:

Traceback (most recent call last):
  File "/usr/local/bin/git-qdiff", line 7, in <module>
    sys.exit(git_qdiff.main())
  File "/usr/local/lib/python2.7/site-packages/git_qdiff.py", line 55, in main
    qdiff(left, right)
  File "/usr/local/lib/python2.7/site-packages/git_qdiff.py", line 17, in qdiff
    subprocess.check_call(['bzr', 'commit', '-qmm'])
  File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bzr', 'commit', '-qmm']' returned non-zero exit status 3
/usr/local/Cellar/git/2.0.0/libexec/git-core/git-difftool line 464: No such file or directory
git failed with returncode 1

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.