1. 19 1月, 2017 6 次提交
    • J
      Merge branch 'jk/archive-zip-userdiff-config' · 0f650e14
      Junio C Hamano 提交于
      "git archive" did not read the standard configuration files, and
      failed to notice a file that is marked as binary via the userdiff
      driver configuration.
      
      * jk/archive-zip-userdiff-config:
        archive-zip: load userdiff config
      0f650e14
    • J
      Merge branch 'dt/disable-bitmap-in-auto-gc' · cf417e2c
      Junio C Hamano 提交于
      It is natural that "git gc --auto" may not attempt to pack
      everything into a single pack, and there is no point in warning
      when the user has configured the system to use the pack bitmap,
      leading to disabling further "gc".
      
      * dt/disable-bitmap-in-auto-gc:
        repack: die on incremental + write-bitmap-index
        auto gc: don't write bitmaps for incremental repacks
      cf417e2c
    • J
      Merge branch 'ls/p4-retry-thrice' · 74f7427f
      Junio C Hamano 提交于
      A recent updates to "git p4" was not usable for older p4 but it
      could be made to work with minimum changes.  Do so.
      
      * ls/p4-retry-thrice:
        git-p4: do not pass '-r 0' to p4 commands
      74f7427f
    • J
      Merge branch 'sb/submodule-rm-absorb' · 3ccd681c
      Junio C Hamano 提交于
      "git rm" used to refuse to remove a submodule when it has its own
      git repository embedded in its working tree.  It learned to move
      the repository away to $GIT_DIR/modules/ of the superproject
      instead, and allow the submodule to be deleted (as long as there
      will be no loss of local modifications, that is).
      
      * sb/submodule-rm-absorb:
        rm: absorb a submodules git dir before deletion
        submodule: rename and add flags to ok_to_remove_submodule
        submodule: modernize ok_to_remove_submodule to use argv_array
        submodule.h: add extern keyword to functions
      3ccd681c
    • J
      Merge branch 'bw/grep-recurse-submodules' · 55d128ae
      Junio C Hamano 提交于
      "git grep" has been taught to optionally recurse into submodules.
      
      * bw/grep-recurse-submodules:
        grep: search history of moved submodules
        grep: enable recurse-submodules to work on <tree> objects
        grep: optionally recurse into submodules
        grep: add submodules as a grep source type
        submodules: load gitmodules file from commit sha1
        submodules: add helper to determine if a submodule is initialized
        submodules: add helper to determine if a submodule is populated
        real_path: canonicalize directory separators in root parts
        real_path: have callers use real_pathdup and strbuf_realpath
        real_path: create real_pathdup
        real_path: convert real_path_internal to strbuf_realpath
        real_path: resolve symlinks by hand
      55d128ae
    • J
      Merge git://ozlabs.org/~paulus/gitk · ffac48d0
      Junio C Hamano 提交于
      * 'master' of git://ozlabs.org/~paulus/gitk:
        gitk: Remove translated message from comments
        gitk: ru.po: Update Russian translation
        gitk: Update copyright notice to 2016
        gitk: Clear array 'commitinfo' on reload
        gitk: Remove closed file descriptors from $blobdifffd
        gitk: Turn off undo manager in the text widget
        gitk: Fix Japanese translation for "marked commit"
        gitk: Fix missing commits when using -S or -G
        gitk: Use explicit RGB green instead of "lime"
        gitk: Add Portuguese translation
        gitk: Makefile: create install bin directory
        gitk: Include commit title in branch dialog
        gitk: Allow checking out a remote branch
        gitk: Add a 'rename' option to the branch context menu
      ffac48d0
  2. 18 1月, 2017 34 次提交