aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/tests/repos/repo2_empty
Commit message (Collapse)AuthorAgeFilesLines
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-142-7/+0
| | | | | | | | | | | | | In profiling integration tests, I found a couple places where per-test overhead could be reduced: * Avoiding disk IO by synchronizing instead of deleting & copying test Git repository data. This saves ~100ms per test on my machine * When flushing queues in `PrintCurrentTest`, invoke `FlushWithContext` in a parallel. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1611-640/+0
|
* Monitor all git commands; move blame to git package and replace git as a ↵Lunny Xiao2019-06-2619-0/+654
variable (#6864) * monitor all git commands; move blame to git package and replace git as a variable * use git command but not other commands * fix build * move exec.Command to git.NewCommand * fix fmt * remove unrelated changes * remove unrelated changes * refactor IsEmpty and add tests * fix tests * fix tests * fix tests * fix tests * remove gitLogger * fix fmt * fix isEmpty * fix lint * fix tests