[fpc-devel] Submitting patches using git

denisgolovan denisgolovan at yandex.ru
Sat Jul 20 22:12:47 CEST 2019




> Here’s the results of "git log —graph” on the feature branch. Does that first part look right? I feel like I messed up something from the very start but I’m not sure what.
> 
> Ryans-MacBook-Pro-2:fpc-git ryanjoseph$ git log --graph
> * commit c5a6c2c0822d6c869a788a98a144e739a97d517a (HEAD -> generic_constants, origin/generic_constants)
> | Author: Ryan Joseph <genericptr at gmail.com>
> | Date: Sat Jul 20 09:40:58 2019 -0400
> |
> | fixed bugs with range checking and constants + added 2 tests
> |
> * commit 49de8113a1eb29b368d89d9e2fb7fa7c932d937e
> | Author: Ryan Joseph <genericptr at gmail.com>
> | Date: Mon Mar 25 10:35:47 2019 -0400
> |
> | reverted back bad line endings in htypechk.pas
> |
> * commit 128d695bf83fb19de342d8e23101ec0223e08e1b
> | Author: Ryan Joseph <genericptr at gmail.com>
> | Date: Fri Mar 22 13:10:12 2019 -0400
> |
> | added 2 more tests
> |
> * commit 4dcdd8932d5bc50b5d87bc8e1f1a7ea4e6d5b29f
> | Author: Ryan Joseph <genericptr at gmail.com>
> | Date: Tue Mar 19 09:18:39 2019 -0400
> |
> | Fixed more operator bugs and added test
> |
> * commit f2039f13c74e74cb523076b27ff6559ae69ad7d1
> :

Have you renamed your branch? 
Last time you mentioned it was "gen-const-new".
And you didn't include enough log to see origin/master (see in brackets like in your first commit).

Again your commits should be at the top of origin/master if "git rebase" did its job correctly without any conflicts.
If you have conflicts, you need to resolve them one by one and do "git rebase --continue" each time.

-- Regards,
Denis Golovan


More information about the fpc-devel mailing list