Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuration requirements for `git` and `git_am` can be different enough so that that these two should not share the setup routine in it's entirety [1]. On the other hand, some parts of the setup can (and should) be kept same in both approaches. [1]: #3472 This splits the `%__scm_setup_git` macro into several named steps, which are then combined as needed. It also implements the first difference between `git` and `git_am` – the author is no longer configured when using `git_am`.
- Loading branch information