hey,

thanks for the patch, i'll have a look at the code as soon as i find time :)

to make a patch with git, create a branch and commit your changes:

git checkout -b mybranch
<workwork>
git commit -a
(repeat last step if necessary to logically group changes)
git format-patch master

assuming you've been on master before. your history should be sth like:
      _____
___/        ^
     ^       mybranch
 master

and then go back to master:
git checkout master

so you can start over again next time.

-jo

On Fri, Oct 19, 2012 at 9:30 AM, Kevin <kmg...@bigpond.com> wrote:
> Attached are two one-line patches that changes the order of the tags in the
> lighttable tagging window.
>
> The current order in the top pane is the just the retrieval order while in the
> bottom pane the order is by tag id - which is pretty useless from a user's
> perspective. These patches change the order to be sorted by name.
>
> BTW: If this is not the best way to publish patches (large or small), could
> some *please* list the git commands that I should use.
>
> I have yet to come to terms with git - there is a bewildering number of
> commands and options. If this is already on a web page somewhere - with the
> git commands included - a link to it would be appreciated.
>
> This request is not born out of laziness but the desire not to pollute or
> damage the dt repository in any way.
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> darktable-devel mailing list
> darktable-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-devel
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to