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
751d9858
Commit
751d9858
authored
May 31, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cvs command example to show diff -rBASE.
parent
085e7c2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/tools/pgcvslog
src/tools/pgcvslog
+6
-3
No files found.
src/tools/pgcvslog
View file @
751d9858
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.
29 2006/03/15 03:24:17
momjian Exp $
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.
30 2006/05/31 10:24:29
momjian Exp $
# This utility is used to generate a compact list of changes
# for each release, bjm 2000-02-22
...
...
@@ -10,13 +10,16 @@
# all branches:
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
#
# head:
# current directory branch:
# cvs log -d'>2000-05-29 00:00:00 GMT' -rBASE .
#
# HEAD:
# cvs log -d'>2000-05-29 00:00:00 GMT' -b .
# branch:
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL8_0_STABLE .
#
# date range
# cvs log -d'2005-05-08<2005-05-29' -
b
.
# cvs log -d'2005-05-08<2005-05-29' -
rBASE
.
#
# To find branch time, look for "branches:" tag in CVS commit logs
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".
...
...
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