1. 03 5月, 2007 2 次提交
    • S
      Merge branch 'gfi-maint' into gfi-master · db81e67a
      Shawn O. Pearce 提交于
      * gfi-maint:
        Teach import-tars about GNU tar's @LongLink extension.
      db81e67a
    • J
      Teach import-tars about GNU tar's @LongLink extension. · 775477aa
      Johannes Schindelin 提交于
      This extension allows GNU tar to process file names in excess of the 100
      characters defined by the original tar standard. It does this by faking a
      file, named '././@LongLink' containing the true file name, and then adding
      the file with a truncated name. The idea is that tar without this
      extension will write out a file with the long file name, and write the
      contents into a file with truncated name.
      
      Unfortunately, GNU tar does a lousy job at times. When truncating results
      in a _directory_ name, it will happily use _that_ as a truncated name for
      the file.
      
      An example where this actually happens is gcc-4.1.2, where the full path
      of the file WeThrowThisExceptionHelper.java truncates _exactly_ before the
      basename. So, we have to support that ad-hoc extension.
      
      This bug was noticed by Chris Riddoch on IRC.
      Signed-off-by: NJohannes Schindelin <johannes.schindelin@gmx.de>
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      775477aa
  2. 01 5月, 2007 12 次提交
  3. 30 4月, 2007 1 次提交
    • J
      Merge branch 'jc/attr' · a07157ac
      Junio C Hamano 提交于
      * jc/attr:
        Add 'filter' attribute and external filter driver definition.
        Add 'ident' conversion.
      a07157ac
  4. 29 4月, 2007 19 次提交
  5. 28 4月, 2007 2 次提交
  6. 27 4月, 2007 4 次提交