Skip to content

Instantly share code, notes, and snippets.

@rbrito
Created July 3, 2010 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbrito/462665 to your computer and use it in GitHub Desktop.
Save rbrito/462665 to your computer and use it in GitHub Desktop.
rbrito@chagas:/media/lutz/devel/xpdf-poppler$ git reflog show origin/debian
63d878b refs/remotes/origin/debian@{0}: update by push
ed1d718 refs/remotes/origin/debian@{1}: update by push
bf233f7 refs/remotes/origin/debian@{2}: update by push
de82975
rbrito@chagas:/media/lutz/devel/xpdf-poppler$
@rbrito
Copy link
Author

rbrito commented Jul 3, 2010

rbrito@chagas:/media/lutz/devel/xpdf-poppler$ git reflog show debian
c2e7c3c HEAD@{1}: merge 785499f83b592a21a83b3b9d3eceac78237bf08c: Merge made by recursive.
d782780 HEAD@{2}: commit: Don't specify the icon name with extension. Closes: #551544.
193799e HEAD@{3}: checkout: moving from debian to master
63d878b HEAD@{4}: checkout: moving from master to debian
193799e HEAD@{5}: HEAD^: updating HEAD
785499f HEAD@{6}: commit: Wrap the Build-Depends field for diff-friendliness
7f8f1e1 HEAD@{8}: merge code-cleanup: Fast-forward
c24a343 HEAD@{9}: checkout: moving from code-cleanup to master
7f8f1e1 HEAD@{10}: checkout: moving from debian to code-cleanup
63d878b HEAD@{11}: commit: Recommend poppler-data
ed1d718 HEAD@{12}: checkout: moving from code-cleanup to debian
7f8f1e1 HEAD@{13}: commit: Recommend poppler-data
dc5b77c HEAD@{14}: checkout: moving from debian to code-cleanup
ed1d718 HEAD@{15}: checkout: moving from code-cleanup to debian
bbbc672 HEAD@{18}: checkout: moving from debian to code-cleanup
ed1d718 HEAD@{19}: am: updating HEAD
72a22b7 HEAD@{20}: am: do not accidentally link stray object files into executable (debian/rules)
918ed30 HEAD@{21}: am: git ignore deb-ris (debian/.gitignore)
ed1d718 HEAD@{23}: checkout: moving from master to debian
c24a343 HEAD@{24}: checkout: moving from debian to master
ed1d718 HEAD@{25}: checkout: moving from master to debian
c24a343 HEAD@{26}: checkout: moving from debian to master
ed1d718 HEAD@{27}: checkout: moving from code-cleanup to debian
85499fb HEAD@{39}: checkout: moving from master to code-cleanup
2cfe865 HEAD@{45}: checkout: moving from debian to master
ed1d718 HEAD@{46}: commit: Don't specify the icon name with extension. Closes: #551544.
8a9caf4 HEAD@{53}: merge xpdf-3.02: Fast-forward
3b9ea91 HEAD@{55}: checkout: moving from xpdf-3.02 to master
8a9caf4 HEAD@{56}: rebase: updating HEAD
de82975 HEAD@{63}: checkout: moving from xpdf-3.02 to debian
6c3755a HEAD@{67}: checkout: moving from master to xpdf-3.02
6fcc973 HEAD@{68}: checkout: moving from xpdf-3.02 to master
e81aa6d HEAD@{71}: commit: Spice up the compilation a little bit
4e28c43 HEAD@{72}: commit: Unbreak the Debian packaging
1cc46ef HEAD@{74}: commit: Add debian packaging by Michael Gilbert
rbrito@chagas:/media/lutz/devel/xpdf-poppler$

@rbrito
Copy link
Author

rbrito commented Jul 3, 2010

rbrito@chagas:/media/lutz/devel/xpdf-poppler$ git log -g origin/debian
commit 63d878bec40db1fc49860710fadf55961a721f0d
Reflog: refs/remotes/origin/debian@{0} (Rogério Brito rbrito@ime.usp.br)
Reflog message: update by push
Author: Rogério Brito rbrito@ime.usp.br
Date: Wed Jun 30 11:10:12 2010 -0300

Recommend poppler-data

It is useful/necessary for many document (including some typeset with
fontspec).

commit ed1d71862e217595ef43db1119eef61949038fe6
Reflog: refs/remotes/origin/debian@{1} (Rogério Brito rbrito@ime.usp.br)
Reflog message: update by push
Author: Rogério Brito rbrito@ime.usp.br
Date: Thu Jun 10 13:28:30 2010 -0300

Don't specify the icon name with extension. Closes: #551544.

According to the [freedesktop.org standard][0], there is no need to
include the extension of the name of the icons if no absolute pathname
is used.

Therefore, not keeping it makes things more flexible if we decide to
reimplement the icons in other formats in the future.

This, BTW, fixes Debian's bug #551544.

[0]: http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html

commit bf233f7144f26bcf6544b9694fb2685ca072eddd
Reflog: refs/remotes/origin/debian@{2} (Rogério Brito rbrito@ime.usp.br)
Reflog message: update by push
Author: Rogério Brito rbrito@ime.usp.br
Date: Sat Jun 5 05:55:30 2010 -0300

Update the packaging to be partially in sync with Debian's

commit de82975e74defc7fbd94882c000f40bbb94bf7c0
Author: Rogério Brito rbrito@ime.usp.br
Date: Fri May 28 08:43:09 2010 -0300

Update the date

rbrito@chagas:/media/lutz/devel/xpdf-poppler$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment