Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git ccdiff . fails #25

Closed
ryandesign opened this issue Apr 7, 2022 · 3 comments
Closed

git ccdiff . fails #25

ryandesign opened this issue Apr 7, 2022 · 3 comments

Comments

@ryandesign
Copy link
Contributor

I have configured git as indicated in the App-ccdiff documentation so that git ccdiff should work. What I was expecting was that git ccdiff ... would work like git diff ... but with better coloring.

git ccdiff (and git diff) by itself works: it shows me all the diffs in my git clone. But I only want to see the diffs for the current directory. git diff . shows me that, however git ccdiff . fails:

$ git ccdiff .
fatal: ambiguous argument '.~1...': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
@Tux
Copy link
Owner

Tux commented Apr 7, 2022

Interesting. I am not a git expert, so I'd say patches welcome.
(at the moment I really have no idea how to fix that)

@Tux
Copy link
Owner

Tux commented Apr 11, 2022

FWIW, this comes from git-ccdiff, which is far from perfect as you just proved.
I've just pushed a new version. Please check if that new version better meets your expectations.

@Tux
Copy link
Owner

Tux commented Nov 7, 2023

No feedback in 1½ years. Closing

@Tux Tux closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants