[PR #7155] [MERGED] fix vendoring attribute #12332

Closed
opened 2026-04-12 23:55:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7155
Author: @dhiltgen
Created: 10/9/2024
Status: Merged
Merged: 10/9/2024
Merged by: @dhiltgen

Base: mainHead: fix_vendoring_attributes


📝 Commits (1)

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 .gitattributes (+7 -1)

📄 Description

Expand out the file extensions for vendored code so git reports the status correctly

e.g.:

% git check-attr -a -- ./llama/ggml.c
./llama/ggml.c: text: auto
./llama/ggml.c: linguist-vendored: set

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/7155 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `fix_vendoring_attributes` --- ### 📝 Commits (1) - [`a19a863`](https://github.com/ollama/ollama/commit/a19a86391f79138924fa5f128066742cac864f45) fix vendoring attribute ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+7 -1) </details> ### 📄 Description Expand out the file extensions for vendored code so git reports the status correctly e.g.: ``` % git check-attr -a -- ./llama/ggml.c ./llama/ggml.c: text: auto ./llama/ggml.c: linguist-vendored: set ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:55:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#12332