Explorar el Código

TG-85: enable export-subst for Format string git identification

lanfr144 hace 1 semana
padre
commit
0cfdf52814
Se han modificado 4 ficheros con 7 adiciones y 4 borrados
  1. 4 4
      .gitattributes
  2. 1 0
      app.py
  3. 1 0
      backup_db.sh
  4. 1 0
      data_sync.sh

+ 4 - 4
.gitattributes

@@ -1,4 +1,4 @@
-*.py ident
-*.sh ident
-*.sql ident
-*.md ident
+*.py ident export-subst
+*.sh ident export-subst
+*.sql ident export-subst
+*.md ident export-subst

+ 1 - 0
app.py

@@ -1,6 +1,7 @@
 # $Id$
 # $Author$
 # $log$
+#ident "@(#)LocalFoodAI:app.py:$Format:%D:%ci:%cN:%h$"
 import streamlit as st
 import pymysql
 import myloginpath

+ 1 - 0
backup_db.sh

@@ -2,6 +2,7 @@
 # $Id$
 # $Author$
 # $log$
+#ident "@(#)LocalFoodAI:backup_db.sh:$Format:%D:%ci:%cN:%h$"
 # backup_db.sh - Automated Disaster Recovery Backup Script
 
 BACKUP_DIR="./backups"

+ 1 - 0
data_sync.sh

@@ -2,6 +2,7 @@
 # $Id$
 # $Author$
 # $log$
+#ident "@(#)LocalFoodAI:data_sync.sh:$Format:%D:%ci:%cN:%h$"
 # data_sync.sh - Automated Data Freshness Pipeline
 
 ONLINE_MODE=0