log_--decorate=full_--decorate-all_--all
61 lines
1.55 KB
| 1 | $ git log --decorate=full --decorate-all --all |
| 2 | commit b7e0bc69303b488b47deca799a7d723971dfa6cd (refs/heads/mode) |
| 3 | Author: A U Thor <author@example.com> |
| 4 | Date: Mon Jun 26 00:06:00 2006 +0000 |
| 5 | |
| 6 | update mode |
| 7 | |
| 8 | commit a6f364368ca320bc5a92e18912e16fa6b3dff598 (refs/heads/note) |
| 9 | Author: A U Thor <author@example.com> |
| 10 | Date: Mon Jun 26 00:06:00 2006 +0000 |
| 11 | |
| 12 | update mode (file2) |
| 13 | |
| 14 | Notes: |
| 15 | note |
| 16 | |
| 17 | commit cd4e72fd96faed3f0ba949dc42967430374e2290 (refs/heads/rearrange) |
| 18 | Author: A U Thor <author@example.com> |
| 19 | Date: Mon Jun 26 00:06:00 2006 +0000 |
| 20 | |
| 21 | Rearranged lines in dir/sub |
| 22 | |
| 23 | commit cbacedd14cb8b89255a2c02b59e77a2e9a8021a0 (refs/notes/commits) |
| 24 | Author: A U Thor <author@example.com> |
| 25 | Date: Mon Jun 26 00:06:00 2006 +0000 |
| 26 | |
| 27 | Notes added by 'git notes add' |
| 28 | |
| 29 | commit 59d314ad6f356dd08601a4cd5e530381da3e3c64 (HEAD -> refs/heads/main) |
| 30 | Merge: 9a6d494 c7a2ab9 |
| 31 | Author: A U Thor <author@example.com> |
| 32 | Date: Mon Jun 26 00:04:00 2006 +0000 |
| 33 | |
| 34 | Merge branch 'side' |
| 35 | |
| 36 | commit c7a2ab9e8eac7b117442a607d5a9b3950ae34d5a (refs/heads/side) |
| 37 | Author: A U Thor <author@example.com> |
| 38 | Date: Mon Jun 26 00:03:00 2006 +0000 |
| 39 | |
| 40 | Side |
| 41 | |
| 42 | commit 9a6d4949b6b76956d9d5e26f2791ec2ceff5fdc0 |
| 43 | Author: A U Thor <author@example.com> |
| 44 | Date: Mon Jun 26 00:02:00 2006 +0000 |
| 45 | |
| 46 | Third |
| 47 | |
| 48 | commit 1bde4ae5f36c8d9abe3a0fce0c6aab3c4a12fe44 |
| 49 | Author: A U Thor <author@example.com> |
| 50 | Date: Mon Jun 26 00:01:00 2006 +0000 |
| 51 | |
| 52 | Second |
| 53 | |
| 54 | This is the second commit. |
| 55 | |
| 56 | commit 444ac553ac7612cc88969031b02b3767fb8a353a (refs/heads/initial) |
| 57 | Author: A U Thor <author@example.com> |
| 58 | Date: Mon Jun 26 00:00:00 2006 +0000 |
| 59 | |
| 60 | Initial |
| 61 | $ |