Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Side by Side Diff: man/src/git-footers.demo.1.sh

Issue 521033002: Added git footers tool to parse conventional metadata from git commits (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Review comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « man/src/git-footers.txt ('k') | tests/git_footers_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/usr/bin/env bash
2 . demo_repo.sh
3
4 add deleted_file
5 add unstaged_deleted_file
6 add modified_file
7 c 'I commited this and am proud of it.
8
9 Cr-Commit-Position: refs/heads/master@{#292272}
10 Tech-Debt-Introduced: 17 microMSOffices
11 Tech-Debt-Introduced: -4 microMSOffices'
12
13 run git footers HEAD
14 run git footers --key Tech-Debt-Introduced HEAD
15 run git footers --position HEAD
16 run git footers --position-num HEAD
17 run git footers --position-ref HEAD
OLDNEW
« no previous file with comments | « man/src/git-footers.txt ('k') | tests/git_footers_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698