1
0
mirror of https://github.com/git/git.git synced 2024-09-27 08:41:11 +02:00
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2023-08-21 09:34:58 -07:00
parent 915e51b74e
commit 43c8a30d15
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ UI, Workflows & Features
otherwise unreachable objects in cruft packs. otherwise unreachable objects in cruft packs.
* Add more "git var" for toolsmiths to learn various locations Git is * Add more "git var" for toolsmiths to learn various locations Git is
configured with either via the configuration or hardcoded defaults. configured with either via the configuration or hard-coded defaults.
* 'git notes append' was taught '--separator' to specify string to insert * 'git notes append' was taught '--separator' to specify string to insert
between paragraphs. between paragraphs.

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.42.0-rc2 DEF_VER=v2.42.0
LF=' LF='
' '