Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b6eab50c
Commit
b6eab50c
authored
Sep 07, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pgcvslog comments.
parent
a0e87ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/tools/pgcvslog
src/tools/pgcvslog
+6
-5
No files found.
src/tools/pgcvslog
View file @
b6eab50c
#!/bin/sh
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.3
0 2006/05/31 10:24:29
momjian Exp $
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.3
1 2006/09/07 18:13:56
momjian Exp $
# This utility is used to generate a compact list of changes
# This utility is used to generate a compact list of changes
# for each release, bjm 2000-02-22
# for each release, bjm 2000-02-22
# Usage $0 file
# Usage $0 file
#
a
ll branches:
#
A
ll branches:
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
#
#
#
current directory branch
:
#
Branch of current directory
:
# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
#
#
# HEAD:
# HEAD:
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
# branch:
#
# Branch:
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
#
#
#
d
ate range
#
D
ate range
# cvs log -d'2005-05-08<2005-05-29' -rBASE .
# cvs log -d'2005-05-08<2005-05-29' -rBASE .
#
#
# To find branch time, look for "branches:" tag in CVS commit logs
# To find branch time, look for "branches:" tag in CVS commit logs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment