Skip to content

Commit 8760891

Browse files
committed
fix front matter
1 parent 727db49 commit 8760891

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
layout: home
3+
title: GitContentSearch
4+
---
15
# GitContentSearch: Find When a String Was Added and Removed in Git History (Excel & Text)
26

37
Welcome to **GitContentSearch**, a free, powerful tool designed to pinpoint the exact Git commits where a specific string was *first introduced* and *last removed* from your files. It works with both legacy Excel files (.xls, .xlsx) and text-based files (.txt, .sql, .cs, etc.), making it an indispensable tool for understanding the history of your code and data. GitContentSearch goes beyond `git blame`, providing a fast, binary-search-driven way to find the origin and deletion of any string within your repository's history.

0 commit comments

Comments
 (0)