aboutsummaryrefslogtreecommitdiff
path: root/t/t9826-git-p4-keep-empty-commits.sh
Commit message (Collapse)AuthorAge
* git-p4: clean-up code style in testsJan Durovec2016-04-19
| | | | | | | | | | Preliminary clean-up of testing libraries for git-p4. * spaces added to both sides of () in function definitions in lib-git-p4 * tab indentation added to git-p4 tests when <<- redirection is used Signed-off-by: Jan Durovec <jan.durovec@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* git-p4: add option to keep empty commitsLars Schneider2015-12-10
A changelist that contains only excluded files due to a client spec was imported as an empty commit. Fix that issue by ignoring these commits. Add option "git-p4.keepEmptyCommits" to make the previous behavior available. Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Helped-by: Pete Harlan Acked-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>