Thread (40 messages) flat view 40 messages, 12 authors, 2016-06-15

Re: What's cooking in git.git (topics)

From: Jeff King <hidden>
Date: 2016-06-15 22:43:56

Possibly related (same subject, not in this thread)

On Wed, Dec 05, 2007 at 12:10:04PM +0100, Jakub Narebski wrote:
Junio C Hamano wrote:
quoted
* jk/builtin-alias (Fri Nov 30 11:22:58 2007 -0500) 1 commit
 + Support builtin aliases

Cute hack.  I'd like to have "git less" here.
I guess that "git whatchanged" can be implemented also as builtin alias.
If you are thinking of

  [alias]
    whatchanged = log --raw --full-history

it does not quite work. git-log unconditionally sets --always, and there
is no command line option to turn it off. In most cases you could get an
approximation by using --no-merges, but it would still show commits that
actually have no tree change (there are 2 in git.git).

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help