Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
ac2659f7
Commit
ac2659f7
authored
Nov 14, 2015
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention ls -F in the changelog.
Oops! Almost forgotten.
parent
e49afddf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
CHANGES.md
CHANGES.md
+15
-0
No files found.
CHANGES.md
View file @
ac2659f7
...
@@ -4,6 +4,21 @@
...
@@ -4,6 +4,21 @@
A big release with many new features. Many thanks to Jacek Sowiński (@mruwek)
A big release with many new features. Many thanks to Jacek Sowiński (@mruwek)
for the majority of these new features.
for the majority of these new features.
*
`ls`
output can be customized with a -F flag or a configuration option:
[ls]
list_format = |%I| %x %{(}p{)} %c %s %k %{due:}d %{t:}t
or
`ls -F "%{(}p{)} %s %{due:}d"`
.
See
`help ls`
for all placeholders. Each placeholder can optionally be
surrounded by optional texts that are only printed when the placeholder is
expanded to a value.
The format string may contain a tab character: all text that follows is
aligned to the right.
(thanks to @mruwek)
*
New subcommand:
`revert`
. Revert the last executed command(s). The number of
*
New subcommand:
`revert`
. Revert the last executed command(s). The number of
revisions can be tuned in the configuration file:
revisions can be tuned in the configuration file:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment