Skip to content
Snippets Groups Projects
  1. Feb 22, 2011
  2. Mar 23, 2010
  3. Mar 13, 2010
  4. Mar 06, 2010
  5. Jan 11, 2010
  6. Dec 12, 2009
  7. Nov 30, 2009
  8. Jun 26, 2009
  9. Jun 14, 2009
  10. Jun 12, 2009
  11. Jun 09, 2009
  12. Apr 19, 2009
    • Sam Ravnborg's avatar
      kbuild: support include/generated · f14875a3
      Sam Ravnborg authored
      
      We need a location for generated files.
      Today they are spread over several places and bringing them
      together to a common place makes it obvious hat is generated
      and what isreal files.
      
      Al Viro originally suggested: include/gen
      Linus suggested to spell it out.
      
      This patch implement support for
      
          include/generated
      
      All files in include/generated are ignored by git.
      include/generated is removed during "make mrproper".
      
      With this we are ready to implement support for include/generated
      in the various architctures and in the base kernel.
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Al Viro <viro@ZenIV.linux.org.uk>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      f14875a3
  13. Jun 29, 2008
  14. Jun 18, 2008
  15. May 25, 2008
  16. May 11, 2008
    • S.Çağlar Onur's avatar
      Remove *.rej pattern from .gitignore · 1f5d3a6b
      S.Çağlar Onur authored
      
      With commit 3f1b0e1f ".gitignore update"
      Linus's current git tree starts to ignore any "*.rej" files.
      So "git status" no longer shows these files, but the ones who works with
      quilt patchsets, this not makes life easier as expected.
      Because sometimes a work flow (at least for me) requires
      "quilt push -f" followed by "git status" to see unresolved merge
      conflicts, work on these conflicts to correct them and finalize
      the patch with "quilt refresh".
      
      And if there are some "*.rej" files exists in tree, for whatever
      reason, this means something goes really wrong there and i think
      this situation not deserves to be ignored.
      
      Signed-off-by: default avatarS.Çağlar Onur <caglar@pardus.org.tr>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      1f5d3a6b
  17. May 01, 2008
  18. Apr 25, 2008
  19. Mar 05, 2008
  20. Jan 28, 2008
  21. Oct 19, 2007
  22. Oct 17, 2007
  23. Jul 31, 2007
  24. Jul 20, 2007
  25. Jul 16, 2007
  26. Dec 22, 2006
  27. Nov 13, 2006
  28. Sep 16, 2006
  29. Aug 01, 2006
  30. Mar 21, 2006
Loading