[ipxe-devel] [GitHub] Add 'equals' command [ipxe/ipxe GH-4]

Michael Brown mbrown at fensystems.co.uk
Fri Apr 8 18:39:59 UTC 2011


On Friday 08 Apr 2011 19:07:09 Greg Jednaszewski wrote:
> I made these changes in
>  https://github.com/gjednaszewski/ipxe/commit/82aba048ca1364c1f980d9ad4f445
> ed5c331e8dc
> 
> I can submit a new pull request, or some other method, whatever works best
>  for you.  I'm pretty new to github and git in general, so I don't know
>  what all the options are.

Tidied up and merged, thanks!

  http://git.ipxe.org/ipxe.git/commitdiff/3726b3d

In case it's useful to you, here's roughly what I did to product this commit:

  # Create a temporary branch
  git checkout -b temp gjednaszewski/master
  # Linearise history and fix up trailing whitespace
  git rebase --whitespace=fix master
  # Squash down to a single commit
  git rebase --interactive master
  # (choose "squash" for each of the three commits listed)

That produced a single commit that cleanly added the "iseq" command.  I merged 
this commit, edited slightly for stylistic consistency. ("int rc" is used 
throughout iPXE only to hold something that represents a return status code, 
i.e. a 0 or an -EXXX value.)

Thanks for adding this feature!

Michael



More information about the ipxe-devel mailing list