git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: david@lang.hm
To: git@vger.kernel.org
Subject: unable to push
Date: Sat, 31 May 2008 08:03:47 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.1.10.0805310759540.15294@asgard.lang.hm> (raw)

for some reason when I try to push to my public repo I get a message that 
everything is up to date, but if I switch to that repo and do a pull it 
updates properly

I tried recreating the public repo the last time this happened, but it 
looks like when I do git am followed by git revert --hard HEAD^ (to fix 
the patch) followed by git am it breaks again.

David Lang

root@asgard:/var/www/adastra/xml2pdf/current# git push public
root@asgard's password:
Everything up-to-date
root@asgard:/var/www/adastra/xml2pdf/current# git ls-remote public
root@asgard's password:
d3f3d8474db1c006a53be8b5f5c1a0d866d7e357        HEAD
d3f3d8474db1c006a53be8b5f5c1a0d866d7e357        refs/heads/localmaster
d3f3d8474db1c006a53be8b5f5c1a0d866d7e357        refs/remotes/origin/master
7fcb26098cb3885f8b553b052ca3c3dfef3a508b        refs/tags/1.5.1
73580be6e04cf2e106c70ab352a94e2bfd5faeb6        refs/tags/1.5.10
85fe03cb12f795c2b40239d0e656de63eb7c81d7        refs/tags/1.5.11
469a1473911289b9a60c069094113bb9ef97a0f8        refs/tags/1.5.12
94bc2757622ccfd3668dd9b505d623893e37efbe        refs/tags/1.6.0
5aef76575a993d51f0ae628b36964c37cd26a7c3        refs/tags/1.7.0
0141ecaa92a34aac63fb2c0689683eb1a701dca3        refs/tags/1.7.1
d5d7d1962bdb8d5f7444696cb4ea07d6a6ab8d9e        refs/tags/1.7.2
2a844908229621f9c31ccb5b33d8907abeb64b36        refs/tags/1.7.4
8c07c4666d6e9eb88f0197416a38f841cf2c9b9d        refs/tags/1.7.6
046968a4fa5767db9387e940d5138ac10391020f        refs/tags/1.8.0
ec48db4ecacda648333596ef17ce8a0a588645a8        refs/tags/1.8.1
ad7c88741bf2631eca9c3d24721b1bd8ec4a4793        refs/tags/1.8.2
be0f3ccd11f5064b40f089b62152b820fb3aaf6f        refs/tags/1.8.3
root@asgard:/var/www/adastra/xml2pdf/current# git ls-remote .
71ab4eea48eb3407a2ff4eef2befe9251897d676        HEAD
71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/heads/master
7fcb26098cb3885f8b553b052ca3c3dfef3a508b        refs/tags/1.5.1
73580be6e04cf2e106c70ab352a94e2bfd5faeb6        refs/tags/1.5.10
85fe03cb12f795c2b40239d0e656de63eb7c81d7        refs/tags/1.5.11
469a1473911289b9a60c069094113bb9ef97a0f8        refs/tags/1.5.12
94bc2757622ccfd3668dd9b505d623893e37efbe        refs/tags/1.6.0
5aef76575a993d51f0ae628b36964c37cd26a7c3        refs/tags/1.7.0
0141ecaa92a34aac63fb2c0689683eb1a701dca3        refs/tags/1.7.1
d5d7d1962bdb8d5f7444696cb4ea07d6a6ab8d9e        refs/tags/1.7.2
2a844908229621f9c31ccb5b33d8907abeb64b36        refs/tags/1.7.4
8c07c4666d6e9eb88f0197416a38f841cf2c9b9d        refs/tags/1.7.6
046968a4fa5767db9387e940d5138ac10391020f        refs/tags/1.8.0
ec48db4ecacda648333596ef17ce8a0a588645a8        refs/tags/1.8.1
ad7c88741bf2631eca9c3d24721b1bd8ec4a4793        refs/tags/1.8.2
be0f3ccd11f5064b40f089b62152b820fb3aaf6f        refs/tags/1.8.3
a633ac7b02b513e0d8a44152448e3c43ace996d0        refs/tags/1.8.4
71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/tags/1.8.5
root@asgard:/var/www/adastra/xml2pdf/current# cd /var/www/git/xml2pdf.git/
root@asgard:/var/www/git/xml2pdf.git# git pull
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 4), reused 0 (delta 0)
Unpacking objects: 100% (6/6), done.
From /movies/www/adastra/xml2pdf/current/
    d3f3d84..71ab4ee  master     -> origin/master
  * [new tag]         1.8.5      -> 1.8.5
