Top "Reflog" questions

For issues relating to git reference logs, or "reflogs".

Is there a way to cause git-reflog to show a date alongside each entry?

The git-reflog command doesn't by default show a date alongside each entry, which strikes me as a strange oversight; I …

git git-reflog reflog
Query git reflog for all commits to a specific file

Is it possible to check the git reflog for all commits to a specific file. I made a commit to …

git reflog
unstaged files gone after git reset --hard

I tried the git reset --hard HEAD@{n} from git reflog and I lost everything with my current unstaged files :…

git add reset head reflog