Broken alignment in git-reset docs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!
The git-reset documentation page section which is accessible via URL
https://git-scm.com/docs/git-reset#_discussion is not looking good.

ASCII tables should look like this:

      working index HEAD target         working index HEAD
      ----------------------------------------------------
       A       B     C    D     --soft      A       B     D
                                     --mixed   A       D     D
                                     --hard     D       D     D
                                     --merge (disallowed)
                                     --keep  (disallowed)

but are like this:

  working index HEAD target         working index HEAD
  ----------------------------------------------------
   A       B     C    D     --soft   A       B     D
--mixed  A       D     D
--hard   D       D     D
--merge (disallowed)
--keep  (disallowed)


The web archive has got a snapshot from 2014-06-28 when it was ok
(https://web.archive.org/web/20140628170155/http://git-scm.com/docs/git-reset).



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux