Le 11 févr. 2014 à 16:07, Erich Titl <erich.t...@think.ch> a écrit :

> Hi Folks
> 
> it looks like wpa-supplicant is out of date on 5.01 (possibly later too)
> 
> I have successfully built the latest wpasupplicant on my (slightly
> invalid) buildenv and would like to contribute it.
> 
> Questions
> 
> - How can I find out where I stand relative to the repo? Do I need to
> know at all?
> 
> Here is my git status (not really much info)
> 
> bash-4.2# git status
> # On branch master
> # Untracked files:
> #   (use "git add <file>..." to include in what will be committed)
> #
> #       repo/initrd/files.wrap
> #       repo/wpasupplicant/wpa_supplicant-2.1.tar.gz
> nothing added to commit but untracked files present (use "git add" to track)

Hi Erich,
you can stash your changes. After that fetch the branch master from the repo 
and rebase your work on it:

git stash
git pull
git stash pop

Regards,
Yves
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk

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

Reply via email to