1. 03 8月, 2010 3 次提交
    • J
      Merge git://repo.or.cz/git-gui into pt/git-gui · c01a29c7
      Junio C Hamano 提交于
      * git://repo.or.cz/git-gui:
        git-gui: fix size and position of window panes on startup
        git-gui: mc cannot be used before msgcat has been loaded
        git-gui: use textconv filter for diff and blame
        git-gui: Avoid using the <<Copy>> binding as a menu accelerator on win32
        git-gui: fix shortcut creation on cygwin
        git-gui: fix PATH environment for mingw development environment
        git-gui: fix usage of _gitworktree when creating shortcut for windows
        git-gui: fix "Explore Working Copy" for Windows again
        git-gui: fix usage of themed widgets variable
        git-gui: Handle failure of core.worktree to identify the working directory.
        git-gui: check whether systems nice command works or disable it
      c01a29c7
    • T
      Documentation/rev-parse: quoting is required with --parseopt · ac2e1e63
      Thomas Rast 提交于
      When calling rev-parse --parseopt, as in the (now fixed) documented
      example
      
        eval "$(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"
      
      the outermost quoting is required, as otherwise all runs of arbitrary
      whitespace inside the resulting 'set -- ...' call would be collapsed
      into a single space.
      
      This was exposed as a result of our new use of cat <<\EOF since
      47e9cd28 (parseopt: wrap rev-parse --parseopt usage for eval
      consumption, 2010-06-12), but has always been a problem when handling
      arguments containing e.g. newlines.
      
      Point this out in the documentation, and in particular correct the
      example that did not have the quotes.
      Noticed-by: NJoshua Jensen <jjensen@workspacewhiz.com>
      Signed-off-by: NThomas Rast <trast@student.ethz.ch>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      ac2e1e63
    • J
      Documentation: reporting bugs · c97ca277
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      c97ca277
  2. 02 8月, 2010 2 次提交
  3. 30 7月, 2010 6 次提交
  4. 29 7月, 2010 2 次提交
  5. 28 7月, 2010 10 次提交
  6. 26 7月, 2010 15 次提交
  7. 24 7月, 2010 2 次提交