1. 14 5月, 2015 6 次提交
    • J
      Merge branch 'nd/t1509-chroot-test' into maint · 36ec67d1
      Junio C Hamano 提交于
      Correct test bitrot.
      
      * nd/t1509-chroot-test:
        t1509: update prepare script to be able to run t1509 in chroot again
      36ec67d1
    • J
      Merge branch 'jk/type-from-string-gently' into maint · c1c4a878
      Junio C Hamano 提交于
      "git cat-file bl $blob" failed to barf even though there is no
      object type that is "bl".
      
      * jk/type-from-string-gently:
        type_from_string_gently: make sure length matches
      c1c4a878
    • J
      Merge branch 'ep/fix-test-lib-functions-report' into maint · 21b56b92
      Junio C Hamano 提交于
      * ep/fix-test-lib-functions-report:
        test-lib-functions.sh: fix the second argument to some helper functions
      21b56b92
    • J
      Merge branch 'cn/bom-in-gitignore' into maint · 8a1d8974
      Junio C Hamano 提交于
      Teach the codepaths that read .gitignore and .gitattributes files
      that these files encoded in UTF-8 may have UTF-8 BOM marker at the
      beginning; this makes it in line with what we do for configuration
      files already.
      
      * cn/bom-in-gitignore:
        attr: skip UTF8 BOM at the beginning of the input file
        config: use utf8_bom[] from utf.[ch] in git_parse_source()
        utf8-bom: introduce skip_utf8_bom() helper
        add_excludes_from_file: clarify the bom skipping logic
        dir: allow a BOM at the beginning of exclude files
      8a1d8974
    • J
      Merge branch 'jk/prune-mtime' into maint · ebb464f0
      Junio C Hamano 提交于
      Access to objects in repositories that borrow from another one on a
      slow NFS server unnecessarily got more expensive due to recent code
      becoming more cautious in a naive way not to lose objects to pruning.
      
      * jk/prune-mtime:
        sha1_file: only freshen packs once per run
        sha1_file: freshen pack objects before loose
        reachable: only mark local objects as recent
      ebb464f0
    • J
      Merge branch 'jk/init-core-worktree-at-root' into maint · a60abe10
      Junio C Hamano 提交于
      We avoid setting core.worktree when the repository location is the
      ".git" directory directly at the top level of the working tree, but
      the code misdetected the case in which the working tree is at the
      root level of the filesystem (which arguably is a silly thing to
      do, but still valid).
      
      * jk/init-core-worktree-at-root:
        init: don't set core.worktree when initializing /.git
      a60abe10
  2. 12 5月, 2015 6 次提交
  3. 01 5月, 2015 1 次提交
  4. 29 4月, 2015 5 次提交
  5. 28 4月, 2015 5 次提交
  6. 24 4月, 2015 5 次提交
  7. 23 4月, 2015 1 次提交
  8. 22 4月, 2015 11 次提交