File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -554,17 +554,15 @@ void Init_rugged(void)
554
554
Init_rugged_rebase ();
555
555
556
556
/*
557
- * Sort the repository contents in no particular ordering;
558
- * this sorting is arbitrary, implementation-specific
559
- * and subject to change at any time.
557
+ * Sort the output with the same default time-order method from git.
560
558
* This is the default sorting for new walkers.
561
559
*/
562
560
rb_define_const (rb_mRugged , "SORT_NONE" , INT2FIX (GIT_SORT_NONE ));
563
561
564
562
/*
565
- * Sort the repository contents in topological order
566
- * (parents before children); this sorting mode
567
- * can be combined with time sorting .
563
+ * Sort the repository contents in topological order (parents before
564
+ * children); this sorting mode can be combined with time sorting to
565
+ * produce git's " time-order" .
568
566
*/
569
567
rb_define_const (rb_mRugged , "SORT_TOPO" , INT2FIX (GIT_SORT_TOPOLOGICAL ));
570
568
You can’t perform that action at this time.
0 commit comments