git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Use of tac in git-rebase--interactive
@ 2008-04-27  6:24 Brian Gernhardt
  2008-04-27  6:42 ` Jeff King
  2008-04-27  7:33 ` Use of tac in git-rebase--interactive しらいしななこ
  0 siblings, 2 replies; 30+ messages in thread
From: Brian Gernhardt @ 2008-04-27  6:24 UTC (permalink / raw)
  To: git list

Commit d481bcc9: "Do rebase with preserve merges with advanced TODO  
list" uses the command tac, apparently to reverse the TODO command  
list.  (I don't use rebase -i much, if you can't tell.)

The problem is that tac doesn't exist on my OS X system.  I do appear  
to have a rev command which does the same thing.  Simply posting a  
patch that does 472s/tac/rev/ would fix the problem on my system, but  
the fact that this is an issue raises the question of the relative  
portability of the two commands.  I don't think we have a declared  
dependancy on GNU's coreutils, which is where Debian lists tac as  
coming from.

~~ Brian

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

end of thread, other threads:[~2008-05-06  4:33 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27  6:24 Use of tac in git-rebase--interactive Brian Gernhardt
2008-04-27  6:42 ` Jeff King
2008-04-27  6:55   ` [PATCH] Use perl instead of tac Brian Gernhardt
2008-04-28  7:44     ` [PATCH] rebase--interactive: Replace unportable 'tac' by a sed script Johannes Sixt
2008-04-28  8:19       ` Junio C Hamano
2008-04-28  8:58         ` Paolo Bonzini
2008-04-28  9:04       ` Jeff King
2008-04-28  9:11         ` Andreas Ericsson
2008-04-28 11:46     ` [PATCH] Use perl instead of tac Jörg Sommer
2008-04-28 12:58       ` Randal L. Schwartz
2008-04-28 13:12         ` David Symonds
2008-04-28 13:31           ` Paolo Bonzini
2008-04-28 14:11           ` Brian Gernhardt
2008-04-28 14:22             ` Johannes Schindelin
2008-04-28 15:15         ` Jörg Sommer
2008-04-28 17:26           ` Avery Pennarun
2008-04-28 17:34           ` Matthieu Moy
2008-04-28 17:50             ` Brian Gernhardt
2008-04-28 19:13           ` Brian Gernhardt
2008-04-30  9:02             ` Jörg Sommer
2008-04-30  9:39               ` Jörg Sommer
2008-04-30 16:12                 ` Brian Gernhardt
2008-04-30 15:25               ` Brian Gernhardt
2008-05-04 22:13                 ` Jörg Sommer
2008-05-06  4:32                   ` Brian Gernhardt
2008-04-28 13:46       ` Johannes Schindelin
2008-04-28 14:07         ` Brian Gernhardt
2008-04-28 14:20           ` Johannes Schindelin
2008-04-27  7:33 ` Use of tac in git-rebase--interactive しらいしななこ
2008-04-30  0:25   ` Junio C Hamano

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).