20 Oct, 2007

2 commits

  • Most of these fixes were already submitted for old kernel versions, and were
    approved, but for some reason they never made it into the releases.

    Because this is a consolidation of a couple old missed patches, it touches both
    Kconfigs and documentation texts.

    Signed-off-by: Matt LaPlante
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     
  • Changed email address of Johann Deneux (myself)
    Also removed CVS tags in comments (no longer using cvs)

    Signed-off-by: Johann Deneux
    Signed-off-by: Adrian Bunk

    Johann Deneux
     

21 Sep, 2007

1 commit

  • Emil Medve points out that this documentation file uses CRLF line
    endings, which means that if you use

    [core]
    autocrlf=input

    (which makes sense if you ever develop under Windows, for example, or if
    you use other broken tools) in your git config, git will always complain
    about the file being dirty.

    This removes the bogus DOS line endings, and removes whitespace at the
    end of line.

    Cc: Emil Medve
    Signed-off-by: Linus Torvalds

    Linus Torvalds
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds