1. 13 12月, 2012 3 次提交
  2. 12 12月, 2012 5 次提交
    • M
      Add file completion to tcsh git completion. · 75ed918b
      Marc Khouzam 提交于
      For bash completion, the option '-o bashdefault' is used to indicate
      that when no other choices are available, file completion should be
      performed.  Since this option is not available in tcsh, no file
      completion is ever performed.  Therefore, commands like 'git add ',
      'git send-email ', etc, require the user to manually type out
      the file name.  This can be quite annoying.
      
      To improve the user experience we try to simulate file completion
      directly in this script (although not perfectly).
      
      The known issues with the file completion simulation are:
      - Possible completions are shown with their directory prefix.
      - Completions containing shell variables are not handled.
      - Completions with ~ as the first character are not handled.
      Signed-off-by: NMarc Khouzam <marc.khouzam@ericsson.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      75ed918b
    • J
      Merge branch 'ef/mingw-rmdir' · 73481593
      Junio C Hamano 提交于
      MinGW has a workaround when rmdir unnecessarily fails to retry with
      a prompt, but the logic was kicking in when the rmdir failed with
      ENOTEMPTY, i.e. was expected to fail and there is no point retrying.
      
      * ef/mingw-rmdir:
        mingw_rmdir: do not prompt for retry when non-empty
      73481593
    • J
      Merge branch 'ef/mingw-tty-getpass' · 1bfe99ed
      Junio C Hamano 提交于
      Update getpass() emulation for MinGW.
      
      * ef/mingw-tty-getpass:
        mingw: get rid of getpass implementation
        mingw: reuse tty-version of git_terminal_prompt
        compat/terminal: separate input and output handles
        compat/terminal: factor out echo-disabling
        mingw: make fgetc raise SIGINT if apropriate
        mingw: correct exit-code for SIGALRM's SIG_DFL
      1bfe99ed
    • J
      Merge branch 'maint' · f993e2e1
      Junio C Hamano 提交于
      * maint:
        git-prompt: Document GIT_PS1_DESCRIBE_STYLE
      f993e2e1
    • A
      git-prompt: Document GIT_PS1_DESCRIBE_STYLE · 50b03b04
      Anders Kaseorg 提交于
      GIT_PS1_DESCRIBE_STYLE was introduced in v1.6.3.2~35.  Document it in the
      header comments.
      Signed-off-by: NAnders Kaseorg <andersk@mit.edu>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      50b03b04
  3. 11 12月, 2012 5 次提交
  4. 09 12月, 2012 1 次提交
  5. 08 12月, 2012 9 次提交
  6. 07 12月, 2012 1 次提交
  7. 06 12月, 2012 2 次提交
  8. 05 12月, 2012 7 次提交
  9. 04 12月, 2012 4 次提交
  10. 02 12月, 2012 3 次提交