|
From: Miro K. <mir...@gm...> - 2018-03-20 05:47:49
|
Hi David, But I still don't understand why git sometime shows me Alan's branch > history and sometimes main branch history. > To be completely honest, I don't know the rules either. What I do know is that if I'm interested in a file's history the way you are and I can't use my favourite UI tool, I use "git log --first-parent --no-merges" command. That way I usually get satisfactory results without all that parent/merge commit crap. If you try it on your two files you'll see it makes much more sense now. Maybe someone with better git knowledge can explain the finer details? -- MiKRO / Mystic Bytes http://mikro.atari.org |