obra’s avatarobra’s Twitter Archive—№ 34,806

  1. git diff tool question: Diff tools get handed the files being considered. Is there any way to recover the specific revs the user asked for? I'm kind of at my wit's end and am seriously considering trying to parse the caller's argv.
    1. …in reply to @obra
      pushd git rev-parse --show-toplevel && git archive --format=tar $rev Feeling dirty.