Skip to content

Commit febd947

Browse files
committed
fix: remove max-count limit from upstream log output for complete visibility
1 parent 9aa2821 commit febd947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sync-upstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if [ "$UPSTREAM_COMMITS" -eq 0 ]; then
178178
echo -e "${GREEN}✅ Already up to date with upstream!${NC}"
179179
else
180180
echo -e "${BLUE}📋 Changes in upstream/main ($UPSTREAM_COMMITS new commit(s)):${NC}"
181-
git log upstream-main..upstream/main --oneline --max-count=10
181+
git log upstream-main..upstream/main --oneline
182182
fi
183183

184184
# 6. Dry run mode

0 commit comments

Comments
 (0)