Commit Graph

5 Commits

Author SHA1 Message Date
Pete Batard 651cdcaa65 [internal] added post-commit hook for autotagging 2011-11-30 18:45:16 +00:00
Pete Batard 2d8a674b88 [misc] handle all versioning in rufus.rc 2011-11-29 22:53:00 +00:00
Pete Batard d20e756765 [mbr] added some mbr processing
* fix MS's removal of LBA from FS types in partition table
* improved GetDriveHandle()
* issue a refresh after formatting
2011-11-29 20:25:29 +00:00
Pete Batard 44c418714c [internal] fix non-removal of sed script 2011-11-28 20:06:47 +00:00
Pete Batard d35d37cf20 [internal] added pre-commit git script to increase the nano
* from now on, nano will reflect the distance to initial commit
* to have git run this script on commit, create a "pre-commit" in
  .git/hooks/ with the following content:
  #!/bin/sh
  source ./_pre-commit.sh
2011-11-28 17:08:11 +00:00