Displaying 20 results from an estimated 122 matches for "fetch_head".
2013 Sep 24
1
imaptest-20130617 seems to be reporting spurious header changes
...ode that prints the header out is in
src/mailbox-state.c, line 377:
client_state_error(client,
"%s: Header %s changed '%.*s' (len %d)
-> '%.*\
s' (len %d)",
msg->message_id, fetch_headers[i].name,
(int)orig_headers[j].value_len,
(const char *)orig_headers[j].value,
(int)orig_headers[j].value_len,
(int)fetch_headers[i].value_len,...
2013 Oct 20
2
[PATCH][git-pull] efi: fix verison/date
The following changes since commit c647008831aed653e54c4c8470e3a9db5d0a140a:
efi/: Fix displayed version; add DATE (2013-10-20 10:45:53 -0400)
are available in the git repository at:
git://github.com/geneC/syslinux.git firmware
for you to fetch changes up to c647008831aed653e54c4c8470e3a9db5d0a140a:
efi/: Fix displayed version; add DATE (2013-10-20 10:45:53 -0400)
2013 Nov 20
1
[PATCH][git-pull] efi: fix verison/date
...gt; efi/Makefile | 11 +++++++++++
>> efi/main.c | 5 +++--
>> 2 files changed, 14 insertions(+), 2 deletions(-)
>
> Did you forget to push out your changes? I'm seeing,
>
> From git://github.com/geneC/syslinux
> * branch firmware -> FETCH_HEAD
> Already up-to-date.
Wrong branch. Sorry. Try efi-date-for-mfleming
I have another branch efi-fixes-2-for-mfleming with several more fixes
including several that I'm waiting on feedback on as they were
supposed to solve user-observed issues.
--
-Gene
2009 Apr 15
3
install error for rails-widgets
When i am trying to install the rails-widgets on windows vista from
http://wiki.github.com/paolodona/rails-widgets location I get an error.
Please help.
cd myrails-app
ruby script/plugin install git://github.com/paolodona/rails-widgets.git
rake widgets:setup
following is the error
----------------------------------------
rake aborted!
Don''t know how to build task
2023 Mar 20
2
FAILED: patch "[PATCH] ocfs2: fix data corruption after failed write" failed to apply to 5.10-stable tree
...ngterm
tree, then please email the backport, including the original git commit
id to <stable at vger.kernel.org>.
To reproduce the conflict and resubmit, you may use the following commands:
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-5.10.y
git checkout FETCH_HEAD
git cherry-pick -x 90410bcf873cf05f54a32183afff0161f44f9715
# <resolve conflicts, build, test, etc.>
git commit -s
git send-email --to '<stable at vger.kernel.org>' --in-reply-to '1679313445246112 at kroah.com' --subject-prefix 'PATCH 5.10.y' HEAD^..
Possible de...
2011 Nov 14
0
[LLVMdev] [Git] Introduction of llvm-project-subtree.git
...er projects (eg. tracking clang-llvm
bi-dependent issues)
- (for developers) See below
* How to commit my changes via git-svn?
[Stupid way] On your clone of {llvm.git | clang.git &c),
$ git fetch /path/to/your/clone/of/llvm-project your-branch
$ git cherry-pick --strategy subtree FETCH_HEAD
[Smarter way] On your clone of {llvm.git | clang.git &c),
- add "/path/to/your/clone/of/llvm-project/.git/objects to
.git/objects/info/alternates
- git cherry-pick --strategy subtree (sha1 of commits on your branch)
* (WIP) Can I commit my inter-project changes?
Yes. For no...
2012 Dec 05
0
[LLVMdev] [Git-fu] How to commit inter-repositories atomically to svn
...er capable to commit llvm.org/svn.
[How to make commit from by-project git repos]
* Checkout tracking branch on llvm-project.
$ git checkout --track origin/master
* Collect your commits with squashed.
$ git fetch /path/to/your/repo (.git)
$ git cherry-pick --strategy subtree --no-commit FETCH_HEAD
$ git commit
You may do whatever you want.
FYI, it could be easily to add your repositories to
GIT_DIR/objects/info/alternates.
[Preparations]
* Checkout latest head of upstream as detached.
$ git fetch origin
$ git checkout origin/master
* Set up svn-emulated tree.
$ for x in *;do gi...
2010 Nov 02
0
Can't use paperclip plugins
...)
-> 0.0400s
== CreateUsers: migrated (0.0400s)
===========================================
rails plugin install http://github.com/thoughtbot/paperclip.git
walk 13318e61a4953dfc3d2b76e0491b1651f26062fe
From http://github.com/thoughtbot/paperclip
* branch HEAD -> FETCH_HEAD
rails generate paperclip user photo
create db/migrate/20101102092748_add_attachment_photo_to_user.rb
rake db:migrate
added this line on models/users.rb
has_attached_file :photo
modify the first on views/users/_form.html.erb
<%= form_for(@user) do |f| %>
to
<%= form_for(...
2013 Nov 20
0
[PATCH][git-pull] efi: fix verison/date
...------------------------
> efi/Makefile | 11 +++++++++++
> efi/main.c | 5 +++--
> 2 files changed, 14 insertions(+), 2 deletions(-)
Did you forget to push out your changes? I'm seeing,
>From git://github.com/geneC/syslinux
* branch firmware -> FETCH_HEAD
Already up-to-date.
--
Matt Fleming, Intel Open Source Technology Center
2019 Oct 25
2
git llvm push not working?
...llvm-project/llvm/utils/git-svn/
But my `git llvm push` did not really do the push as shown below:
-bash-4.4$ git llvm push
`git fetch https://github.com/llvm/llvm-project.git master` printed to stderr:
From https://github.com/llvm/llvm-project
* branch master -> FETCH_HEAD
Nothing to push
-bash-4.4$
I have the commit to be pushed in my local branch as below:
-bash-4.4$ git log --pretty=oneline
6fdc593fc973365dcd5cf4a582d97c0ae44900f6 (HEAD -> bug1) [BPF] fix a
CO-RE issue with -mattr=+alu32
3c7c3717932aba864c23edd2e48f1b28a6d532d5 (origin/master,
origin...
2013 Jul 28
10
btrfs qgroup assign -> "ERROR: bad relation requested"
I''m trying to use this feature of qgroup:
btrfs qgroup assign <srcid> <destid> <path>
Assigns the lower level qgroup src to the higher level qgroup dest
in the btrfs found in <path>. It is used to build qgroup
hierarchies.
However, I fail to understand how this feature should work, and I''m
getting "ERROR: bad relation requested":
2023 Mar 20
1
FAILED: patch "[PATCH] ocfs2: fix data corruption after failed write" failed to apply to 4.19-stable tree
...ngterm
tree, then please email the backport, including the original git commit
id to <stable at vger.kernel.org>.
To reproduce the conflict and resubmit, you may use the following commands:
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-4.19.y
git checkout FETCH_HEAD
git cherry-pick -x 90410bcf873cf05f54a32183afff0161f44f9715
# <resolve conflicts, build, test, etc.>
git commit -s
git send-email --to '<stable at vger.kernel.org>' --in-reply-to '16793134471133 at kroah.com' --subject-prefix 'PATCH 4.19.y' HEAD^..
Possible depe...
2020 Jul 01
4
RFC: Adding a staging branch (temporarily) to facilitate upstreaming
On 6/30/20 2:07 PM, Chris Lattner via llvm-dev wrote:
>
>
>> On Jun 30, 2020, at 2:02 PM, Duncan Exon Smith <dexonsmith at apple.com
>> <mailto:dexonsmith at apple.com>> wrote:
>>
>>
>>
>>> On 2020-Jun-30, at 13:28, Chris Lattner via llvm-dev
>>> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...below.
Linux builder-ubuntu 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 UTC 2010 x86_64 GNU/Linux
Tue Dec 14 22:00:01 GMT 2010
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
* branch master -> FETCH_HEAD
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 85db2a664c820e01a02ddc3b33b3da26fe05dc5b.
+ git clean -d -f
++ git log
++ head -1
++ awk '{print $2}'
+ gitsha=85db2a664c820e01a02ddc3b33b3da26fe05dc5b
+ ./autogen.sh
Module list with included dependencies (i...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...below.
Linux builder-ubuntu 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 UTC 2010 x86_64 GNU/Linux
Fri Jan 14 22:00:01 GMT 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
* branch master -> FETCH_HEAD
Current branch master is up to date.
+ git clean -d -f
++ git log
++ head -1
++ awk '{print $2}'
+ gitsha=85db2a664c820e01a02ddc3b33b3da26fe05dc5b
+ ./autogen.sh
Module list with included dependencies (indented):
alloca-opt
arg-nonnull
bitrotate
c++defs
c-ctype
chdir...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...below.
Linux builder-ubuntu 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:45:36 UTC 2010 x86_64 GNU/Linux
Tue Feb 15 22:00:01 GMT 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
* branch master -> FETCH_HEAD
Current branch master is up to date.
+ git clean -d -f
++ git log
++ head -1
++ awk '{print $2}'
+ gitsha=85db2a664c820e01a02ddc3b33b3da26fe05dc5b
+ ./autogen.sh
Module list with included dependencies (indented):
alloca-opt
arg-nonnull
bitrotate
c++defs
c-ctype
chdir...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...inux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Fri Jan 14 20:00:01 GMT 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
* branch master -> FETCH_HEAD
Current branch master is up to date.
+ git clean -d -f
++ awk '{print $2}'
++ head -1
++ git log
+ gitsha=85db2a664c820e01a02ddc3b33b3da26fe05dc5b
+ ./autogen.sh
Module list with included dependencies (indented):
alloca-opt
arg-nonnull
bitrotate
c++defs
c-ctype
chdir...
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...inux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Tue Feb 15 20:00:01 GMT 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
* branch master -> FETCH_HEAD
Current branch master is up to date.
+ git clean -d -f
++ awk '{print $2}'
++ head -1
++ git log
+ gitsha=85db2a664c820e01a02ddc3b33b3da26fe05dc5b
+ ./autogen.sh
Module list with included dependencies (indented):
alloca-opt
arg-nonnull
bitrotate
c++defs
c-ctype
chdir...
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...inux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Tue Dec 14 20:00:01 GMT 2010
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
* branch master -> FETCH_HEAD
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 85db2a664c820e01a02ddc3b33b3da26fe05dc5b.
+ git clean -d -f
++ awk '{print $2}'
++ head -1
++ git log
+ gitsha=85db2a664c820e01a02ddc3b33b3da26fe05dc5b
+ ./autogen.sh
Module list with included dependencies (i...
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...inux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Fri May 13 20:00:01 BST 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
* branch master -> FETCH_HEAD
Current branch master is up to date.
+ git clean -d -f
++ awk '{print $2}'
++ head -1
++ git log
+ gitsha=6ab9465001dfaa52edc5992ee71f2e9aecc2085d
+ ./autogen.sh
Module list with included dependencies (indented):
alloca-opt
arg-nonnull
bitrotate
c++defs
c-ctype
chdir...