diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-05-03 08:51:02 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-03 10:22:56 -0700 |
commit | 853907097af803c595f0c12fc355c907702eb7c8 (patch) | |
tree | 0f8da316310b0d1c334f3bf962b2c92b66148a7a /t/t4013/diff.log_-m_-p_master | |
parent | d240d4102103215e9fe38431b1702a4024d2f1a7 (diff) | |
download | git-853907097af803c595f0c12fc355c907702eb7c8.tar.gz |
archive-tar: unindent write_tar_entry by one level
It's used to be
if (!sha1) {
...
} else if (!path) {
...
} else {
...
}
Now that the first two blocks are no-op. We can remove the if/else
skeleton and put the else block back by one indent level.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.log_-m_-p_master')
0 files changed, 0 insertions, 0 deletions