index
:
tools/git-buildpackage
2.0alpha
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel-test20161228
devel_psk_20160727
experimental
feature/bitbake
master
nanjing-devel
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-20190215
release-for-gbsV0.10
release-for-gbsV0.11
release-for-gbsV0.12
release-for-gbsV0.13
release-for-gbsV0.14
release-for-gbsV0.15
release-for-gbsV0.16
release-for-gbsV0.17
release-for-gbsV0.18
release-for-gbsV0.19
release-for-gbsV0.20
release-for-gbsV0.21
release-for-gbsV0.22
release-for-gbsV0.23
release-for-gbsV0.24
release-for-gbsV0.25
release-for-gbsV0.9
release-pylint
release-test-0.1
release-test-20150810
sandbox/soong9/gitmodules
sandbox/soong9/py2
sandbox/wangbiao/gbp_test_0_9_29
sandbox/wangbiao/os_0_9_8_py3_version
sandbox/wangbiao/riscv
sandbox/xuhy/devel-upgrade
sandbox/xuwc/gbp_0.9.29
sandbox/xuwc/upstream_0.9.29
sandbox_ubuntu18.04
spin-release-latest
test-devel
upstream
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gbp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-14
GitRepository: raise GitRepositoryError instead of GbpError
Markus Lehtonen
2
-4
/
+4
2014-11-14
GitRepository/rev_parse: use _git_inout()
Markus Lehtonen
1
-2
/
+3
2014-11-14
GitRepository/git_command: strip stderr output in case of error
Markus Lehtonen
1
-1
/
+2
2014-11-14
GitRepository/has_submodules: add treeish argument
Markus Lehtonen
1
-4
/
+9
2014-11-14
GitRepository.create_branch: add 'force' option
Markus Lehtonen
1
-1
/
+3
2014-11-14
GitRepository.commit_files: add edit argument
Markus Lehtonen
1
-5
/
+8
2014-11-14
GitRepository.commit_all: add committer_info argument
Markus Lehtonen
1
-2
/
+6
2014-11-14
GitRepository.commit_files: add committer_info argument
Markus Lehtonen
1
-3
/
+9
2014-11-14
GbpOptionParser: allow using the default 'dest' attribute
Markus Lehtonen
1
-5
/
+3
2014-11-14
GitRepository: implement create_tree method
Markus Lehtonen
1
-9
/
+19
2014-11-14
GitRepository: fix the 'edit' mode in commit methods
Markus Lehtonen
1
-8
/
+6
2014-11-14
GitRepository: allow interactive commands
Markus Lehtonen
1
-10
/
+19
2014-11-14
buildpackage: refactor tarball compression
Markus Lehtonen
1
-18
/
+31
2014-11-14
buildpackage/dump_tree: add 'recursive' option
Markus Lehtonen
1
-3
/
+8
2014-11-14
GitRepository.archive: add 'paths' option
Markus Lehtonen
1
-1
/
+5
2014-11-14
GitRepository.archive: drop the '**kwargs' argument
Markus Lehtonen
1
-4
/
+3
2014-11-14
common/buildpackage: use GitRepository for submodules
Markus Lehtonen
1
-2
/
+3
2014-11-14
buildpackage/dump_tree: use GitRepository.archive()
Markus Lehtonen
1
-37
/
+28
2014-11-14
buildpackage/git_archive_single: use GitRepository.archive()
Markus Lehtonen
2
-10
/
+16
2014-11-14
Change compressor cmdline opts in compressor_opts to a list
Markus Lehtonen
2
-6
/
+9
2014-11-14
common/buildpackage: support for different archive formats
Markus Lehtonen
2
-20
/
+38
2014-11-14
GitRepository.archive: support getting tar data as return value
Markus Lehtonen
1
-7
/
+17
2014-11-14
GitRepository.__git_inout: prevent blocking of stdin
Markus Lehtonen
1
-6
/
+12
2014-11-14
GitRepository: new method for getting git output as generator
Markus Lehtonen
1
-25
/
+86
2014-11-14
notifications: make notify() more generic
Markus Lehtonen
2
-8
/
+8
2014-11-14
pq: make sure we always get a sane author
Markus Lehtonen
1
-1
/
+25
2014-11-14
pq: deprecate the usage of 'gbp-pq-topic:'
Markus Lehtonen
2
-19
/
+28
2014-11-14
log: don't automatically setup gbp-specific logger
Markus Lehtonen
1
-6
/
+17
2014-11-14
tristate: implement __nonzero__() method
Markus Lehtonen
1
-0
/
+11
2014-11-14
import-srpm: support --upstream-vcs-tag cmdline option
Markus Lehtonen
1
-0
/
+8
2014-11-14
UpstreamSource.guess_version: recognise debian native tarballs
Markus Lehtonen
1
-1
/
+4
2014-11-14
log: fix auto colorizing for custom streams
Markus Lehtonen
1
-1
/
+1
2014-11-14
notify: catch RuntimeError when importing pynotify
Markus Lehtonen
1
-1
/
+1
2014-11-14
gbp-dch: fix handling of the '--meta' option
Markus Lehtonen
2
-3
/
+6
2014-10-29
git.vfs: fix close method
Guido Günther
1
-1
/
+1
2014-10-17
Improve change reporting a bit
Guido Günther
1
-2
/
+4
2014-10-14
pq: Don't fail commit if the series file is empty on the source branch
Guido Günther
1
-2
/
+7
2014-10-12
pq: Add "pq export --commit" option
Guido Günther
2
-2
/
+75
2014-09-26
meta-closes: Move help text to GbpOptionParser.help
Guido Günther
2
-2
/
+3
2014-09-12
Allow to always drop pq branch after export
Guido Günther
2
-0
/
+8
2014-08-23
Unify doc strings a bit
Guido Günther
10
-10
/
+10
2014-08-23
Allow to list all available commands
Guido Günther
1
-1
/
+42
2014-08-23
gbp: add --version option
Guido Günther
1
-1
/
+15
2014-08-19
Improve error messages on formatting errors
Guido Günther
4
-5
/
+52
2014-08-19
buildpackage: Make debian-tag message configurable
Kamal Mostafa
2
-2
/
+9
2014-08-11
dch: Only modify the mainttrailer when --git-author is in use
Bla Fasel
1
-5
/
+6
2014-08-11
Use better variable name
Bla Fasel
1
-7
/
+7
2014-08-11
Brown paper bag, please
Bla Fasel
1
-2
/
+2
2014-08-11
Make sure we fixup the changelog trailer with newer devscripts
Guido Günther
1
-4
/
+11
2014-07-28
linkeList: turn the bug printouts to debug level
Guido Günther
1
-2
/
+2
[next]