Message when I run git pull with a pending commit
Jean-Pierre Chrétien
jeanpierre.chretien at free.fr
Mon Feb 12 15:56:40 UTC 2024
Le 12/02/2024 à 13:31, Pavel Sanda a écrit :
>
> Isn't it possible that you just had 2 lyx windows opened on the same file?
> Or commited changes from different computer?
No, none of these possibilities. I run all lyx-related stuff from my Debian
bookworm box.
Here is the message in French :
<cite>
$ git pv
remote: Énumération des objets: 31, fait.
remote: Décompte des objets: 100% (31/31), fait.
remote: Compression des objets: 100% (19/19), fait.
remote: Total 19 (delta 15), réutilisés 0 (delta 0), réutilisés du pack 0
Dépaquetage des objets: 100% (19/19), 311.03 Kio | 709.00 Kio/s, fait.
Depuis git.lyx.org:lyx
8a32c34c5f..db897c1f4a master -> origin/master
= [à jour] 1.1.5fix_x -> origin/1.1.5fix_x
= [à jour] 1.1.6fix_x -> origin/1.1.6fix_x
= [à jour] 1.2.x -> origin/1.2.x
= [à jour] 1.3.x -> origin/1.3.x
= [à jour] 1.4.x -> origin/1.4.x
= [à jour] 1.5.x -> origin/1.5.x
= [à jour] 1.6.x -> origin/1.6.x
= [à jour] 2.0.x -> origin/2.0.x
= [à jour] 2.1.x -> origin/2.1.x
= [à jour] 2.2.1-staging -> origin/2.2.1-staging
= [à jour] 2.2.2-staging -> origin/2.2.2-staging
= [à jour] 2.2.3-staging -> origin/2.2.3-staging
= [à jour] 2.2.x -> origin/2.2.x
= [à jour] 2.3.0-alpha1-x -> origin/2.3.0-alpha1-x
= [à jour] 2.3.1-1 -> origin/2.3.1-1
= [à jour] 2.3.1-staging -> origin/2.3.1-staging
= [à jour] 2.3.2-1 -> origin/2.3.2-1
= [à jour] 2.3.2-2 -> origin/2.3.2-2
= [à jour] 2.3.2-staging -> origin/2.3.2-staging
= [à jour] 2.3.4-2 -> origin/2.3.4-2
= [à jour] 2.3.4-3 -> origin/2.3.4-3
= [à jour] 2.3.4-4 -> origin/2.3.4-4
= [à jour] 2.3.5.2 -> origin/2.3.5.2
= [à jour] 2.3.6.1 -> origin/2.3.6.1
= [à jour] 2.3.6.2 -> origin/2.3.6.2
29f2a7ed66..f45c3e032a 2.3.x -> origin/2.3.x
= [à jour] bugs/13017 -> origin/bugs/13017
* [nouvelle étiquette] 2.4.0-RC3 -> 2.4.0-RC3
Changements de 8a32c34c5f8e296bcb40bb81c861c31b8367427c sur
db897c1f4ab95290ea611bcd98eb5da387b6dcfb :
po/de.gmo | Bin 653300 -> 653451 bytes
po/sk.gmo | Bin 636496 -> 636629 bytes
po/uk.gmo | Bin 816896 -> 816902 bytes
po/uk.po | 65 +++++++++++++++++++++++++++++++++++++++++------------------------
4 files changed, 41 insertions(+), 24 deletions(-)
Warning: Fichier effacé sur le disque
----------------------------------------
Le fichier
/ext/lyx/master/lib/doc/Customization.lyx
a été effacé sur le disque !
Rebasage (1/1)
Rebasage et mise à jour de refs/heads/master avec succès.
<cite>
which means :
----------------------------------------
File
/ext/lyx/master/lib/doc/Customization.lyx
has been erased on disk!
Rebase (1/1)
Rebase and update of refs/heads/master successful.
Then :
$ ls /ext/lyx/master/lib/doc/Customization.lyx
/ext/lyx/master/lib/doc/Customization.lyx
and
$ git push
Énumération des objets: 9, fait.
Décompte des objets: 100% (9/9), fait.
Compression par delta en utilisant jusqu'à 6 fils d'exécution
Compression des objets: 100% (5/5), fait.
Écriture des objets: 100% (5/5), 475 octets | 475.00 Kio/s, fait.
Total 5 (delta 4), réutilisés 0 (delta 0), réutilisés du pack 0
To git.lyx.org:lyx
db897c1f4a..085fe133db master -> master
I have this in gitconfig :
<cite>
[pull]
rebase = true
[alias]
pv = pull -v
</cite>
--
Jean-Pierre
More information about the lyx-devel
mailing list