wollardj / Mandrill

Multi-user web front-end for managing a Munki repository.
Apache License 2.0
51 stars 3 forks source link

GitLogs show global repo logs instead of specific file logs #3

Closed wollardj closed 10 years ago

wollardj commented 10 years ago

When the document being edited hasn't completed loading by the time the request for git logs has been sent to the server, the server will return logs for the entire repo. The behavior should be modified so that a missing file name will prevent a request for git logs and a path change should always trigger a request for new git logs.