bug report: `git stash save -u` deletes directory whose contents are .gitignored

2015-10-13 Thread lennart spitzner
hi, - `git stash save -u` deletes a directory, even though the _contents_ of that directory are .gitignored (e.g. "foo/*" in .gitignore). Detailed reproduction below. - The behaviour is not present when instead .gitignoring the directory itself (e.g. "foo"). This does imo not excuse the behaviour

appropriate mailing list for gitk patches

2014-11-13 Thread lennart spitzner
Hello folks, I have a patch for gitk. Should i send it to this list, or is there some other? git/Documentation/SubmittingPatches mentions git://ozlabs.org/~paulus/gitk (the master of which i based my commit on), but never mentions any list(s) by name (only "the Git mailing list", which i presume

[PATCH 1/1] gitk: Add support for --author-date-order

2014-11-13 Thread lennart spitzner
gitk previously allowed sort-by-committer-date. Now also allow sort-by-author-date. Separate the three options for ordering in a new line in the view-config-dialogue, using radio buttons. Signed-off-by: Lennart Spitzner --- Found this useful for displaying a history with a rebase-heavy workflow