1. 05 12月, 2006 8 次提交
  2. 04 12月, 2006 1 次提交
  3. 03 12月, 2006 3 次提交
    • J
      Merge branch 'maint' · 278fcd7d
      Junio C Hamano 提交于
      * maint:
        git-svn: avoid fetching files twice in the same revision
      278fcd7d
    • E
      git-svn: avoid fetching files twice in the same revision · 6173c197
      Eric Wong 提交于
      SVN is not entirely consistent in returning log information and
      sometimes returns file information when adding subdirectories,
      and sometimes it does not (only returning information about the
      directory that was added).  This caused git-svn to occasionally
      add a file to the list of files to be fetched twice.  Now we
      change the data structure to be hash to avoid repeated fetches.
      
      As of now (in master), this only affects repositories fetched
      without deltas enabled (file://, and when manually overriden
      with GIT_SVN_DELTA_FETCH=0); so this bug mainly affects users of
      1.4.4.1 and maint.
      
      Thanks to Florian Weimer for reporting this bug.
      
      [jc: backported for maint]
      Signed-off-by: NEric Wong <normalperson@yhbt.net>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      6173c197
    • J
      git-merge: fix confusion between tag and branch · 3683dc5a
      Junio C Hamano 提交于
      In a repository with core.warnambiguousrefs turned off, and with
      a branch and a tag that have the same name 'frotz',
      
      	git merge frotz
      
      would merge the commit pointed at by the tag 'frotz' but
      incorrectly would identify what was merged as 'branch frotz' in
      the merge message.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      3683dc5a
  4. 02 12月, 2006 3 次提交
  5. 30 11月, 2006 6 次提交
  6. 29 11月, 2006 12 次提交
  7. 28 11月, 2006 7 次提交