Skip to content

Not working when using shorthand notation to specify ranges. #9

@kabiblueline

Description

@kabiblueline

From the git-rev-parse page under "Specifying Ranges", I should be able to use:
r1^!

to specify the same range as
r1^...r1

this works for git diff, but git meld fails with the following errors:

fatal: Not a valid object name
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
cd $(git rev-parse --show-toplevel) && git archive 302431cb^! "file1" "file2" | tar -x -C "/tmp/git-meld.ehuKeC/302431cb^!" failed with exit code 512 at /home/kabiblueline/Git/wmanley-git-meld-b6224ce/git-meld.pl line 27.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions