1. 08 11月, 2006 7 次提交
    • J
      Merge branch 'maint' · c56f243e
      Junio C Hamano 提交于
      * maint:
        remove an unneeded test
      c56f243e
    • J
      Merge branch 'jc/pickaxe' · 24ad8e0c
      Junio C Hamano 提交于
      24ad8e0c
    • J
      git-pickaxe: allow "-L <something>,+N" · 7bd9641d
      Junio C Hamano 提交于
      With this,
      
      	git pickaxe -L '/--progress/,+20' v1.4.0 -- pack-objects.c
      
      gives you 20 lines starting from the first occurrence of
      '--progress' in pack-objects, digging from v1.4.0 version.
      
      You can also say
      
      	git pickaxe -L '/--progress/,-5' v1.4.0 -- pack-objects.c
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      7bd9641d
    • N
      git-pack-objects progress flag documentation and cleanup · 231f240b
      Nicolas Pitre 提交于
      This adds documentation for --progress and --all-progress, remove a
      duplicate --progress handling and make usage string more readable.
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      231f240b
    • T
      remove an unneeded test · 0623421b
      Tero Roponen 提交于
      In wt-status.c there is a test which does nothing.
      This patch removes it.
      Signed-off-by: NTero Roponen <teanropo@jyu.fi>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      0623421b
    • J
      Merge branch 'jc/read-tree' · d0a75a17
      Junio C Hamano 提交于
      * jc/read-tree:
        t6022: ignoring untracked files by merge-recursive when they do not matter
        merge-recursive: adjust to loosened "working file clobbered" check
        merge-recursive: make a few functions static.
        merge-recursive: use abbreviated commit object name.
        merge: loosen overcautious "working file will be lost" check.
      d0a75a17
    • J
      Merge branch 'np/index-pack' · 66f3b35f
      Junio C Hamano 提交于
      * np/index-pack:
        remove .keep pack lock files when done with refs update
        have index-pack create .keep file more carefully
        improve fetch-pack's handling of kept packs
        git-fetch can use both --thin and --keep with fetch-pack now
        Teach receive-pack how to keep pack files based on object count.
        Allow pack header preprocessing before unpack-objects/index-pack.
        Remove unused variable in receive-pack.
        Revert "send-pack --keep: do not explode into loose objects on the receiving end."
        missing small substitution
        Teach git-index-pack how to keep a pack file.
        Only repack active packs by skipping over kept packs.
        Allow short pack names to git-pack-objects --unpacked=.
        send-pack --keep: do not explode into loose objects on the receiving end.
        index-pack: minor fixes to comment and function name
        enhance clone and fetch -k experience
        mimic unpack-objects when --stdin is used with index-pack
        add progress status to index-pack
        make index-pack able to complete thin packs.
        enable index-pack streaming capability
      66f3b35f
  2. 07 11月, 2006 5 次提交
  3. 06 11月, 2006 11 次提交
  4. 05 11月, 2006 16 次提交
  5. 04 11月, 2006 1 次提交