From: Phil Lawrence <prlawrence@gmail.com>
To: git <git@vger.kernel.org>
Subject: git push doesn't honor .git/config
Date: Wed, 31 Mar 2010 09:54:28 -0500 [thread overview]
Message-ID: <h2x530ac78e1003310754v88853e2bj6d59d835025ec140@mail.gmail.com> (raw)
I renamed a local branch from MIS-59 to MIS-59_project, and did the following:
git branch --set-upstream MIS-59_project origin/MIS-59
git push --set-upstream origin MIS-59_project:MIS-59
However, .git/config is not being honored by git push; I have to
supply all the parameters to actually push changes.
(MIS-59_project)$ git branch -v
MIS-38_labor_cat cab4fe6 [MIS-38] Create Master Labor Category import SQL
MIS-39_org 02f9e2f [MIS-39] Create Unanet's Organization export SQL
MIS-40_approval_grp 7c3b5ec [MIS-40] Create Unanet Approval Groups import SQL
MIS-41_location 8bd55ab [MIS-41] Create Unanet Master Locations import SQL
MIS-42_person 9fb1901 [MIS-42] Create SQL for Unanet's Person import
* MIS-59_project ed3acc9 [ahead 1] [MIS-59] Switch to using
get_project_type_unanet()
MIS-65_task 651a05b [MIS-65] Switch to using get_project_type_unanet()
master e98c105 Retired OTL
(MIS-59_project)$ grep -A2 MIS-59_project .git/config
[branch "MIS-59_project"]
remote = origin
merge = refs/heads/MIS-59
(MIS-59_project)$ git push
Everything up-to-date
(MIS-59_project)$ git branch -v
MIS-38_labor_cat cab4fe6 [MIS-38] Create Master Labor Category import SQL
MIS-39_org 02f9e2f [MIS-39] Create Unanet's Organization export SQL
MIS-40_approval_grp 7c3b5ec [MIS-40] Create Unanet Approval Groups import SQL
MIS-41_location 8bd55ab [MIS-41] Create Unanet Master Locations import SQL
MIS-42_person 9fb1901 [MIS-42] Create SQL for Unanet's Person import
* MIS-59_project ed3acc9 [ahead 1] [MIS-59] Switch to using
get_project_type_unanet()
MIS-65_task 651a05b [MIS-65] Switch to using get_project_type_unanet()
master e98c105 Retired OTL
(MIS-59_project)$ git push origin MIS-59_project:MIS-59
Counting objects: 11, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (6/6), 498 bytes, done.
Total 6 (delta 2), reused 0 (delta 0)
=> Syncing Gitorious... [OK]
To git@gitorious.burnsmcd.com:~plawrence/mis/plawrences-ora-apps.git
1fbf2e0..ed3acc9 MIS-59_project -> MIS-59
(MIS-59_project)$
Did I miss something, or is this incorrect behavior? BTW, I'm running
msysgit 1.7.0.2-preview20100309 on Windows XP.
Thanks,
Phil Lawrence
next reply other threads:[~2010-03-31 14:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-31 14:54 Phil Lawrence [this message]
2010-03-31 15:14 ` git push doesn't honor .git/config Matthieu Moy
2010-03-31 22:03 ` Phil Lawrence
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=h2x530ac78e1003310754v88853e2bj6d59d835025ec140@mail.gmail.com \
--to=prlawrence@gmail.com \
--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.
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 NNTP newsgroup(s).