git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] revision: --ancestry-path, take 2
@ 2010-06-03 23:17 Johan Herland
  2010-06-03 23:17 ` [PATCH 1/5] Documentation/rev-list-options.txt: Fix missing line in example history graph Johan Herland
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Johan Herland @ 2010-06-03 23:17 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, johan

Hi,

This is an attempt to resurrect the --ancestry-path patch that Junio
provided on 2010-04-21. In addition to his original patch, I've added
a fix for the interaction between --ancestry-path and history
simplification, plus documentation and a couple of other small fixes.

I'm unsure if there are more bugs/problems in the interaction between
--ancestry-path and other rev-list options that I'm not yet aware of.


Have fun! :)

...Johan


Johan Herland (4):
  Documentation/rev-list-options.txt: Fix missing line in example history graph
  Documentation/rev-list-options.txt: Explain --ancestry-path
  revision: Fix typo in --ancestry-path error message
  revision: Turn off history simplification in --ancestry-path mode

Junio C Hamano (1):
  revision: --ancestry-path

 Documentation/rev-list-options.txt |   52 ++++++++++++++++-
 revision.c                         |  107 ++++++++++++++++++++++++++++++++++++
 revision.h                         |    1 +
 t/t6019-rev-list-ancestry-path.sh  |   73 ++++++++++++++++++++++++
 4 files changed, 230 insertions(+), 3 deletions(-)
 create mode 100755 t/t6019-rev-list-ancestry-path.sh

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-03 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-03 23:17 [PATCH 0/5] revision: --ancestry-path, take 2 Johan Herland
2010-06-03 23:17 ` [PATCH 1/5] Documentation/rev-list-options.txt: Fix missing line in example history graph Johan Herland
2010-06-03 23:17 ` [PATCH 2/5] revision: --ancestry-path Johan Herland
2010-06-03 23:17 ` [PATCH 3/5] Documentation/rev-list-options.txt: Explain --ancestry-path Johan Herland
2010-06-03 23:17 ` [PATCH 4/5] revision: Fix typo in --ancestry-path error message Johan Herland
2010-06-03 23:17 ` [PATCH 5/5] revision: Turn off history simplification in --ancestry-path mode Johan Herland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).