1. 24 8月, 2017 6 次提交
    • J
      Merge branch 'hb/gitweb-project-list' into maint · b9e56be0
      Junio C Hamano 提交于
      When a directory is not readable, "gitweb" fails to build the
      project list.  Work this around by skipping such a directory.
      
      It might end up hiding a problem under the rug and a better
      solution might be to loudly complain to the administrator pointing
      out the problematic directory, but this will at least make it
      "work".
      
      * hb/gitweb-project-list:
        gitweb: skip unreadable subdirectories
      b9e56be0
    • J
      Merge branch 'ks/commit-abort-on-empty-message-fix' into maint · 01ced489
      Junio C Hamano 提交于
      "git commit" when seeing an totally empty message said "you did not
      edit the message", which is clearly wrong.  The message has been
      corrected.
      
      * ks/commit-abort-on-empty-message-fix:
        commit: check for empty message before the check for untouched template
      01ced489
    • J
      Merge branch 'jk/reflog-walk' into maint · 0cb526e0
      Junio C Hamano 提交于
      Numerous bugs in walking of reflogs via "log -g" and friends have
      been fixed.
      
      * jk/reflog-walk:
        reflog-walk: apply --since/--until to reflog dates
        reflog-walk: stop using fake parents
        rev-list: check reflog_info before showing usage
        get_revision_1(): replace do-while with an early return
        log: do not free parents when walking reflog
        log: clarify comment about reflog cycles
        revision: disallow reflog walking with revs->limited
        t1414: document some reflog-walk oddities
      0cb526e0
    • J
      Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths' into maint · 72140a73
      Junio C Hamano 提交于
      The http.{sslkey,sslCert} configuration variables are to be
      interpreted as a pathname that honors "~[username]/" prefix, but
      weren't, which has been fixed.
      
      * jc/http-sslkey-and-ssl-cert-are-paths:
        http.c: http.sslcert and http.sslkey are both pathnames
      72140a73
    • 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 9 次提交