Re: [git-users] Weird commit order in "git log", commits missing etc. ...

2014-03-07 Thread Konstantin Khomoutov
On Fri, 7 Mar 2014 02:14:09 -0800 (PST) tombert wrote: > I am doing a clone from https://github.com/tcltk/tcl and trying to > create a changelog file from the git history. > > When doing: > ># git log a45650c^..0fb4a39 --pretty="format:%h" --reverse > test.txt > I get 10140 lines of commits. >

Re: [git-users] Weird commit order in "git log", commits missing etc. ...

2014-03-07 Thread Dale R. Worley
> From: tombert > > I am doing a clone from https://github.com/tcltk/tcl and trying to create a > changelog file from the git history. > > When doing: > ># git log a45650c^..0fb4a39 --pretty="format:%h" --reverse > test.txt > I get 10140 lines of commits. > [...] I'm not an expert, but IIRC, a

[git-users] Weird commit order in "git log", commits missing etc. ...

2014-03-07 Thread tombert
I am doing a clone from https://github.com/tcltk/tcl and trying to create a changelog file from the git history. When doing: ># git log a45650c^..0fb4a39 --pretty="format:%h" --reverse > test.txt I get 10140 lines of commits. When doing ># git log 021bae7^..0fb4a39 --pretty="format:%h" --reverse