Re: [PATCH v3 2/2] rebase -i: save only original commit sha1 to save author information

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Christian Couder wrote:

> +                       GIT_AUTHOR_NAME="$author_ident_name" \
> +                       GIT_AUTHOR_EMAIL="$author_ident_email" \
> +                       GIT_AUTHOR_DATE="$author_ident_date" \
>                         $USE_OUTPUT git commit --no-verify \
>                                 $MSG_OPT "$EDIT_OR_FILE" || failed=t

Why not use 'git commit -C $(cat "$SAVED_COMMIT") ...' ?

-- 
Jakub Narebski
Poland
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]