Last week, I cloned the BitBucket naviserver git repository.  Now, I
see that it has some new commits, so I want to pull them into my local
clone:

  https://bitbucket.org/naviserver/naviserver/commits/

The weird thing is, after doing the commands below to update my clone,
the MOST recent commit I see is still only from 2020-04-05, Gustaf's
"add debug entries to 404 returns".  The three more recent commits on
the website are apparently NOT in my local repository at all!

Am I doing something wrong with Git, or is this some sort of bug on
BitBucket's end?


$ git remote -v
origin  https://bitbucket.org/naviserver/naviserver.git (fetch)
origin  https://bitbucket.org/naviserver/naviserver.git (push)

$ git fetch --all
Fetching origin

$ git log --full-history -n 2 '--date=format:%Y-%m-%d %T %z %a'
commit 56492e5643367c57a2ea76128ea8b1d86e1be999 (HEAD -> master)
Author: Gustaf Neumann <neum...@wu-wien.ac.at>
Date:   2020-04-05 21:20:29 +0200 Sun

    add debug entries to 404 returns

commit d5a4faaf07dc54e12afbac8e40b1c36575c64f62
Author: Gustaf Neumann <neum...@wu-wien.ac.at>
Date:   2020-04-05 21:19:49 +0200 Sun

    change version number to 4.99.20a

-- 
Andrew Piskorski <a...@piskorski.com>


_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to