Skip to content
GitLab
Explore
Sign in
Errors in git-help.c
Code
Review changes
Check out branch
Download
Patches
Plain diff
Florin Mihalache
requested to merge
florin.mihalache/git-tutorial:help
into
help
Mar 30, 2019
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
Fixed the following errors in git-help.c:
argc overflow (decremented argc in order to access the last command argument)
incremented the size for malloc
Merge request reports
Loading