File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ GIT_BEGIN_DECL
2525 */
2626typedef enum {
2727 /**
28- * Sort the output with the same default time-order method from git.
29- * This is the default sorting for new walkers.
28+ * Sort the output with the same default method from ` git`: reverse
29+ * chronological order. This is the default sorting for new walkers.
3030 */
3131 GIT_SORT_NONE = 0 ,
3232
3333 /**
34- * Sort the repository contents in topological order (parents before
35- * children); this sorting mode can be combined with time sorting to
36- * produce git's "time- order" .
34+ * Sort the repository contents in topological order (no parents before
35+ * all of its children are shown ); this sorting mode can be combined
36+ * with time sorting to produce ` git` 's `--date- order`` .
3737 */
3838 GIT_SORT_TOPOLOGICAL = 1 << 0 ,
3939
You can’t perform that action at this time.
0 commit comments