1. 26 7月, 2013 1 次提交
    • R
      config doc: quote paths, fixing tilde-interpretation · 5ff0c0e8
      Ramkumar Ramachandra 提交于
      The --global section of git-config(1) currently reads like:
      
        For writing options: write to global /.gitconfig file rather than the
                                             ^
      				       start tilde
      
        repository .git/config, write to $XDG_CONFIG_HOME/git/config file if
        this file exists and the/.gitconfig file doesn’t.
                                ^
      			  end tilde
      
      Instead of tilde (~) being interpreted literally, asciidoc subscripts
      the text between the two tildes.  To fix this problem, use backticks (`)
      to quote all the paths in the file uniformly, just like config.txt does.
      Signed-off-by: NRamkumar Ramachandra <artagnon@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5ff0c0e8
  2. 23 7月, 2013 2 次提交
  3. 22 7月, 2013 12 次提交
  4. 20 7月, 2013 22 次提交
  5. 16 7月, 2013 3 次提交