FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
OneScript/gitlog.cmd at develop · EvilBeaver/OneScript · GitHub
EvilBeaver
/
OneScript
Public
Notifications
You must be signed in to change notification settings
Fork
119
Star
576
Code
Issues
98
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
OneScript
/
gitlog.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (8 loc) · 170 Bytes
Breadcrumbs
OneScript
/
gitlog.cmd
Copy path
File metadata and controls
11 lines (8 loc) · 170 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
@
echo
off
if
[
%1
]
==
[] (
echo
No tagname specified
exit
/B
1
)
set
LC_ALL
=
C.UTF-8
set
TAGNAME
=
%1
git --no-pager log --pretty=
"
*
%%
s
"
--no-merges
%TAGNAME%
..HEAD
Back
|
FazBrowse Home
|
New Git URL