stark/siji

Did Git history change?

pzl opened this issue · 1 comments

pzl commented

From a previous pull:

$ git log --oneline
2546822 (HEAD -> master, origin/master, origin/HEAD) Use printf instead of cat to show success message. (#13)
95369af Readme.md: Updated CRUX port's URL and some minor edits
e2617ba Readme.md: Minor edits
64ea5c6 Updated github repository URL
ea240bd Readme.md:  Added brandon99's AUR package install.sh: Minor edits
11f8f99 Readme.md: minor edits
fced93e Readme.md: Add z3bra's CRUX port of siji and some minor changes to the formatting
9fea5c7 install.sh: minor edit in post_install()
712afb1 view.sh: minor edit of error message in check_xfd()
80b71c1 install.sh: Minor fixes to update_cache()
bd74dd8 install.sh: New installer script view.sh:    xfd script for viewing glyphs Readme.md:  Add instructions for installation and minor edits moved 'siji.pcf' to new pcf directory Add LICENSE
8923620 Update Lemonbar example
b2bcdb6 Update Readme
080fa69 Add a preview
82f0c98 Update Readme
ae19e3c Changed project name to Siji due to existence of a font with a similar name
f7b2eb9 Adding 65 new glyphs, replacing some existing ones and updating Readme
9983af7 Update Readme
fd84df5 Update Readme
8524871 Update Readme
6bbeb00 Add Readme
1e38d6e Initial Commit

And the current state:

$ git log --oneline
9d88311 (HEAD -> master, origin/master, origin/HEAD) Use printf instead of cat to show success message. (#13)
3cbb7fe Readme.md: Updated CRUX port's URL and some minor edits
4365d2b Readme.md: Minor edits
7b109ea Updated github repository URL
442498f Readme.md:  Added brandon99's AUR package install.sh: Minor edits
69a9973 Readme.md: minor edits
76a60f1 Readme.md: Add z3bra's CRUX port of siji and some minor changes to the formatting
2696e11 install.sh: minor edit in post_install()
d14badb view.sh: minor edit of error message in check_xfd()
8767949 install.sh: Minor fixes to update_cache()
4c7dec5 install.sh: New installer script view.sh:    xfd script for viewing glyphs Readme.md:  Add instructions for installation and minor edits moved 'siji.pcf' to new pcf directory Add LICENSE
8923620 Update Lemonbar example
b2bcdb6 Update Readme
080fa69 Add a preview
82f0c98 Update Readme
ae19e3c Changed project name to Siji due to existence of a font with a similar name
f7b2eb9 Adding 65 new glyphs, replacing some existing ones and updating Readme
9983af7 Update Readme
fd84df5 Update Readme
8524871 Update Readme
6bbeb00 Add Readme
1e38d6e Initial Commit

They agree up to commit 8923620, after which, the hashes change.

It looks like all that's changed is the author, (not even the commitdate or author date).

$ git show --raw bd74dd8
commit bd74dd8f7c25ae68d7b2bdc105a39951eb73fe62
Author: gstk <stark@openmailbox.org>
Date:   Mon Jul 20 20:51:44 2015 +0530

    install.sh: New installer script
    view.sh:    xfd script for viewing glyphs
    Readme.md:  Add instructions for installation and minor edits
    moved 'siji.pcf' to new pcf directory
    Add LICENSE

:000000 100644 0000000 d159169 A    LICENSE
:100644 100644 8d7055e 26d9933 M    Readme.md
:000000 100755 0000000 643b924 A    install.sh
:100644 100644 c863f4f c863f4f R100 siji.pcf    pcf/siji.pcf
:000000 100755 0000000 c77ff3d A    view.sh

vs

$ git show --raw 4c7dec5
commit 4c7dec572a0579f80fc1ffd5e6a338e89ad7e6c6
Author: stark <thestarknight@tutanota.com>
Date:   Mon Jul 20 20:51:44 2015 +0530

    install.sh: New installer script
    view.sh:    xfd script for viewing glyphs
    Readme.md:  Add instructions for installation and minor edits
    moved 'siji.pcf' to new pcf directory
    Add LICENSE

:000000 100644 0000000 d159169 A    LICENSE
:100644 100644 8d7055e 26d9933 M    Readme.md
:000000 100755 0000000 643b924 A    install.sh
:100644 100644 c863f4f c863f4f R100 siji.pcf    pcf/siji.pcf
:000000 100755 0000000 c77ff3d A    view.sh

note that all the file hashes are the same. And diffing the two pcf/siji.pcfs against each other also shows the same.

This gave me problems when pulling and updating. Was there a force push to change something?

stark commented

Yes, I updated my email address.