[Pkg-cgit-commits] [pkg-cgit] branch master updated (2a16ced -> 67b216c)

Peter Colberg peter at colberg.org
Thu Jun 16 01:59:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

pc-guest pushed a change to branch master
in repository pkg-cgit.

      from  2a16ced   Really finalize the changelog
       new  f556666   Update changelog
      adds  a873610   Imported Upstream version 1.0+git2.8.3
       new  ad0f914   Merge tag 'upstream/1.0+git2.8.3'
       new  571079b   Update patch headers to conform to DEP-3
       new  27f8aa6   Set Maintainer to Debian Cgit Packaging Team
       new  3239cfc   Add myself to Uploaders
       new  c154b7e   Update Homepage to https
       new  faba677   Add Vcs-Git and Vcs-Browser
       new  b9830cb   Bump Standards-Version to 3.9.8
       new  53f266c   Update debian/copyright
       new  26317f0   Enable verbose compilation
       new  16b76ab   Re-enable hardening flags
       new  4f4bf0f   Revise debian/rules
       new  645c695   Fix spelling
       new  d437f9f   Add debian/watch
       new  44c138d   Add debian/gbp.conf
       new  9ef6d62   Add get-orig-source target to pack orig tarball
       new  ab58796   Update changelog
       new  67b216c   Update changelog

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |     4 +-
 cache.c                                            |     9 +-
 cgit.c                                             |     4 +
 cgit.css                                           |    14 +-
 cgit.h                                             |    11 +-
 cgitrc.5.txt                                       |    15 +-
 cmd.c                                              |    14 +-
 debian/cgit.manpages                               |     1 -
 debian/changelog                                   |    43 +-
 debian/control                                     |    10 +-
 debian/copyright                                   |    16 +-
 debian/gbp.conf                                    |     2 +
 debian/patches/add-hardening.patch                 |    13 +
 ...ss => add-highlighting-rules-to-cgit.css.patch} |    13 +-
 ...ume-highlight-version-3-in-filter-script.patch} |    11 +-
 ...debianize_makefile => debianize-makefile.patch} |     7 +-
 debian/patches/fix-spelling-in-man-page.patch      |    25 +
 debian/patches/fix-spelling-of-occurred.patch      |    28 +
 debian/patches/hardening                           |    13 -
 debian/patches/series                              |    11 +-
 ...2html => use-debian-binary-name-rst2html.patch} |    11 +-
 debian/rules                                       |    54 +-
 debian/watch                                       |     5 +
 filters/html-converters/md2html                    |     6 +-
 filters/syntax-highlighting.py                     |     3 +
 git/.gitignore                                     |     1 +
 git/.mailmap                                       |     1 +
 git/.travis.yml                                    |    29 +-
 git/Documentation/CodingGuidelines                 |     5 +
 git/Documentation/RelNotes/2.4.11.txt              |    11 +
 git/Documentation/RelNotes/2.5.5.txt               |    11 +
 git/Documentation/RelNotes/2.6.6.txt               |    11 +
 git/Documentation/RelNotes/2.7.1.txt               |    87 +
 git/Documentation/RelNotes/2.7.2.txt               |    41 +
 git/Documentation/RelNotes/2.7.3.txt               |    62 +
 git/Documentation/RelNotes/2.7.4.txt               |    11 +
 git/Documentation/RelNotes/2.8.0.txt               |   439 +
 git/Documentation/RelNotes/2.8.1.txt               |     9 +
 git/Documentation/RelNotes/2.8.2.txt               |    70 +
 git/Documentation/RelNotes/2.8.3.txt               |   101 +
 git/Documentation/SubmittingPatches                |    80 +-
 git/Documentation/blame-options.txt                |     7 +
 git/Documentation/config.txt                       |    99 +-
 git/Documentation/diff-options.txt                 |     6 +-
 git/Documentation/fetch-options.txt                |    24 +-
 git/Documentation/git-add.txt                      |     2 +-
 git/Documentation/git-am.txt                       |     1 +
 git/Documentation/git-apply.txt                    |     4 +-
 git/Documentation/git-blame.txt                    |     3 +-
 git/Documentation/git-bundle.txt                   |     2 +-
 git/Documentation/git-cherry-pick.txt              |     1 +
 git/Documentation/git-clean.txt                    |     4 +-
 git/Documentation/git-clone.txt                    |    12 +-
 git/Documentation/git-commit.txt                   |     6 +-
 git/Documentation/git-config.txt                   |    39 +-
 git/Documentation/git-credential-cache.txt         |     2 +-
 git/Documentation/git-fetch-pack.txt               |     4 +
 git/Documentation/git-for-each-ref.txt             |    37 +-
 git/Documentation/git-format-patch.txt             |     7 +-
 git/Documentation/git-grep.txt                     |    13 +
 git/Documentation/git-interpret-trailers.txt       |    24 +-
 git/Documentation/git-ls-files.txt                 |    22 +
 git/Documentation/git-ls-remote.txt                |    18 +-
 git/Documentation/git-p4.txt                       |    10 +-
 git/Documentation/git-pack-objects.txt             |     3 +-
 git/Documentation/git-pull.txt                     |     4 +-
 git/Documentation/git-push.txt                     |    16 +-
 git/Documentation/git-rebase.txt                   |     2 +-
 git/Documentation/git-repack.txt                   |    10 +-
 git/Documentation/git-revert.txt                   |     1 +
 git/Documentation/git-svn.txt                      |    12 +
 git/Documentation/git-tag.txt                      |     2 +-
 git/Documentation/git-update-index.txt             |    67 +-
 git/Documentation/git-worktree.txt                 |    15 +-
 git/Documentation/git.txt                          |    26 +-
 git/Documentation/gitcore-tutorial.txt             |    18 +-
 git/Documentation/githooks.txt                     |     2 +-
 git/Documentation/gitignore.txt                    |    23 +-
 git/Documentation/gittutorial.txt                  |     2 +-
 git/Documentation/glossary-content.txt             |     7 +-
 git/Documentation/merge-strategies.txt             |    12 +-
 git/Documentation/pretty-options.txt               |     8 +-
 git/Documentation/revisions.txt                    |    31 +-
 git/Documentation/technical/api-argv-array.txt     |     7 +
 git/Documentation/technical/api-config.txt         |     7 -
 git/Documentation/technical/api-parse-options.txt  |     7 +
 git/Documentation/technical/api-remote.txt         |     4 +
 git/Documentation/technical/api-trace.txt          |    45 +-
 git/Documentation/urls.txt                         |     6 +-
 git/Documentation/user-manual.txt                  |    41 +-
 git/GIT-VERSION-GEN                                |     2 +-
 git/Makefile                                       |    38 +-
 git/{README => README.md}                          |    56 +-
 git/RelNotes                                       |     2 +-
 git/abspath.c                                      |     5 +-
 git/alias.c                                        |     2 +-
 git/archive.c                                      |     4 +-
 git/argv-array.c                                   |    11 +
 git/argv-array.h                                   |     1 +
 git/attr.c                                         |     8 +-
 git/bisect.c                                       |    12 +-
 git/branch.c                                       |    73 +-
 git/branch.h                                       |    10 +-
 git/builtin/am.c                                   |    42 +-
 git/builtin/apply.c                                |    48 +-
 git/builtin/blame.c                                |    47 +-
 git/builtin/branch.c                               |    49 +-
 git/builtin/cat-file.c                             |     2 +-
 git/builtin/check-attr.c                           |    22 +-
 git/builtin/check-ignore.c                         |    20 +-
 git/builtin/check-mailmap.c                        |     2 +-
 git/builtin/check-ref-format.c                     |     2 +-
 git/builtin/checkout-index.c                       |    95 +-
 git/builtin/checkout.c                             |     6 +-
 git/builtin/clean.c                                |    36 +-
 git/builtin/clone.c                                |    27 +-
 git/builtin/column.c                               |     2 +-
 git/builtin/commit.c                               |    21 +-
 git/builtin/config.c                               |    69 +-
 git/builtin/diff.c                                 |     2 +-
 git/builtin/fast-export.c                          |     4 +-
 git/builtin/fetch-pack.c                           |    37 +-
 git/builtin/fetch.c                                |    23 +-
 git/builtin/grep.c                                 |    78 +-
 git/builtin/hash-object.c                          |    13 +-
 git/builtin/help.c                                 |     9 +-
 git/builtin/index-pack.c                           |    44 +-
 git/builtin/init-db.c                              |    48 +-
 git/builtin/interpret-trailers.c                   |    13 +-
 git/builtin/log.c                                  |     6 +
 git/builtin/ls-files.c                             |    35 +-
 git/builtin/ls-remote.c                            |    90 +-
 git/builtin/merge-base.c                           |     2 +-
 git/builtin/merge-tree.c                           |     2 +-
 git/builtin/merge.c                                |    13 +-
 git/builtin/mktree.c                               |    23 +-
 git/builtin/mv.c                                   |    28 +-
 git/builtin/notes.c                                |    38 +-
 git/builtin/pack-objects.c                         |    31 +-
 git/builtin/pack-redundant.c                       |     2 +-
 git/builtin/pull.c                                 |    17 +-
 git/builtin/push.c                                 |    42 +-
 git/builtin/receive-pack.c                         |    22 +-
 git/builtin/reflog.c                               |    13 +-
 git/builtin/remote-ext.c                           |    26 +-
 git/builtin/remote.c                               |   103 +-
 git/builtin/repack.c                               |     2 +-
 git/builtin/replace.c                              |     1 +
 git/builtin/rev-list.c                             |    12 +-
 git/builtin/rev-parse.c                            |    57 +-
 git/builtin/rm.c                                   |     2 +-
 git/builtin/send-pack.c                            |     4 +-
 git/builtin/shortlog.c                             |   186 +-
 git/builtin/stripspace.c                           |     2 +-
 git/builtin/submodule--helper.c                    |    55 +-
 git/builtin/tag.c                                  |     4 +-
 git/builtin/update-index.c                         |   100 +-
 git/builtin/worktree.c                             |    17 +-
 git/bundle.c                                       |    23 +-
 git/cache-tree.c                                   |     6 +-
 git/cache.h                                        |   110 +-
 git/column.c                                       |     5 +-
 git/combine-diff.c                                 |    26 +-
 git/commit.c                                       |     4 +-
 git/compat/apple-common-crypto.h                   |    16 +-
 git/compat/basename.c                              |    66 +-
 git/compat/bswap.h                                 |     5 +-
 git/compat/mingw.c                                 |   134 +-
 git/compat/mingw.h                                 |    40 +-
 git/compat/nedmalloc/malloc.c.h                    |     7 +-
 git/compat/poll/poll.c                             |     2 +-
 git/compat/precompose_utf8.c                       |     3 +-
 git/compat/qsort.c                                 |     2 +-
 git/compat/setenv.c                                |     2 +-
 git/compat/snprintf.c                              |     2 +-
 git/compat/terminal.c                              |     2 +-
 git/compat/vcbuild/include/unistd.h                |     4 +
 git/compat/win32/pthread.h                         |    16 +-
 git/compat/win32/syslog.c                          |     4 +-
 git/compat/win32mmap.c                             |    31 +-
 git/compat/winansi.c                               |     5 +-
 git/config.c                                       |   145 +-
 git/config.mak.uname                               |    34 +-
 git/configure                                      |  8883 ------------
 git/configure.ac                                   |    11 +-
 git/connect.c                                      |    12 +-
 git/connect.h                                      |     2 +
 git/contrib/completion/git-completion.bash         |    33 +-
 git/contrib/examples/git-commit.sh                 |     8 +-
 git/contrib/examples/git-fetch.sh                  |     4 +-
 git/contrib/examples/git-merge.sh                  |     4 +-
 git/contrib/examples/git-repack.sh                 |     4 +-
 git/contrib/examples/git-revert.sh                 |     8 +-
 git/contrib/hooks/multimail/CHANGES                |    35 +
 git/contrib/hooks/multimail/CONTRIBUTING.rst       |    17 +-
 git/contrib/hooks/multimail/README                 |   215 +-
 git/contrib/hooks/multimail/README.Git             |     4 +-
 .../hooks/multimail/doc/customizing-emails.rst     |    56 +
 .../hooks/multimail/doc/troubleshooting.rst        |    44 +
 git/contrib/hooks/multimail/git_multimail.py       |   242 +-
 git/contrib/hooks/multimail/post-receive.example   |     6 +
 git/contrib/subtree/Makefile                       |     6 +-
 git/contrib/subtree/git-subtree.sh                 |    22 +-
 git/contrib/subtree/t/t7900-subtree.sh             |    60 +
 git/contrib/thunderbird-patch-inline/appp.sh       |     4 +-
 git/convert.c                                      |   277 +-
 git/convert.h                                      |     3 +
 git/credential-cache--daemon.c                     |    53 +-
 git/credential-cache.c                             |     1 +
 git/credential-store.c                             |     2 +-
 git/credential.c                                   |     2 +-
 git/daemon.c                                       |    14 +-
 git/diff-no-index.c                                |     7 +-
 git/diff.c                                         |    42 +-
 git/diff.h                                         |    26 +-
 git/diffcore-delta.c                               |     6 +-
 git/diffcore-order.c                               |     4 +-
 git/diffcore-rename.c                              |     8 +-
 git/dir.c                                          |   194 +-
 git/dir.h                                          |    12 +-
 git/entry.c                                        |     2 +-
 git/environment.c                                  |    33 +-
 git/ewah/bitmap.c                                  |    20 +-
 git/ewah/ewah_bitmap.c                             |    10 +-
 git/ewah/ewah_io.c                                 |    12 +-
 git/ewah/ewok.h                                    |    10 -
 git/exec_cmd.c                                     |    34 +-
 git/exec_cmd.h                                     |     4 +-
 git/fast-import.c                                  |    16 +-
 git/fetch-pack.c                                   |     4 +-
 git/fsck.c                                         |     3 +-
 git/git-compat-util.h                              |   126 +-
 git/git-cvsserver.perl                             |     2 +-
 git/git-difftool--helper.sh                        |     4 +-
 git/git-filter-branch.sh                           |     2 +-
 git/git-gui/po/glossary/txt-to-pot.sh              |     4 +-
 git/git-gui/version                                |     1 -
 git/git-merge-one-file.sh                          |     3 +-
 git/git-mergetool--lib.sh                          |     2 +-
 git/git-mergetool.sh                               |    27 +-
 git/git-p4.py                                      |    22 +-
 git/git-rebase--interactive.sh                     |     3 +-
 git/git-rebase.sh                                  |     2 +-
 git/git-send-email.perl                            |    22 +-
 git/git-sh-setup.sh                                |     4 +-
 git/git-submodule.sh                               |    42 +-
 git/git-svn.perl                                   |    14 +-
 git/git.c                                          |   106 +-
 git/git.spec                                       |   330 -
 git/git.spec.in                                    |     2 +-
 git/gitk-git/gitk                                  |     8 +-
 git/gitk-git/po/bg.po                              |   656 +-
 git/gitk-git/po/de.po                              |    79 +-
 git/gitk-git/po/fr.po                              |   849 +-
 git/gitweb/gitweb.perl                             |     5 +-
 git/graph.c                                        |    10 +-
 git/grep.c                                         |     3 +-
 git/hashmap.c                                      |     3 +-
 git/help.c                                         |     6 +-
 git/http-push.c                                    |    23 +-
 git/http.c                                         |   191 +-
 git/http.h                                         |     2 +
 git/ident.c                                        |    68 +-
 git/imap-send.c                                    |    37 +-
 git/khash.h                                        |     2 +-
 git/levenshtein.c                                  |     8 +-
 git/line-log.c                                     |    30 +-
 git/list-objects.c                                 |    40 +-
 git/list-objects.h                                 |     2 +-
 git/ll-merge.c                                     |     2 +-
 git/lockfile.c                                     |    12 +-
 git/log-tree.c                                     |     5 +-
 git/mailinfo.c                                     |     8 +-
 git/mailmap.c                                      |     3 +-
 git/merge-blobs.c                                  |    38 +-
 git/merge-recursive.c                              |    14 +-
 git/merge-recursive.h                              |     1 +
 git/mergetools/vimdiff                             |     4 +-
 git/name-hash.c                                    |     3 +-
 git/notes-cache.c                                  |    11 +-
 git/notes-utils.c                                  |     6 +-
 git/notes.c                                        |    23 +-
 git/notes.h                                        |    17 +-
 git/pack-bitmap-write.c                            |     3 +-
 git/pack-bitmap.c                                  |    26 +-
 git/pack-check.c                                   |     2 +-
 git/pack-revindex.c                                |   109 +-
 git/pack-revindex.h                                |    11 +-
 git/pager.c                                        |    19 +-
 git/path.c                                         |    27 +-
 git/pathspec.c                                     |     5 +-
 git/perl/Git.pm                                    |     3 +-
 git/perl/Git/SVN/Editor.pm                         |     4 +-
 git/perl/Git/SVN/GlobSpec.pm                       |    18 +-
 git/perl/Git/SVN/Ra.pm                             |     8 +-
 git/po/TEAMS                                       |     6 +-
 git/po/ca.po                                       |  2946 ++--
 git/po/de.po                                       |  3141 +++--
 git/po/fr.po                                       |  3051 ++--
 git/po/git.pot                                     |  2881 ++--
 git/po/ko.po                                       | 12145 ++++++++++++++++
 git/po/pt_PT.po                                    | 14113 ++++++++++++++-----
 git/po/ru.po                                       |  3022 ++--
 git/po/sv.po                                       |  3038 ++--
 git/po/vi.po                                       |  3039 ++--
 git/po/zh_CN.po                                    |  3011 ++--
 git/progress.c                                     |     2 +-
 git/reachable.c                                    |     5 +-
 git/read-cache.c                                   |    31 +-
 git/ref-filter.c                                   |   486 +-
 git/reflog-walk.c                                  |    16 +-
 git/refs.c                                         |    10 +-
 git/refs.h                                         |    23 +-
 git/refs/files-backend.c                           |   244 +-
 git/remote-curl.c                                  |    61 +-
 git/remote-testsvn.c                               |     4 +-
 git/remote.c                                       |   128 +-
 git/remote.h                                       |     4 +-
 git/rerere.c                                       |     4 +-
 git/revision.c                                     |    77 +-
 git/revision.h                                     |    11 +-
 git/run-command.c                                  |   399 +-
 git/run-command.h                                  |    79 +
 git/send-pack.c                                    |     7 +-
 git/sequencer.c                                    |    31 +-
 git/setup.c                                        |   196 +-
 git/sha1_file.c                                    |    43 +-
 git/sha1_name.c                                    |    30 +-
 git/shallow.c                                      |     8 +-
 git/shell.c                                        |     2 +-
 git/show-index.c                                   |     3 +-
 git/sigchain.c                                     |     9 +
 git/sigchain.h                                     |     1 +
 git/strbuf.c                                       |    49 +-
 git/strbuf.h                                       |    37 +-
 git/string-list.c                                  |     8 +-
 git/submodule-config.c                             |    19 +-
 git/submodule.c                                    |   156 +-
 git/submodule.h                                    |     2 +-
 git/t/Makefile                                     |     6 -
 git/t/lib-git-daemon.sh                            |     5 +
 git/t/lib-git-p4.sh                                |     7 +-
 git/t/lib-git-svn.sh                               |    12 +
 git/t/lib-httpd.sh                                 |     4 +-
 git/t/lib-httpd/apache.conf                        |     4 +
 git/t/perf/p7300-clean.sh                          |     4 +
 git/t/t0001-init.sh                                |    15 +
 git/t/t0008-ignores.sh                             |     2 +-
 git/t/t0021-conversion.sh                          |    16 +
 git/t/t0027-auto-crlf.sh                           |   417 +-
 git/t/t0060-path-utils.sh                          |    12 +
 git/t/t0061-run-command.sh                         |    53 +
 git/t/t1020-subdirectory.sh                        |    10 +-
 git/t/t1100-commit-tree-options.sh                 |     4 +-
 git/t/t1300-repo-config.sh                         |   169 +-
 git/t/t1308-config-set.sh                          |    15 +-
 git/t/t1401-symbolic-ref.sh                        |    17 +-
 git/t/t1410-reflog.sh                              |    37 +-
 git/t/{t1501-worktree.sh => t1501-work-tree.sh}    |     0
 git/t/t1506-rev-parse-diagnosis.sh                 |     5 -
 git/t/t1508-at-combinations.sh                     |     6 +-
 ...09-root-worktree.sh => t1509-root-work-tree.sh} |     0
 git/t/t1511-rev-parse-caret.sh                     |    57 +-
 git/t/t1512-rev-parse-disambiguation.sh            |     8 +-
 git/t/t1515-rev-parse-outside-repo.sh              |    45 +
 git/t/t1700-split-index.sh                         |     2 +-
 git/t/t2011-checkout-invalid-head.sh               |    39 +
 git/t/t2019-checkout-ambiguous-ref.sh              |    26 -
 git/t/t2025-worktree-add.sh                        |    19 +-
 git/t/t2027-worktree-list.sh                       |    10 +
 git/t/t2102-update-index-symlinks.sh               |     2 +-
 git/t/t3000-ls-files-others.sh                     |     7 +
 git/t/t3001-ls-files-others-exclude.sh             |    25 -
 git/t/t3030-merge-recursive.sh                     |     2 +-
 ...s.sh => t3032-merge-recursive-space-options.sh} |     2 +-
 git/t/t3034-merge-recursive-rename-options.sh      |   312 +
 git/t/t3100-ls-tree-restrict.sh                    |     2 +-
 git/t/t3101-ls-tree-dirname.sh                     |     2 +-
 git/t/t3200-branch.sh                              |    45 +-
 git/t/t3203-branch-output.sh                       |    20 +
 git/t/t3210-pack-refs.sh                           |     2 +-
 git/t/t3300-funny-names.sh                         |     1 +
 git/t/t3301-notes.sh                               |    10 +
 git/t/t3308-notes-merge.sh                         |    22 +-
 git/t/t3403-rebase-skip.sh                         |     2 +-
 git/t/t3404-rebase-interactive.sh                  |     7 +-
 git/t/t3511-cherry-pick-x.sh                       |    14 +-
 git/t/t3600-rm.sh                                  |     6 +-
 git/t/t3700-add.sh                                 |    16 +-
 git/t/t3703-add-magic-pathspec.sh                  |     2 +-
 git/t/t3902-quoted.sh                              |     1 +
 git/t/t4001-diff-rename.sh                         |    11 +
 git/t/t4014-format-patch.sh                        |    15 +
 git/t/t4016-diff-quote.sh                          |     1 +
 git/t/t4056-diff-order.sh                          |     6 +
 git/t/t4135-apply-weird-filenames.sh               |     3 +-
 git/t/t4201-shortlog.sh                            |    22 +-
 git/t/t5100-mailinfo.sh                            |    12 +-
 git/t/t5300-pack-object.sh                         |    24 +-
 git/t/t5301-sliding-window.sh                      |    14 +-
 git/t/t5302-pack-index.sh                          |    34 +-
 git/t/t5303-pack-corruption-resilience.sh          |    16 +-
 git/t/t5304-prune.sh                               |     2 +-
 git/t/t5305-include-tag.sh                         |     8 +-
 git/t/t5313-pack-bounds-checks.sh                  |   179 +
 git/t/t5400-send-pack.sh                           |    12 +
 git/t/t5500-fetch-pack.sh                          |    34 +-
 git/t/t5504-fetch-receive-strict.sh                |     5 +-
 git/t/t5505-remote.sh                              |    49 +-
 git/t/t5506-remote-groups.sh                       |     2 +-
 git/t/t5510-fetch.sh                               |    62 +-
 git/t/t5512-ls-remote.sh                           |    45 +
 git/t/t5515-fetch-merge-logic.sh                   |     4 +-
 git/t/t5516-fetch-push.sh                          |     4 +-
 git/t/t5517-push-mirror.sh                         |     2 +-
 git/t/t5520-pull.sh                                |    10 +
 git/t/t5522-pull-symlink.sh                        |     2 +-
 git/t/t5526-fetch-submodules.sh                    |    71 +-
 git/t/t5530-upload-pack-error.sh                   |     2 +-
 git/t/t5532-fetch-proxy.sh                         |    21 +-
 git/t/t5533-push-cas.sh                            |    15 +-
 git/t/t5537-fetch-shallow.sh                       |     4 +-
 git/t/t5538-push-shallow.sh                        |     4 +-
 git/t/t5550-http-fetch-dumb.sh                     |     8 +-
 git/t/t5570-git-daemon.sh                          |    30 +-
 git/t/t5601-clone.sh                               |    43 +-
 ...clone-reference.sh => t5604-clone-reference.sh} |     2 +-
 .../{t5701-clone-local.sh => t5605-clone-local.sh} |     0
 ...702-clone-options.sh => t5606-clone-options.sh} |     0
 git/t/{t5704-bundle.sh => t5607-clone-bundle.sh}   |     0
 git/t/{t5705-clone-2gb.sh => t5608-clone-2gb.sh}   |     0
 ...t5706-clone-branch.sh => t5609-clone-branch.sh} |     0
 ...7-clone-detached.sh => t5610-clone-detached.sh} |     0
 ...t5708-clone-config.sh => t5611-clone-config.sh} |     0
 ...709-clone-refspec.sh => t5612-clone-refspec.sh} |     0
 ...0-info-alternate.sh => t5613-info-alternate.sh} |     2 +-
 git/t/t5900-repo-selection.sh                      |     2 +-
 git/t/t6001-rev-list-graft.sh                      |    12 +-
 git/t/t6002-rev-list-bisect.sh                     |     6 +-
 git/t/t6015-rev-list-show-all-parents.sh           |     6 +-
 git/t/t6023-merge-file.sh                          |    13 +
 git/t/t6032-merge-large-rename.sh                  |     2 +-
 git/t/t6050-replace.sh                             |    10 +-
 git/t/t6132-pathspec-exclude.sh                    |     2 +-
 git/t/t6133-pathspec-rev-dwim.sh                   |    48 +
 git/t/t6300-for-each-ref.sh                        |    74 +-
 git/t/t6302-for-each-ref-filter.sh                 |    42 +
 git/t/t7001-mv.sh                                  |    22 +-
 git/t/t7003-filter-branch.sh                       |    14 +-
 git/t/t7004-tag.sh                                 |    24 +-
 git/t/t7006-pager.sh                               |     2 +-
 git/t/t7008-grep-binary.sh                         |     3 +-
 git/t/t7063-status-untracked-cache.sh              |    89 +-
 git/t/t7103-reset-bare.sh                          |     2 +-
 git/t/t7300-clean.sh                               |     2 +-
 git/t/t7400-submodule-basic.sh                     |    79 +
 git/t/t7406-submodule-update.sh                    |    86 +-
 git/t/t7407-submodule-foreach.sh                   |    49 +-
 git/t/t7408-submodule-reference.sh                 |     2 +-
 ...ee.sh => t7409-submodule-detached-work-tree.sh} |     0
 git/t/t7501-commit.sh                              |    20 +
 git/t/t7502-commit.sh                              |     5 -
 git/t/t7504-commit-msg-hook.sh                     |     2 +-
 git/t/t7505-prepare-commit-msg-hook.sh             |    32 +-
 git/t/t7513-interpret-trailers.sh                  |    40 +
 git/t/t7517-per-repo-email.sh                      |    39 +
 git/t/t7600-merge.sh                               |    38 +
 git/t/t7602-merge-octopus-many.sh                  |     8 +-
 git/t/t7610-mergetool.sh                           |    64 +
 git/t/t7700-repack.sh                              |     4 +-
 git/t/t7800-difftool.sh                            |    16 +-
 git/t/t7810-grep.sh                                |    76 +-
 git/t/t8003-blame-corner-cases.sh                  |    18 +-
 git/t/t8005-blame-i18n.sh                          |    28 +-
 git/t/t9001-send-email.sh                          |    27 +-
 git/t/t9003-help-autocorrect.sh                    |    52 +
 git/t/t9100-git-svn-basic.sh                       |    23 +-
 git/t/t9101-git-svn-props.sh                       |    30 +-
 git/t/t9104-git-svn-follow-parent.sh               |    68 +-
 git/t/t9105-git-svn-commit-diff.sh                 |     4 +-
 git/t/t9107-git-svn-migrate.sh                     |    28 +-
 git/t/t9108-git-svn-glob.sh                        |    29 +-
 git/t/t9109-git-svn-multi-glob.sh                  |    41 +-
 git/t/t9110-git-svn-use-svm-props.sh               |     2 +-
 git/t/t9114-git-svn-dcommit-merge.sh               |    12 +-
 git/t/t9115-git-svn-dcommit-funky-renames.sh       |    40 +-
 git/t/t9117-git-svn-init-clone.sh                  |     6 +
 git/t/t9118-git-svn-funky-branch-names.sh          |    14 +-
 git/t/t9119-git-svn-info.sh                        |     2 +-
 git/t/t9124-git-svn-dcommit-auto-props.sh          |    16 +-
 git/t/t9129-git-svn-i18n-commitencoding.sh         |    16 +-
 git/t/t9130-git-svn-authors-file.sh                |    14 +-
 git/t/t9132-git-svn-broken-symlink.sh              |     4 +-
 git/t/t9137-git-svn-dcommit-clobber-series.sh      |    24 +-
 git/t/t9138-git-svn-authors-prog.sh                |     2 +-
 git/t/t9145-git-svn-master-branch.sh               |     4 +-
 git/t/t9150-svk-mergetickets.sh                    |     2 +-
 git/t/t9168-git-svn-partially-globbed-names.sh     |   223 +
 git/t/t9200-git-cvsexportcommit.sh                 |     4 +-
 git/t/t9300-fast-import.sh                         |    72 +-
 git/t/t9350-fast-export.sh                         |     6 +-
 git/t/t9400-git-cvsserver-server.sh                |     6 +-
 git/t/t9401-git-cvsserver-crlf.sh                  |     6 +-
 git/t/t9402-git-cvsserver-refs.sh                  |     6 +-
 git/t/t9501-gitweb-standalone-http-status.sh       |     6 +-
 git/t/t9700/test.pl                                |     8 +-
 git/t/t9802-git-p4-filetype.sh                     |     6 +-
 git/t/t9824-git-p4-git-lfs.sh                      |     6 +-
 git/t/t9827-git-p4-change-filetype.sh              |    66 +
 git/t/t9901-git-web--browse.sh                     |     2 +-
 git/t/t9903-bash-prompt.sh                         |     2 +-
 git/t/test-lib-functions.sh                        |     2 +-
 git/t/test-lib.sh                                  |    36 +-
 git/templates/hooks--update.sample                 |     2 +-
 git/test-dump-untracked-cache.c                    |     4 +
 git/test-fake-ssh.c                                |    30 +
 git/test-match-trees.c                             |     2 +
 git/test-path-utils.c                              |   145 +-
 git/test-revision-walking.c                        |     2 +
 git/test-run-command.c                             |    54 +-
 git/test-sha1-array.c                              |     2 +-
 git/test-sha1.sh                                   |     8 +-
 git/trailer.c                                      |    71 +-
 git/trailer.h                                      |     3 +-
 git/transport-helper.c                             |    20 +-
 git/transport.c                                    |   364 +-
 git/transport.h                                    |     8 +
 git/tree-diff.c                                    |     4 +-
 git/tree-walk.c                                    |     7 +
 git/tree-walk.h                                    |     1 +
 git/unimplemented.sh                               |     2 +-
 git/unpack-trees.c                                 |    51 +-
 git/upload-pack.c                                  |    25 +-
 git/userdiff.h                                     |     4 +
 git/version                                        |     1 -
 git/walker.c                                       |     2 +-
 git/worktree.c                                     |     8 +-
 git/wrapper.c                                      |    53 +-
 git/write_or_die.c                                 |     4 +
 git/wt-status.c                                    |    12 +-
 git/xdiff-interface.c                              |     2 +-
 git/xdiff/xdiff.h                                  |     1 -
 git/xdiff/xemit.c                                  |    18 -
 git/xdiff/xmerge.c                                 |   107 +-
 git/xdiff/xprepare.c                               |     3 +-
 parsing.c                                          |    10 +-
 scan-tree.c                                        |     4 +-
 shared.c                                           |     1 +
 ui-atom.c                                          |     6 +-
 ui-commit.c                                        |     6 +-
 ui-diff.c                                          |     2 +-
 ui-log.c                                           |    56 +-
 ui-plain.c                                         |     2 +-
 ui-refs.c                                          |     6 +-
 ui-repolist.c                                      |     2 +-
 ui-shared.c                                        |    67 +-
 ui-shared.h                                        |     4 +-
 ui-stats.c                                         |    21 +-
 ui-tag.c                                           |     3 +-
 ui-tree.c                                          |    34 +
 560 files changed, 47297 insertions(+), 28983 deletions(-)
 delete mode 100644 debian/cgit.manpages
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/add-hardening.patch
 rename debian/patches/{add-highlighting-rules-to-cgit.css => add-highlighting-rules-to-cgit.css.patch} (79%)
 rename debian/patches/{assume-highlight-version-3-in-filter-script => assume-highlight-version-3-in-filter-script.patch} (64%)
 rename debian/patches/{debianize_makefile => debianize-makefile.patch} (66%)
 create mode 100644 debian/patches/fix-spelling-in-man-page.patch
 create mode 100644 debian/patches/fix-spelling-of-occurred.patch
 delete mode 100644 debian/patches/hardening
 rename debian/patches/{Use-debian-binary-name-rst2html => use-debian-binary-name-rst2html.patch} (57%)
 create mode 100644 debian/watch
 create mode 100644 git/Documentation/RelNotes/2.4.11.txt
 create mode 100644 git/Documentation/RelNotes/2.5.5.txt
 create mode 100644 git/Documentation/RelNotes/2.6.6.txt
 create mode 100644 git/Documentation/RelNotes/2.7.1.txt
 create mode 100644 git/Documentation/RelNotes/2.7.2.txt
 create mode 100644 git/Documentation/RelNotes/2.7.3.txt
 create mode 100644 git/Documentation/RelNotes/2.7.4.txt
 create mode 100644 git/Documentation/RelNotes/2.8.0.txt
 create mode 100644 git/Documentation/RelNotes/2.8.1.txt
 create mode 100644 git/Documentation/RelNotes/2.8.2.txt
 create mode 100644 git/Documentation/RelNotes/2.8.3.txt
 rename git/{README => README.md} (65%)
 delete mode 100755 git/configure
 create mode 100644 git/contrib/hooks/multimail/doc/customizing-emails.rst
 create mode 100644 git/contrib/hooks/multimail/doc/troubleshooting.rst
 delete mode 100644 git/git-gui/version
 delete mode 100644 git/git.spec
 create mode 100644 git/po/ko.po
 rename git/t/{t1501-worktree.sh => t1501-work-tree.sh} (100%)
 rename git/t/{t1509-root-worktree.sh => t1509-root-work-tree.sh} (100%)
 create mode 100755 git/t/t1515-rev-parse-outside-repo.sh
 rename git/t/{t3032-merge-recursive-options.sh => t3032-merge-recursive-space-options.sh} (99%)
 create mode 100755 git/t/t3034-merge-recursive-rename-options.sh
 create mode 100755 git/t/t5313-pack-bounds-checks.sh
 rename git/t/{t5700-clone-reference.sh => t5604-clone-reference.sh} (99%)
 rename git/t/{t5701-clone-local.sh => t5605-clone-local.sh} (100%)
 rename git/t/{t5702-clone-options.sh => t5606-clone-options.sh} (100%)
 rename git/t/{t5704-bundle.sh => t5607-clone-bundle.sh} (100%)
 rename git/t/{t5705-clone-2gb.sh => t5608-clone-2gb.sh} (100%)
 rename git/t/{t5706-clone-branch.sh => t5609-clone-branch.sh} (100%)
 rename git/t/{t5707-clone-detached.sh => t5610-clone-detached.sh} (100%)
 rename git/t/{t5708-clone-config.sh => t5611-clone-config.sh} (100%)
 rename git/t/{t5709-clone-refspec.sh => t5612-clone-refspec.sh} (100%)
 rename git/t/{t5710-info-alternate.sh => t5613-info-alternate.sh} (99%)
 create mode 100755 git/t/t6133-pathspec-rev-dwim.sh
 rename git/t/{t7409-submodule-detached-worktree.sh => t7409-submodule-detached-work-tree.sh} (100%)
 create mode 100755 git/t/t7517-per-repo-email.sh
 create mode 100755 git/t/t9003-help-autocorrect.sh
 create mode 100755 git/t/t9168-git-svn-partially-globbed-names.sh
 create mode 100755 git/t/t9827-git-p4-change-filetype.sh
 create mode 100644 git/test-fake-ssh.c
 delete mode 100644 git/version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cgit/pkg-cgit.git



More information about the Pkg-cgit-commits mailing list