added git hist command
authorAlma Dejus <almde515@student.liu.se>
Sat, 28 Oct 2023 13:50:32 +0000 (15:50 +0200)
committerAlma Dejus <almde515@student.liu.se>
Sat, 28 Oct 2023 13:50:32 +0000 (15:50 +0200)
mail.md

diff --git a/mail.md b/mail.md
index 4e9e4e7d79c2d9f95094184fb0a22dd9781f4de5..a961a1aa35c4d0db7486d78769fb55ca980c8c38 100644 (file)
--- a/mail.md
+++ b/mail.md
@@ -5,4 +5,40 @@
 3. Skriv in en länk till ert projekt i gitlab:
 https://gitlab.liu.se/nilfo359/lab3_calculator
 4. Klistra in utdata från git kommando:
-git --no-pager log --all --graph --oneline --decorate
\ No newline at end of file
+```
+git --no-pager log --all --graph --oneline --decorate
+* cdb438c (HEAD -> main, origin/main, origin/HEAD) Added smart pointers
+* b618a70 (origin/almde515, almde515) added mail
+* 6d3ab07 fixed memory leaks and testing
+* 84bb01b added loads of tests
+* b165568 Changed from reference to pointer
+*   f0ffcd6 merged and fixed conflict
+|\  
+| * b58fae2 (origin/nilfo359, nilfo359) Added comment
+* | efa2627 Added another comment
+|/  
+*   884d0ff merged
+|\  
+| * 7bfb793 Added new testcase
+* | 5beef89 Added new testcase
+|/  
+* 29807f1 removed unessesary code
+* 81a2e85 testcommit2
+* 008e4df testcommit
+* f0dff76 Added destructors and memory management
+* 13028eb Changed operator parsing and added more string functionality
+* 28e5d26 Added main file
+* d608d04 Restructuring
+* 0b29d1a Implemented expression tree
+* 126b168 Restructuring
+* 54e32ad removed alias.txt
+* 5d8c69c Added gitignore
+* 43b9ad3 Added compound ex tests
+* be8e043 Committing test file
+* d9c7ca9 Added infix and prefix and some tests
+* f377c6c Project structure and task 3-7
+* d8b264e moved some files
+* a0567f6 added files
+* 888008f anteckningar uppgift 1
+* 2c29af0 Initial commit
+```
\ No newline at end of file