Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537870
Collapse All | Expand All

(-)a/Makefile (-1 lines)
Lines 43-49 SCRIPT_FILES+=git-flow-version Link Here
43
SCRIPT_FILES+=git-flow-log
43
SCRIPT_FILES+=git-flow-log
44
SCRIPT_FILES+=git-flow-config
44
SCRIPT_FILES+=git-flow-config
45
SCRIPT_FILES+=gitflow-common
45
SCRIPT_FILES+=gitflow-common
46
SCRIPT_FILES+=gitflow-shFlags
47
46
48
# Hook files
47
# Hook files
49
HOOK_FILES=$(wildcard hooks/*)
48
HOOK_FILES=$(wildcard hooks/*)
(-)a/git-flow (-1 / +1 lines)
Lines 111-117 main() { Link Here
111
	fi
111
	fi
112
112
113
	# Use the shFlags project to parse the command line arguments
113
	# Use the shFlags project to parse the command line arguments
114
	. "$GITFLOW_DIR/gitflow-shFlags"
114
	. /usr/share/misc/shflags
115
	FLAGS_PARENT="git flow"
115
	FLAGS_PARENT="git flow"
116
116
117
	# Load common functionality
117
	# Load common functionality

Return to bug 537870