Commit Graph

6 Commits

Author SHA1 Message Date
Lin Jen-Shin d03c605bd4 Unify parameters and callback after hooks
Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7237#note_19747856
2016-12-14 02:29:35 +08:00
Lin Jen-Shin 444da6f47e Fix update_ref! call in the test 2016-12-06 15:20:50 +08:00
Jacob Vosmaer c5eca4a632 Remove unused 'require' 2016-11-04 14:34:10 +01:00
Jacob Vosmaer 6bcc52a536 Refine Git garbage collection 2016-11-04 14:30:11 +01:00
Stan Hu 0d4b1bb752 Refresh branch cache after `git gc`
Possible workaround for #15392
2016-07-13 06:49:58 -07:00
Stan Hu 3dc6bf2b71 Expire the branch cache after `git gc` runs
Due to a stale NFS cache, it's possible that a branch lookup fails
while `git gc` is running and causes missing branches in merge requests.

Possible workaround for #15392
2016-07-12 05:42:19 -07:00