1. 27 6月, 2006 7 次提交
  2. 26 6月, 2006 3 次提交
  3. 25 6月, 2006 9 次提交
  4. 24 6月, 2006 13 次提交
  5. 23 6月, 2006 8 次提交
    • J
    • M
      add GIT-CFLAGS to .gitignore · f60349aa
      Matthias Kestenholz 提交于
      Signed-off-by: NMatthias Kestenholz <matthias@spinlock.ch>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      f60349aa
    • L
      Tweak diff colors · 50f575fc
      Linus Torvalds 提交于
      This patch does:
      
       - always reset the color _before_ printing out the newline.
      
         This is actually important. You (and Johannes) didn't see it, because
         it only matters if you set the background, but if you don't do this,
         you get some random and funky behaviour if you pick a color with a
         non-default background (which still potentially has problems with tabs
         etc, but less so).
      
       - allow people to have a different color for the "file headers"
         (DIFF_METAINFO) and for the "fragment header" (DIFF_FRAGINFO). Also,
         make a difference between "normal color" and "reset colors"
      
       - default to red/green for old/new lines. That's the norm, I'd think.
      
       - instead of that eye-popping (and eye-ball-with-a-fondue-fork-popping)
         purple color for metadata, use bold-face for file headers, and cyan for
         the frag headers. I actually prefer the "gray background" for that, but
         it only works well in xterms, so COLOR_CYAN it is..
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      50f575fc
    • J
      Merge branch 'master' into next · bf9e9542
      Junio C Hamano 提交于
      * master:
        git-svn: fix commit --edit flag when using SVN:: libraries
        Makefile: do not force unneeded recompilation upon GIT_VERSION changes
        Check and document the options to prevent mistakes.
        Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
      bf9e9542
    • J
      Merge branch 'js/lsfix' · 5ab2c0a4
      Junio C Hamano 提交于
      * js/lsfix:
        Initialize lock_file struct to all zero.
        Make git-update-ref a builtin
        Make git-update-index a builtin
        Make git-stripspace a builtin
        Make git-mailinfo a builtin
        Make git-mailsplit a builtin
        Make git-write-tree a builtin
      5ab2c0a4
    • J
      Merge branch 'ew/rebase' · c5c23745
      Junio C Hamano 提交于
      * ew/rebase:
        rebase --merge: fix for rebasing more than 7 commits.
        rebase: error out for NO_PYTHON if they use recursive merge
        Add renaming-rebase test.
        rebase: Allow merge strategies to be used when rebasing
      c5c23745
    • J
      Merge branch 'jn/web' · c3e16088
      Junio C Hamano 提交于
      * jn/web:
        gitweb: whitespace cleanup around '='
        gitweb: Use $hash_base as $search_hash if possible
        gitweb: Make use of $PATH_INFO for project parameter
        Move $gitbin earlier in gitweb.cgi
        Add git version to gitweb output
        gitweb: whitespace cleanup
        gitweb: style done with stylesheet
        gitweb: A couple of page title tweaking
        Fix: Support for the standard mime.types map in gitweb
        gitweb: add type="text/css" to stylesheet link
        Make CSS file gitweb/gitweb.css more readable
        Fix gitweb stylesheet
        Support for the standard mime.types map in gitweb
        gitweb: text files for 'blob_plain' action without charset by default
        gitweb: safely output binary files for 'blob_plain' action
        Move gitweb style to gitweb.css
      c3e16088
    • J
      Merge early parts of branch 'js/diff' · f4241c4c
      Junio C Hamano 提交于
      f4241c4c