1. 23 6月, 2007 5 次提交
    • J
      Merge branch 'js/filter' · 0f2890ac
      Junio C Hamano 提交于
      * js/filter:
        filter-branch: subdirectory filter needs --full-history
        filter-branch: Simplify parent computation.
        Teach filter-branch about subdirectory filtering
        filter-branch: also don't fail in map() if a commit cannot be mapped
        filter-branch: Use rev-list arguments to specify revision ranges.
        filter-branch: fix behaviour of '-k'
        filter-branch: use $(($i+1)) instead of $((i+1))
        chmod +x git-filter-branch.sh
        filter-branch: prevent filters from reading from stdin
        t7003: make test repeatable
        Add git-filter-branch
      0f2890ac
    • J
      Two trivial -Wcast-qual fixes · 63daae47
      Junio C Hamano 提交于
      Luiz Fernando N. Capitulino noticed the one in tree-walk.h where
      we cast away constness while computing the legnth of a tree
      entry.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      63daae47
    • J
      diffcore-rename: favour identical basenames · 0ce39643
      Johannes Schindelin 提交于
      When there are several candidates for a rename source, and one of them
      has an identical basename to the rename target, take that one.
      
      Noticed by Govind Salinas, posted by Shawn O. Pearce, partial patch
      by Linus Torvalds.
      Signed-off-by: NJohannes Schindelin <johannes.schindelin@gmx.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      0ce39643
    • S
      Document git-gui, git-citool as mainporcelain manual pages · 37cd4f7e
      Shawn O. Pearce 提交于
      Jakub Narebski pointed out that the git-gui blame viewer is not a
      widely known feature, but is incredibly useful.  Part of the issue
      is advertising.  Up until now we haven't even referenced git-gui from
      within the core Git manual pages, mostly because I just wasn't sure
      how I wanted to supply git-gui documentation to end-users, or how
      that documentation should integrate with the core Git documentation.
      
      Based upon Jakub's comment that many users may not even know that
      the gui is available in a stock Git distribution I'm offering up
      two basic manual pages: git-citool and git-gui.  These should offer
      enough of a starting point for users to identify that the gui exists,
      and how to start it.  Future releases of git-gui may contain their
      own documentation system available from within a running git-gui.
      But not today.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      37cd4f7e
    • D
      Generate tags with correct timestamp (git-svnimport) · 47ee8ed2
      Dave O'Neill 提交于
      Now uses git-tag instead of manually constructing the tag.  This gives us a
      correct timestamp, removes some crufty code, and makes it work the same as
      git-cvsimport.
      
      The generated tags are now lightweight tags instead of tag objects, which may
      or may not be the behaviour we want.
      
      Also, remove two unused variables from git-cvsimport.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      47ee8ed2
  2. 21 6月, 2007 4 次提交
  3. 17 6月, 2007 10 次提交
  4. 16 6月, 2007 19 次提交
  5. 14 6月, 2007 2 次提交