-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitsynch
28 lines (28 loc) · 968 Bytes
/
.gitsynch
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
##############################################################################
##
## Copyright (c) 2020-2024 Frank Eskesen.
##
## This file is free content, distributed under the MIT license.
## (See accompanying file LICENSE.MIT or the original contained
## within https://opensource.org/licenses/MIT)
##
##############################################################################
##
## Title-
## ~/.gitsynch
##
## Purpose-
## Time/date/version marker for maint branch merge operation.
##
## Last change date-
## 2024/12/24 18:00
##
## Implementation note-
## DO NOT UPDATE THE CHANGE DATE WITHOUT RUNNING REGRESSION TESTS!
##
## The "~/bat/gitsynch maint" script changes the last modification time
## and date for files modified or moved since the prior gitsynch.
##
## This file serves as a reminder of that fact.
##
##############################################################################