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

Doesn't run with unchanged files and push -f #8

Open
HaleTom opened this issue Nov 18, 2018 · 3 comments
Open

Doesn't run with unchanged files and push -f #8

HaleTom opened this issue Nov 18, 2018 · 3 comments

Comments

@HaleTom
Copy link

HaleTom commented Nov 18, 2018

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.

@terryzhao127
Copy link

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

@HaleTom
Copy link
Author

HaleTom commented Jul 8, 2019

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

@he7d3r
Copy link
Contributor

he7d3r commented Oct 11, 2020

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

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

3 participants