소스 검색

SHow more commit info

bryan 1 일 전
부모
커밋
6f1bc4dd00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -543,7 +543,7 @@ from_source() {
   echo "Current commit hash: $commit"
   echo "Git worktree description: $description"
 
-  ((DEBUG)) && git --no-pager -C "$BUILD_DIR" log --all --pretty=format:"%ai %H" | sort -r | head -n1
+  ((DEBUG)) && git --no-pager -C "$BUILD_DIR" log -1
 
   # Enter worktree
   execute pushd "$BUILD_DIR" || return 1