Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support list deleted file folder in pointed path #1144

Merged
merged 1 commit into from Mar 19, 2015
Merged

support list deleted file folder in pointed path #1144

merged 1 commit into from Mar 19, 2015

Conversation

jyelee
Copy link
Contributor

@jyelee jyelee commented Mar 18, 2015

No description provided.

@@ -4701,9 +4733,11 @@ seaf_repo_manager_get_deleted_entries (SeafRepoManager *mgr,
data.repo = repo;
data.entries = entries;
data.truncate_time = MAX (show_time, truncate_time);
data.path = path ? (path[strlen(path) - 1] == '/' ?
g_strdup (path) : g_strconcat (path, "/", NULL)) : g_strdup ("/");

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This piece of code is confusing, can you expand it?

killing added a commit that referenced this pull request Mar 19, 2015
support list deleted file folder in specific path
@killing killing merged commit a599c33 into 4.1 Mar 19, 2015
@killing killing deleted the show_deleted branch March 21, 2015 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants