Guest User

Untitled

a guest
Oct 14th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Subject: historial question: the first commits (is the conversion screwed?)
  2. From: Uwe Brauer <[email protected]>
  3. Date: Sat, 17 Aug 2019 13:02:37 +0200
  4.  
  5.  
  6. Hi
  7.  
  8. I know that Emacs used various VC systems, RCS, CVS, BZR and finally
  9. git.
  10.  
  11. I got interested in the first commits, so I run
  12. either
  13.  
  14. git log --reverse
  15.  
  16. Or since I converted the repo to mercurial
  17.  
  18. hg up 1
  19.  
  20. In both cases I see:
  21.  
  22. ommit ce5584125c44a1a2fbb46e810459c50b227a95e2
  23. Author: Jim Blandy <[email protected]>
  24. Date: Thu Apr 18 00:48:29 1985 +0000
  25.  
  26. entered into RCS
  27.  
  28. commit ff9c6df4b0766bef72f6b1f4c8fca65737d9ad6b
  29. Author: Jim Blandy <[email protected]>
  30. Date: Sat Dec 14 16:58:10 1985 +0000
  31.  
  32. Initial revision
  33.  
  34. What puzzles me, is that there were so few commits when starting the
  35. project and
  36.  
  37. Jim Blandy <[email protected]>
  38.  
  39. redhat in 1985, really?
  40.  
  41. From wikipedia:
  42. Founded in 1993, Red Hat has its corporate headquarters
  43.  
  44. This is not really a serious issue, but I wondered whether the
  45. conversion process worked reliable, at least for the first commits.
  46.  
  47. Regards
  48.  
  49. Uwe Brauer
Advertisement
Add Comment
Please, Sign In to add comment