1. 24 8月, 2017 2 次提交
    • J
      Merge branch 'jk/ref-filter-colors' into maint · 447f80f5
      Junio C Hamano 提交于
      "%C(color name)" in the pretty print format always produced ANSI
      color escape codes, which was an early design mistake.  They now
      honor the configuration (e.g. "color.ui = never") and also tty-ness
      of the output medium.
      
      * jk/ref-filter-colors:
        ref-filter: consult want_color() before emitting colors
        pretty: respect color settings for %C placeholders
        rev-list: pass diffopt->use_colors through to pretty-print
        for-each-ref: load config earlier
        color: check color.ui in git_default_config()
        ref-filter: pass ref_format struct to atom parsers
        ref-filter: factor out the parsing of sorting atoms
        ref-filter: make parse_ref_filter_atom a private function
        ref-filter: provide a function for parsing sort options
        ref-filter: move need_color_reset_at_eol into ref_format
        ref-filter: abstract ref format into its own struct
        ref-filter: simplify automatic color reset
        t: use test_decode_color rather than literal ANSI codes
        docs/for-each-ref: update pointer to color syntax
        check return value of verify_ref_format()
      447f80f5
    • J
      Merge branch 'js/git-gui-msgfmt-on-windows' into maint · f613b251
      Junio C Hamano 提交于
      Because recent Git for Windows do come with a real msgfmt, the
      build procedure for git-gui has been updated to use it instead of a
      hand-rolled substitute.
      
      * js/git-gui-msgfmt-on-windows:
        git-gui (MinGW): make use of MSys2's msgfmt
        git gui: allow for a long recentrepo list
        git gui: de-dup selected repo from recentrepo history
        git gui: cope with duplicates in _get_recentrepo
        git-gui: remove duplicate entries from .gitconfig's gui.recentrepo
      f613b251
  2. 05 8月, 2017 5 次提交
  3. 03 8月, 2017 1 次提交
    • J
      Merge tag 'l10n-2.14.0-rnd2' of git://github.com/git-l10n/git-po · 384a8b27
      Junio C Hamano 提交于
      l10n for Git 2.14.0 round 2
      
      * tag 'l10n-2.14.0-rnd2' of git://github.com/git-l10n/git-po:
        l10n: zh_CN: review for git v2.14.0 l10n
        l10n: ko.po: Update Korean translation
        l10n: zh_CN: for git v2.14.0 l10n round 2
        l10n: de.po: various fixes in German translation
        l10n: ru.po: update Russian translation
        l10n: fr.po v2.14.0 rnd 2
        l10n: fr.po Fix some french typos
        l10n: fr.po Fix typo
        l10n: fr.po Fix some translations
        l10n: de.po: update German translation
        l10n: vi.po (3213t): Updated 9 new strings
        l10n: Update Catalan translation
        l10n: bg.po: Updated Bulgarian translation (3213t)
      384a8b27
  4. 02 8月, 2017 5 次提交
  5. 01 8月, 2017 14 次提交
  6. 31 7月, 2017 12 次提交
  7. 30 7月, 2017 1 次提交