Including all commits during merge

Is there any way to merge with all the commits in the merge in master?
I want to have the commits so I can look back on which commit did what.

1 Like

This is the default behavior.

See this example: https://github.com/nafi-lang/rust-nafi/commit/67bf58605e9f483a4799d014ee69f518772df153

6 parents 1c1965e + 07bf20a + 11fc3a7 + 320033d + 62e2c9a + 47df3bc

If you look at the commit list, all of the r+'d commits are there.

https://github.com/TheDaedalusCrew/Daedalus-of-Freedom/commit/006736c0e825c21a5ed34f689eab5db3410a9168

This one doesn't have seperate commits

Nevermind, Iā€™m blind.

1 Like