Skip to content

Commit

Permalink
adsf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 26, 2024
1 parent 957a23c commit 47bf2f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
" chdir('../')\n",
" print(f'README path: {getcwd() = }')\n",
"\n",
" cmd = r\"git log -M --follow --format=%ct --reverse --\".split()\n",
" cmd = r\"git log -M --format=%ct --reverse --\".split()\n",
" # cmd = r\"git log -M --follow --format=%ct --reverse --\".split()\n",
" # cmd = r\"git log --follow --format=%ct --reverse --\".split()\n",
" output = {}\n",
" \n",
Expand Down
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ def getAllCTimesViaGit(paths: List[str]) -> Dict[str, Tuple[datetime, datetime]]
chdir('../')
print(f'README path: {getcwd() = }')

cmd = r"git log -M --follow --format=%ct --reverse --".split()
cmd = r"git log -M --format=%ct --reverse --".split()
# cmd = r"git log -M --follow --format=%ct --reverse --".split()
# cmd = r"git log --follow --format=%ct --reverse --".split()
output = {}

Expand Down

0 comments on commit 47bf2f0

Please sign in to comment.