1. 08 5月, 2017 15 次提交
  2. 02 5月, 2017 10 次提交
  3. 01 5月, 2017 8 次提交
  4. 27 4月, 2017 3 次提交
  5. 26 4月, 2017 4 次提交
    • J
      Git 2.13-rc1 · 027a3b94
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      027a3b94
    • J
      Merge branch 'mh/separate-ref-cache' · 77b34eaa
      Junio C Hamano 提交于
      The internals of the refs API around the cached refs has been
      streamlined.
      
      * mh/separate-ref-cache:
        do_for_each_entry_in_dir(): delete function
        files_pack_refs(): use reference iteration
        commit_packed_refs(): use reference iteration
        cache_ref_iterator_begin(): make function smarter
        get_loose_ref_cache(): new function
        get_loose_ref_dir(): function renamed from get_loose_refs()
        do_for_each_entry_in_dir(): eliminate `offset` argument
        refs: handle "refs/bisect/" in `loose_fill_ref_dir()`
        ref-cache: use a callback function to fill the cache
        refs: record the ref_store in ref_cache, not ref_dir
        ref-cache: introduce a new type, ref_cache
        refs: split `ref_cache` code into separate files
        ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`
        ref-cache: rename `find_ref()` to `find_ref_entry()`
        ref-cache: rename `add_ref()` to `add_ref_entry()`
        refs_verify_refname_available(): use function in more places
        refs_verify_refname_available(): implement once for all backends
        refs_ref_iterator_begin(): new function
        refs_read_raw_ref(): new function
        get_ref_dir(): don't call read_loose_refs() for "refs/bisect"
      77b34eaa
    • J
      Merge branch 'nd/worktree-add-lock' · e3115974
      Junio C Hamano 提交于
      Allow to lock a worktree immediately after it's created. This helps
      prevent a race between "git worktree add; git worktree lock" and
      "git worktree prune".
      
      * nd/worktree-add-lock:
        worktree add: add --lock option
      e3115974
    • J
      Merge branch 'jk/update-links-in-docs' · 7ba7bff6
      Junio C Hamano 提交于
      Many stale HTTP(s) links have been updated in our documentation.
      
      * jk/update-links-in-docs:
        docs/bisect-lk2009: update java code conventions link
        docs/bisect-lk2009: update nist report link
        docs/archimport: quote sourcecontrol.net reference
        gitcore-tutorial: update broken link
        doc: replace or.cz gitwiki link with git.wiki.kernel.org
        doc: use https links to avoid http redirect
      7ba7bff6