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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-29
GitModifier: add tests for dict interface
Guido Günther
1
-2
/
+12
2012-07-27
GitRepository/get_commit_info: add file status
Markus Lehtonen
1
-0
/
+2
2012-07-27
GitRepository/get_commit_info: add committer info
Markus Lehtonen
1
-0
/
+4
2012-07-27
GitRepository/get_commit_info: add author timestamp
Markus Lehtonen
1
-0
/
+4
2012-07-27
GitModifier: More flexible date handling
Guido Günther
1
-0
/
+31
2012-07-24
GitRepository: option to ignore untracked in is_clean()
Markus Lehtonen
1
-0
/
+2
2012-07-23
gbp.git.GitRepository: Add remove_remote
Guido Günther
1
-0
/
+3
2012-07-03
GitRepository: Make rev_parse's short option an int everywhere
Guido Günther
1
-0
/
+5
2012-06-30
GitRepository: Add test that covers remote branches in has_branch()
Guido Günther
1
-0
/
+2
2012-06-30
GitRepository: return GitModifier object instead of separate fields
Guido Günther
1
-1
/
+1
2012-06-30
GitRepository: make get_commit_info() more robust
Markus Lehtonen
1
-1
/
+1
2012-06-30
tests: test GitRepository.get_commit_info()
Guido Günther
1
-0
/
+21
2012-06-30
PristineTar: move Debian-specific stuff to DebianPristineTar
Markus Lehtonen
1
-1
/
+1
2012-06-25
UpstreamSource: automatically detect package name and versions from directories
Guido Günther
1
-0
/
+1
2012-06-25
Make TestDir testcase use a newly created directory
Guido Günther
1
-3
/
+11
2012-05-31
gbp.git.repository: add GitRepository.make_tree
Guido Günther
1
-16
/
+12
2012-05-31
gbp.git.repository: Add GitRepository.write_file
Guido Günther
1
-0
/
+14
2012-05-31
gbp.git.repository: Add GitRepository.list_tree
Guido Günther
1
-0
/
+14
2012-05-25
Refactor deb helpers: move PristineTar class
Guido Günther
1
-6
/
+6
2012-05-20
Provide minimalist debian/control object
Daniel Dehennin
1
-0
/
+89
2012-05-15
Fix typo in doctest that made epydoc fail.
Guido Günther
1
-1
/
+1
2012-05-15
Add gbp.deb.ChangeLogSection
Guido Günther
1
-0
/
+24
2012-05-14
gbp.git.repository: Add a "git merge-base" wrapper
Daniel Dehennin
1
-0
/
+18
2012-05-01
Refactor deb helpers: move UpstreamSource class
Markus Lehtonen
2
-5
/
+5
2012-05-01
Refactor deb helpers: introduce PkgPolicy class
Markus Lehtonen
1
-3
/
+3
2012-03-15
GitModifier: add __getitem__ and keys()
Guido Günther
1
-1
/
+9
2012-03-15
deb.changelog: allow to extract author and date
Guido Günther
1
-0
/
+22
2012-02-13
Make sure we test the built modules
Guido Günther
1
-0
/
+2
2012-02-13
gbp.config: Add tests
Guido Günther
1
-0
/
+59
2012-02-12
Make pristine_tar testcases pass with older git versions
Markus Lehtonen
1
-1
/
+2
2012-02-09
PristineTar: fix links in testcases
Guido Günther
1
-12
/
+12
2012-02-07
UpstreamSource: turn is_* vars and properties into methods
Guido Günther
2
-11
/
+11
2012-01-30
PristineTar: add testcase
Guido Günther
3
-0
/
+132
2012-01-22
PristineTar: move to separate module
Guido Günther
2
-1
/
+6
2012-01-22
deb.changelog: add name property
Guido Günther
1
-1
/
+13
2012-01-21
GitRepository: add get_obj_type()
Markus Lehtonen
1
-0
/
+21
2012-01-15
deb: minor refactor of parameters of has_orig()
Markus Lehtonen
1
-3
/
+3
2012-01-15
GitRepository: add rename_branch() method
Markus Lehtonen
1
-0
/
+17
2012-01-12
GitRepository: Allow to explicitly fetch tags
Guido Günther
1
-0
/
+1
2012-01-10
GitRepository.branch_contains: fix misplaced remote parameter
Guido Günther
1
-0
/
+2
2012-01-10
GitRepository: Test find_tag() and add_remote_repo()
Guido Günther
1
-2
/
+20
2012-01-10
GitRepository: Add branch_contains()
Guido Günther
1
-0
/
+3
2012-01-10
GitRepository: add verify_tag()
Guido Günther
1
-0
/
+3
2012-01-10
GitRepository: add push() and push_tag()
Guido Günther
1
-0
/
+7
2012-01-10
Use testutils in 09_test_write_tree.py
Guido Günther
1
-16
/
+3
2012-01-10
Allow to specify the upstream tree via --upstream-tree
Guido Günther
2
-0
/
+122
2011-12-29
GitRepository: add test for {write,commit}_tree
Guido Günther
1
-0
/
+82
2011-12-29
GitRepository: Add testcases for cornercases
Guido Günther
1
-2
/
+129
2011-12-29
Rename and comment tests
Guido Günther
8
-4
/
+26
2011-12-28
dch: Honor epoch when guessing new upstream version
Guido Günther
1
-0
/
+50
[next]