github-texify icon indicating copy to clipboard operation
github-texify copied to clipboard

Doesn't run with unchanged files and push -f

Open HaleTom opened this issue 7 years ago • 3 comments

Reproduce:

  1. Push test.tex.md file in commit Test commit
  2. git commit --amend the commit Test commit to add another file
  3. git push -f the updated Test commit commit

Behaviour: test.md doesn't exist

Exected: It exists

The only work-around I have is to touch all *.tex.md files to make them appear changed, then push them.

HaleTom avatar Nov 18 '18 04:11 HaleTom

I've encountered this issue, too. git commit --amend will get things messed.

terryzhao127 avatar Jan 20 '19 10:01 terryzhao127

I'm hitting this issue again. Any work-around?

HaleTom avatar Jul 08 '19 07:07 HaleTom

Looks like by design it only renders the added/modified files: https://github.com/agurodriguez/github-texify/blob/fee51810cab1dcfca9154cbad344e15a2cf2ead3/src/texify.js#L44

he7d3r avatar Oct 11 '20 22:10 he7d3r