From: Alma Dejus Date: Sat, 28 Oct 2023 13:50:32 +0000 (+0200) Subject: added git hist command X-Git-Url: https://gitweb.forssennils.se/?a=commitdiff_plain;h=b7769a18530ba2304d121596d7d14ebb7603ebd1;p=TDDC76.git added git hist command --- diff --git a/mail.md b/mail.md index 4e9e4e7..a961a1a 100644 --- 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