Loading class6_homework/524836.txt 0 → 100644 +27 −0 Original line number Diff line number Diff line # Question 1 git log --oneline --after="2025-03-01" --before="2025-03-25" --merges | wc -l 17 # Question 2 git log --grep="add bonus task info in README.md" Irina Gulina # Question 3 tig Pretty much all commits have sufficient titles/bodies in my opinion, however commit with the hash `46ff88286c5f87ec8c2c0628524d164f3e451aeb`, named `fix hw05 task`, could be more descriptive, as it's not clear what in the 5th homework was fixed. # Question 4 git checkout 069847a71c85fa041e129241dc2a0da135848ebd~2^2 # Question 5 git shortlog --before="2025-03-23" -sne | wc -l 14 # Question 6 git log --name-status HEAD~..ab7f44d0bf6d575c951582917b5a7e5d2721ba5c | tail -n 1 # Question 7 git log -p -S"**Grading**: successfully complete 5 mandatory homeworks, or 4/5 homeworks plus a bonus task" Initially commit `7b8a2ce`, but commit `35c747b` also did when specifing this homework. No newline at end of file Loading
class6_homework/524836.txt 0 → 100644 +27 −0 Original line number Diff line number Diff line # Question 1 git log --oneline --after="2025-03-01" --before="2025-03-25" --merges | wc -l 17 # Question 2 git log --grep="add bonus task info in README.md" Irina Gulina # Question 3 tig Pretty much all commits have sufficient titles/bodies in my opinion, however commit with the hash `46ff88286c5f87ec8c2c0628524d164f3e451aeb`, named `fix hw05 task`, could be more descriptive, as it's not clear what in the 5th homework was fixed. # Question 4 git checkout 069847a71c85fa041e129241dc2a0da135848ebd~2^2 # Question 5 git shortlog --before="2025-03-23" -sne | wc -l 14 # Question 6 git log --name-status HEAD~..ab7f44d0bf6d575c951582917b5a7e5d2721ba5c | tail -n 1 # Question 7 git log -p -S"**Grading**: successfully complete 5 mandatory homeworks, or 4/5 homeworks plus a bonus task" Initially commit `7b8a2ce`, but commit `35c747b` also did when specifing this homework. No newline at end of file