1. 02 9月, 2005 3 次提交
  2. 01 9月, 2005 4 次提交
  3. 31 8月, 2005 7 次提交
    • J
      Update tutorial. · 914328ac
      Junio C Hamano 提交于
      Finally I bit the bullet and did a full sweep of this document.
      The changes are mostly clarifications, adjusting old terminology
      to the glossary compatible one, and asciidoc formatting.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      914328ac
    • J
      show-branch: make it work in a subdirectory. · 076b2324
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      076b2324
    • M
      [PATCH] Initial import of git-archimport-script · d3968363
      Martin Langhoff 提交于
      Imports a project history from one or more Arch repositories, following
      the branching and tagging across repositories. Note you should import
      separate projects to separate GIT repositories.
      
      Supported
       - Imports, tags and simple commits.
       - File renames
       - Arch tags
       - Binary files
       - Large trees
       - Multiple repositories
       - Branches
      
      TODO:
       - Allow re-running the import on an already-imported project
       - Follow merges using Arch data
       - Audit shell escaping of filenames
       - Better support for file metadata
       - Better/safer creation of temp directories
      
      Unsupported:
       - Arch 'configuration'
      
      [jc: my arch/tla is very rusty and after Tom announced he is stepping
       down as the maintainer I have very little motivation to relearn it,
       so I would appreciate if people discuss any bugs or enhancements
       directly with Martin.  Of course I can help with the git end of the
       issues.]
      Signed-off-by: NMartin Langhoff <martin@catalyst.net.nz>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      d3968363
    • J
      cat-file: make it work in a subdirectory. · 5da22bc1
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      (cherry picked from 73244994ee4abd6e436e8a1d597dd917271d77a9 commit)
      5da22bc1
    • J
      Documentaion updates. · 8db9307c
      Junio C Hamano 提交于
      Mostly making the formatted html prettier.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      (cherry picked from 7adf1f15ebe074d4767df941817a6cf86d8e2533 commit)
      8db9307c
    • J
      'git bisect visualize' · cc9f24d0
      Junio C Hamano 提交于
      Linus says:
      
          I'm testing bisection to find a bug that causes my G5 to no longer boot,
          and during the process have found this command line very nice:
      
      	    gitk bisect/bad --not $(cd .git/refs ; ls bisect/good-*)
      
          it basically shows the state of bisection with the known bad commit as the
          top, and cutting off all the good commits - so what you see are the
          potential buggy commits.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      cc9f24d0
    • L
      [PATCH] Fix bisection terminating condition · 670f5fe3
      Linus Torvalds 提交于
      When testing bisection and using gitk to visualize the result, it was
      obvious that the termination condition was broken.
      
      We know what the bad entry is only when the bisection ends up telling us
      to test the known-bad entry again.
      
      Also, add a safety net: if somebody marks as good something that includes
      the known-bad point, we now notice and complain, instead of writing an
      empty revision to the new bisection branch.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      670f5fe3
  4. 30 8月, 2005 22 次提交
  5. 29 8月, 2005 4 次提交