Updating d3f3d84..71ab4ee
Fast forward
  xml2pdf.pl |   22 +++++++++++-----------
  1 files changed, 11 insertions(+), 11 deletions(-)
root@asgard:/var/www/git/xml2pdf.git# cd -
/var/www/adastra/xml2pdf/current
root@asgard:/var/www/adastra/xml2pdf/current# git ls-remote public
root@asgard's password:
71ab4eea48eb3407a2ff4eef2befe9251897d676        HEAD
71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/heads/localmaster
71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/remotes/origin/master
7fcb26098cb3885f8b553b052ca3c3dfef3a508b        refs/tags/1.5.1
73580be6e04cf2e106c70ab352a94e2bfd5faeb6        refs/tags/1.5.10
85fe03cb12f795c2b40239d0e656de63eb7c81d7        refs/tags/1.5.11
469a1473911289b9a60c069094113bb9ef97a0f8        refs/tags/1.5.12
94bc2757622ccfd3668dd9b505d623893e37efbe        refs/tags/1.6.0
5aef76575a993d51f0ae628b36964c37cd26a7c3        refs/tags/1.7.0
0141ecaa92a34aac63fb2c0689683eb1a701dca3        refs/tags/1.7.1
d5d7d1962bdb8d5f7444696cb4ea07d6a6ab8d9e        refs/tags/1.7.2
2a844908229621f9c31ccb5b33d8907abeb64b36        refs/tags/1.7.4
8c07c4666d6e9eb88f0197416a38f841cf2c9b9d        refs/tags/1.7.6
046968a4fa5767db9387e940d5138ac10391020f        refs/tags/1.8.0
ec48db4ecacda648333596ef17ce8a0a588645a8        refs/tags/1.8.1
ad7c88741bf2631eca9c3d24721b1bd8ec4a4793        refs/tags/1.8.2
be0f3ccd11f5064b40f089b62152b820fb3aaf6f        refs/tags/1.8.3
71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/tags/1.8.5
root@asgard:/var/www/adastra/xml2pdf/current# git ls-remote .
71ab4eea48eb3407a2ff4eef2befe9251897d676        HEAD
71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/heads/master
7fcb26098cb3885f8b553b052ca3c3dfef3a508b        refs/tags/1.5.1
73580be6e04cf2e106c70ab352a94e2bfd5faeb6        refs/tags/1.5.10
85fe03cb12f795c2b40239d0e656de63eb7c81d7        refs/tags/1.5.11
469a1473911289b9a60c069094113bb9ef97a0f8        refs/tags/1.5.12
94bc2757622ccfd3668dd9b505d623893e37efbe        refs/tags/1.6.0
5aef76575a993d51f0ae628b36964c37cd26a7c3        refs/tags/1.7.0
0141ecaa92a34aac63fb2c0689683eb1a701dca3        refs/tags/1.7.1
d5d7d1962bdb8d5f7444696cb4ea07d6a6ab8d9e        refs/tags/1.7.2
2a844908229621f9c31ccb5b33d8907abeb64b36        refs/tags/1.7.4
8c07c4666d6e9eb88f0197416a38f841cf2c9b9d        refs/tags/1.7.6
046968a4fa5767db9387e940d5138ac10391020f        refs/tags/1.8.0
ec48db4ecacda648333596ef17ce8a0a588645a8        refs/tags/1.8.1
ad7c88741bf2631eca9c3d24721b1bd8ec4a4793        refs/tags/1.8.2
be0f3ccd11f5064b40f089b62152b820fb3aaf6f        refs/tags/1.8.3
a633ac7b02b513e0d8a44152448e3c43ace996d0        refs/tags/1.8.4
71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/tags/1.8.5

             reply	other threads:[~2008-05-31 15:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-31 15:03 david [this message]
2008-05-31 15:50 ` unable to push Jeff King
2008-05-31 16:10   ` david
2008-06-01 18:22     ` Jeff King
2008-06-01 18:25       ` Jeff King
2008-06-01 18:28       ` david
2008-06-01 18:31         ` Jeff King
2008-06-01 18:34           ` david
2008-06-01 18:36             ` Jeff King
2008-05-31 16:52   ` Adam Piątyszek
2008-06-01 18:24     ` Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.1.10.0805310759540.15294@asgard.lang.hm \
    --to=david@lang.hm \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).