Lines Matching full:fixup
843 c26e1be7a fixup! tutorial
844 1e24a5fb5 (me/tutorial-rebase) fixup! tutorial
845 568a3f7be fixup! tutorial
897 pick 568a3f7be fixup! tutorial
898 pick 1e24a5fb5 fixup! tutorial
899 pick c26e1be7a fixup! tutorial
919 The commands I am going to use are +reword+ and +fixup+. The +reword+ command
920 allows you to edit a single commit's message. The 'fixup' command 'squashes' a
922 one. The commit which has +fixup+ applied has its commit message deleted. If
929 fixup 568a3f7be fixup! tutorial
930 fixup 1e24a5fb5 fixup! tutorial
931 fixup c26e1be7a fixup! tutorial
932 fixup bb0332bd7 tutorial: Fix review problems
933 fixup 152d39fe7 tutorial: Start Submitting patch section
934 fixup 276edecab tutorial: Save changes before rebase
945 So all the commits marked with +fixup+ will be re-played by Git immediately