1. 21 3月, 2006 8 次提交
  2. 20 3月, 2006 6 次提交
  3. 19 3月, 2006 2 次提交
  4. 18 3月, 2006 12 次提交
  5. 16 3月, 2006 3 次提交
  6. 13 3月, 2006 7 次提交
    • J
      Merge branch 'jc/pack' · ea75cb72
      Junio C Hamano 提交于
      * jc/pack:
        pack-objects: simplify "thin" pack.
        verify-pack -v: show delta-chain histogram.
      ea75cb72
    • J
      Merge branch 'jc/fsck' · 41ce93be
      Junio C Hamano 提交于
      * jc/fsck:
        fsck-objects: Remove --standalone
      41ce93be
    • J
      Merge branch 'nh/http' · 2e158bee
      Junio C Hamano 提交于
      * nh/http:
        http-push: cleanup
        http-push: support for updating remote info/refs
        http-push: improve remote lock management
        http-push: refactor remote file/directory processing
        HTTP slot reuse fixes
        http-push: fix revision walk
      2e158bee
    • J
      Merge branch 'fk/blame' · 4a6c77cc
      Junio C Hamano 提交于
      * fk/blame:
        blame: Rename detection (take 2)
        rev-lib: Make it easy to do rename tracking (take 2)
        Make it possible to not clobber object.util in sort_in_topological_order (take 2)
      4a6c77cc
    • J
      revision traversal: --remove-empty fix (take #2). · c348f31a
      Junio C Hamano 提交于
      Marco Costalba reports that --remove-empty omits the commit that
      created paths we are interested in.  try_to_simplify_commit()
      logic was dropping a parent we introduced those paths against,
      which I think is not what we meant.  Instead, this makes such
      parent parentless.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      c348f31a
    • J
      revision traversal: --remove-empty fix. · a41e109c
      Junio C Hamano 提交于
      Marco Costalba reports that --remove-empty omits the commit that
      created paths we are interested in.  try_to_simplify_commit()
      logic was dropping a parent we introduced those paths against,
      which I think is not what we meant.  Instead, this marks such
      parent uninteresting.  The traversal does not go beyond that
      parent as advertised, but we still say that the current commit
      changed things from that parent.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      a41e109c
    • M
      annotate-tests: override VISUAL when running tests. · 8c322207
      Mark Wooding 提交于
      The tests hang for me waiting for Emacs with its output directed
      somewhere strage, because I hedged my bets and set both EDITOR and
      VISUAL to run Emacs.
      Signed-off-by: NMark Wooding <mdw@distorted.org.uk>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      8c322207
  7. 12 3月, 2006 2 次提交