Skip to content

Commit 132fc12

Browse files
author
Ventsyslav Vassilev
committed
Upstream changes
2 parents c4ef175 + ab3dabe commit 132fc12

File tree

9 files changed

+19
-18
lines changed

9 files changed

+19
-18
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,23 @@ body:
88
description: Please search to see if an issue already exists for the bug you encountered.
99
options:
1010
- label: I have searched the existing issues
11-
validations:
12-
required: true
11+
required: true
1312

1413
- type: checkboxes
1514
attributes:
1615
label: This report is about a single actionable bug.
1716
description: Please create one issue per bug, split up your bug reports if needed.
1817
options:
1918
- label: I'm reporting a single actionable bug
20-
validations:
21-
required: true
19+
required: true
2220

2321
- type: checkboxes
2422
attributes:
2523
label: This report is about the ProGit book, version 2, English language.
2624
description: Bug reports about translations or the first version of the book are not accepted.
2725
options:
2826
- label: This bug is not about a translation or old version
29-
validations:
30-
required: true
27+
required: true
3128

3229
- type: checkboxes
3330
attributes:

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212

1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1

.github/workflows/release-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
1414

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Git има начини за изпълнение по подразбиране
6666
|Textmate |`git config --global core.editor "mate -w"`
6767
|Textpad (Windows 64-bit) |`git config --global core.editor "'C:/Program Files/TextPad 5/TextPad.exe' -m` (вижте забележката отдолу)
6868
|UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`
69-
|Vim |`git config --global core.editor "vim"`
69+
|Vim |`git config --global core.editor "vim --nofork"`
7070
|Visual Studio Code |`git config --global core.editor "code --wait"`
7171
|VSCodium (Free/Libre Open Source Software Binaries of VSCode) | `git config --global core.editor "codium --wait"`
7272
|WordPad |`git config --global core.editor '"C:\Program Files\Windows NT\Accessories\wordpad.exe"'"`

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ source 'https://rubygems.org'
33
gem 'rake', '13.0.6'
44
gem 'asciidoctor', '2.0.16'
55

6-
gem 'json', '2.5.1'
6+
gem 'json', '2.6.1'
77
gem 'awesome_print', '1.9.2'
88

99
gem 'asciidoctor-epub3', '1.5.1'
10-
gem 'asciidoctor-pdf', '1.6.0'
10+
gem 'asciidoctor-pdf', '1.6.1'
1111

1212
gem 'coderay', '1.1.3'
1313
gem 'pygments.rb', '2.2.0'
1414
gem 'thread_safe', '0.3.6'
1515
gem 'epubcheck-ruby', '4.2.6.0'
16-
gem 'html-proofer', '3.19.2'
16+
gem 'html-proofer', '3.19.3'
1717
gem 'kindlegen', '3.1.1'

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Reporting a security issue
2+
3+
If you find any security issue or vulnerability, please email [[email protected]](mailto:[email protected]) with your report.
4+
5+
Do not open a issue on the `progit/progit2` repository or discuss the vulnerability in public.

book/07-git-tools/sections/credentials.asc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
Недостатъкът е, че паролите ви се съхраняват в чист текст в домашната директория.
2020
* Ако използвате Mac, Git предлага "`osxkeychain`" режим, при който данните за достъп се съхраняват в защитена keychain прикрепена към системния ви акаунт.
2121
Този метод пази данните на диска, те остават валидни, но са криптирани със същата система, която съхранява HTTPS сертификати и auto-fill данните на браузъра Safari.
22-
* Под Windows, можете да инсталирате helper наречен "`Git Credential Manager for Windows.`"
23-
Това е подобно на "`osxkeychain`", но използва Windows Credential Store за контрол на поверителната информация.
24-
Може да се намери на https://github.com/Microsoft/Git-Credential-Manager-for-Windows[].
22+
* Ако използвате Windows, macOS или Linux, можете да инсталирате помощния инструмент https://github.com/GitCredentialManager/git-credential-manager["`Git Credential Manager`"].
23+
Той използва нативни за операционната система data stores за да контролира сензитивна информация.
2524

2625
Избирате един от тези методи чрез конфигурацията на Git:
2726

book/10-git-internals/sections/maintenance.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cac0cab538b970a37ea1e769cbbde608743bc96d refs/tags/v1.0
6767
[source,console]
6868
----
6969
$ git log --pretty=oneline
70-
ab1afef80fac8e34258ff41fc1b867c702daa24b Modify repo a bit
70+
ab1afef80fac8e34258ff41fc1b867c702daa24b Modify repo.rb a bit
7171
484a59275031909e19aadb7c92262719cfcdf19a Create repo.rb
7272
1a410efbd13591db07496601ebc7a059dd55cfe9 Third commit
7373
cac0cab538b970a37ea1e769cbbde608743bc96d Second commit

book/A-git-in-other-environments/sections/zsh.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ autoload -Uz vcs_info
2828
precmd_vcs_info() { vcs_info }
2929
precmd_functions+=( precmd_vcs_info )
3030
setopt prompt_subst
31-
RPROMPT=\$vcs_info_msg_0_
32-
# PROMPT=\$vcs_info_msg_0_'%# '
31+
RPROMPT='${vcs_info_msg_0_}'
32+
# PROMPT='${vcs_info_msg_0_}%# '
3333
zstyle ':vcs_info:git:*' formats '%b'
3434
----
3535

0 commit comments

Comments
 (0)