mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
I don't have a clue yet why this happens, but I'll let the two outputs below speak for themselves: On my mac: ``` ➜ sourcegraph git:(main) git log --format='format:%x1e%H%x00%aN%x00%aE%x00%at%x00%cN%x00%cE%x00%ct%x00%B%x00%P%x00' --after=2024-02-21T18:26:09Z --topo-order HEAD --name-only ➜ sourcegraph git:(main) git version git version 2.45.1 ``` In the latest gitserver docker image from main: ``` /data/repos $ git log --format='format:%x1e%H%x00%aN%x00%aE%x00%at%x00%cN%x00%cE%x00%ct%x00%B%x00%P%x00' --after=2024-02-2 1T18:26:09Z --topo-order HEAD --name-only fatal: option '--name-only' must come before non-option arguments /data/repos $ git version git version 2.45.1 ``` Test plan: Verified the generated command runs alright inside our docker image. |
||
|---|---|---|
| .. | ||
| appliance | ||
| batcheshelper | ||
| blobstore | ||
| bundled-executor | ||
| cody-gateway | ||
| embeddings | ||
| enterprise-portal | ||
| executor | ||
| executor-kubernetes | ||
| frontend | ||
| gitserver | ||
| loadtest | ||
| migrator | ||
| msp-example | ||
| pings | ||
| precise-code-intel-worker | ||
| repo-updater | ||
| searcher | ||
| server | ||
| symbols | ||
| syntactic-code-intel-worker | ||
| telemetry-gateway | ||
| worker | ||
| README.md | ||
This directory contains Sourcegraph services and binaries.
When a services is added, removed, or when a service's dependencies change, update our architecture diagram.