File: frob-140-git-log.txt

package info (click to toggle)
rust-sequoia-git 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,580 kB
  • sloc: sh: 367; makefile: 32
file content (36 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
bob$ git log --decorate --pretty=short --graph
*   commit b009000000000000000000000000000000000000 (HEAD -> main)
|\  Merge: b005000 b006000
| | Author: Bob <bob@example.org>
| | 
| |     Merge Carol's change
| | 
| * commit b006000000000000000000000000000000000000 (carol/vroom)
|/  Author: Carol <carol@example.org>
|   
|       Use an O(log(n)) algorithm instead of one that takes O(n).
| 
* commit b005000000000000000000000000000000000000
| Author: Bob <bob@example.org>
| 
|     Add support for ACME's frob.
| 
* commit b004000000000000000000000000000000000000
| Author: Bob <bob@example.org>
| 
|     Fix a corner case.
| 
* commit b003000000000000000000000000000000000000
| Author: Bob <bob@example.org>
| 
|     Add a cool new feature.
| 
* commit b002000000000000000000000000000000000000
| Author: Alice <alice@example.org>
| 
|     Authorize Bob to be a release manager.
| 
* commit b001000000000000000000000000000000000000
  Author: Alice <alice@example.org>
  
      Add a signing policy.