Don't like ads? PRO users don't see any ads ;-)
Guest

log git problem

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 3.47 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/CVE-2012-0056.patch
  2. rm 'kernels/linux-libre-aufs_friendly/CVE-2012-0056.patch'
  3. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/fix-i915.patch
  4. rm 'kernels/linux-libre-aufs_friendly/fix-i915.patch'
  5. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/i915-gpu-finish.patch
  6. rm 'kernels/linux-libre-aufs_friendly/i915-gpu-finish.patch'
  7. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/i915-fix-
  8. i915-fix-ghost-tv-output.patch          i915-fix-incorrect-error-message.patch  
  9. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/i915-fix-incorrect-error-message.patch
  10. rm 'kernels/linux-libre-aufs_friendly/i915-fix-incorrect-error-message.patch'
  11. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/dib0700-fix.patch
  12. rm 'kernels/linux-libre-aufs_friendly/dib0700-fix.patch'
  13. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/iwlagn-fix-NULL-pointer-dereference.patch
  14. rm 'kernels/linux-libre-aufs_friendly/iwlagn-fix-NULL-pointer-dereference.patch'
  15. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/md-raid10-fix-bug-when-activating-a-hot-spare.patch
  16. rm 'kernels/linux-libre-aufs_friendly/md-raid10-fix-bug-when-activating-a-hot-spare.patch'
  17. [andre@pc-01 abslibre]$ git rm kernels/linux-libre-aufs_friendly/usb-add-reset-resume-quirk-for-several-webcams.patch
  18. rm 'kernels/linux-libre-aufs_friendly/usb-add-reset-resume-quirk-for-several-webcams.patch'
  19. [andre@pc-01 abslibre]$ git commit -m "linux-libre-aufs_friendly: deleting unnecessary files"
  20. [master b9ebd16] linux-libre-aufs_friendly: deleting unnecessary files
  21.  Committer: AndrĂ© Fabian Silva Delgado <andre@pc-01.localdomain>
  22. Your name and email address were configured automatically based
  23. on your username and hostname. Please check that they are accurate.
  24. You can suppress this message by setting them explicitly:
  25.  
  26.     git config --global user.name "Your Name"
  27.     git config --global user.email you@example.com
  28.  
  29. After doing this, you may fix the identity used for this commit with:
  30.  
  31.     git commit --amend --reset-author
  32.  
  33.  8 files changed, 2035 deletions(-)
  34.  delete mode 100644 kernels/linux-libre-aufs_friendly/CVE-2012-0056.patch
  35.  delete mode 100644 kernels/linux-libre-aufs_friendly/dib0700-fix.patch
  36.  delete mode 100644 kernels/linux-libre-aufs_friendly/fix-i915.patch
  37.  delete mode 100644 kernels/linux-libre-aufs_friendly/i915-fix-incorrect-error-message.patch
  38.  delete mode 100644 kernels/linux-libre-aufs_friendly/i915-gpu-finish.patch
  39.  delete mode 100644 kernels/linux-libre-aufs_friendly/iwlagn-fix-NULL-pointer-dereference.patch
  40.  delete mode 100644 kernels/linux-libre-aufs_friendly/md-raid10-fix-bug-when-activating-a-hot-spare.patch
  41.  delete mode 100644 kernels/linux-libre-aufs_friendly/usb-add-reset-resume-quirk-for-several-webcams.patch
  42. [andre@pc-01 abslibre]$ git push
  43. Counting objects: 7, done.
  44. Delta compression using up to 2 threads.
  45. Compressing objects: 100% (4/4), done.
  46. Writing objects: 100% (4/4), 413 bytes, done.
  47. Total 4 (delta 3), reused 0 (delta 0)
  48. To ssh://git@parabolagnulinux.org:1863/srv/git/abslibre.git
  49.    e0b9529..b9ebd16  master -> master
  50. [andre@pc-01 abslibre]$ git pull
  51. Already up-to-date.
  52. [andre@pc-01 abslibre]$ git submodule init
  53. Submodule 'libre/systemd' () registered for path 'libre/systemd'
  54. [andre@pc-01 abslibre]$ git submodule update
  55. fatal: Needed a single revision
  56. Unable to find current revision in submodule path 'libre/systemd'