I want to create some diff's out of some specific files, discarding the git history on them
Is that possible?
Something like
arc diff -- file1.{h,cpp} file2.{h,cpp}
I know it might sound counter productive, but I have a big batch of code, with commits not necessarily encompassing a single issue/functionality.