Skip to content

Instantly share code, notes, and snippets.

@dileks
Created April 14, 2011 15:16
Show Gist options
  • Select an option

  • Save dileks/919685 to your computer and use it in GitHub Desktop.

Select an option

Save dileks/919685 to your computer and use it in GitHub Desktop.
GIT branches and commits
sd@tbox:~/src/lll-project/kernel$ git branch -r
origin/2.6.38.2
origin/2.6.38.2-pax
origin/HEAD -> origin/2.6.38.2
sd@tbox:~/src/lll-project/kernel$ git branch
2.6.38.2
* 2.6.38.2-pax
sd@tbox:~/src/lll-project/kernel$ git format-patch origin/HEAD..HEAD
0001-Applies-pax_kernel-pipacs-2.6.38.2-0.patch.patch
0002-Fixes-the-crypto-stdrng-test.patch
0003-Applies-lll_kernel-pipacs-2.6.38.2-0.patch.patch
0004-Moved-compiler-configuration-stuff-into-Makefile.con.patch
0005-Make-use-of-our-Werror-unused-arguments-flag-to-make.patch
0006-Supress-more-warnings.patch
0007-Use-cc-option-to-prevent-no-integrated-as-from-being.patch
0008-Packaging-fixes.patch
0009-Fix-package-names-for-debian-packages.patch
0010-Fixing-an-invalid-use-of-stack_start.patch
0011-x86-Make-freg-struct-return-argument-a-call-cc-optio.patch
0012-Fix-typo-introduced-by-commit-7121014768.patch
0013-extern-inline-static-inline.patch
0014-use-cc-option-for-finline-functions.patch
0015-use-do_div-for-this-division-to-avoid-an-udivdi3-cal.patch
0016-asm-btc-btcl.patch
0017-thinkpad_acpi-avoid-nested-function.patch
0018-clang-was-still-rejecting-this-fix-it.patch
0019-remove-bogus-line-paste-error.patch
0020-rtl-8187se-8192e-8192u-8712-fix-use-of-inline-to-mat.patch
0021-Remove-the-use-of-VLAIS-in-the-gadgetfs-module.-Note.patch
0022-Fix-multiple-definition-error.patch
0023-Revert-Fix-package-names-for-debian-packages.patch
0024-Whoops-deleted-copyright-by-mistake.patch
sd@tbox:~/src/lll-project/kernel$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment