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.diff_--stat_initial..side | |
| parent | archive-tar: turn write_tar_entry into blob-writing only (diff) | |
| download | git-853907097af803c595f0c12fc355c907702eb7c8.tar.gz git-853907097af803c595f0c12fc355c907702eb7c8.zip | |
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.diff_--stat_initial..side')
0 files changed, 0 insertions, 0 deletions
