]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4100/t-apply-5.expect
perl: bump the required Perl version to 5.8 from 5.6.[21]
[thirdparty/git.git] / t / t4100 / t-apply-5.expect
CommitLineData
fae22ac9
JH
1 Documentation/git-rpull.txt | 50 -------------------
2 Documentation/git-rpush.txt | 30 ------------
3 Documentation/git-ssh-pull.txt | 50 +++++++++++++++++++
4 Documentation/git-ssh-push.txt | 30 ++++++++++++
5 Documentation/git.txt | 6 +-
6 Makefile | 6 +-
7 rpull.c | 83 --------------------------------
8 rpush.c | 104 ----------------------------------------
9 ssh-pull.c | 83 ++++++++++++++++++++++++++++++++
10 ssh-push.c | 104 ++++++++++++++++++++++++++++++++++++++++
11 10 files changed, 273 insertions(+), 273 deletions(-)
12 delete Documentation/git-rpull.txt
13 delete Documentation/git-rpush.txt
14 create Documentation/git-ssh-pull.txt
15 create Documentation/git-ssh-push.txt
16 delete rpull.c
17 delete rpush.c
18 create ssh-pull.c
19 create ssh-push.c