summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-19Update .gitignoreGuido Günther
2011-03-19tests: add testcase for git_archive()Guido Günther
2011-03-19tests: RenameGuido Günther
2011-03-19git-buildpackage: typoGuido Günther
Git-Dch: Ignore
2011-03-19tests: Add testcase for dump_archive()Guido Günther
2011-03-19rules: change symlink rule to use underscoresGuido Günther
so we can use the gbp commands in nosetests
2011-03-19gbp: simplify is_native()Guido Günther
and add doctests Git-Dch: Ignore
2011-03-19gbp: simplify is_native()Guido Günther
and doctests Git-Dch: Ignore
2011-03-19gbp: Don't fail on paths without extensions in get_compression()Guido Günther
and add doctests for that. Closes: #618893
2011-03-18git-buildpackage: submodule support for git_archiveGuido Günther
Heavily based on work by Sean Finney and Chow Loong Jin Closes: #588752
2011-03-18git-buildpackage: submodule support for dump_treeGuido Günther
Heavily based on work by Sean Finney and Chow Loong Jin
2011-03-18gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther
and testcases. Heavily based on work by Sean Finney and Chow Loong Jin
2011-03-18gbp: Allow to pass cwd to git.__get_output()Sean Finney
2011-03-18command_wrappers: Add create tar archiveChow Loong Jin
Git-Dch: Ignore
2011-03-18Add tests for branch creation and switchingGuido Günther
Git-Dch: Ignore
2011-03-18Fix test executionGuido Günther
2011-03-18command_wrappers,git: remove unused Git functionsGuido Günther
The rest will be moved into gbp.git. Git-Dch: Ignore
2011-03-12gbp-pq: Allow to specify subdirs for patchesGuido Günther
via the "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid sed callouts. Add "apply" action to apply single patches
2011-03-12git: improve error handling for commit_treeGuido Günther
Git-Dch: Ignore
2011-03-12gbp-pq: move write_patches into separate functionGuido Günther
Git-Dch: Ignore
2011-03-03is_fast_forward: make sure git interprets arguments as revisionsGuido Günther
so git prints a clearer error message on configuration errors in .git/config
2011-02-27Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther
See #591858.
2011-02-13Make the desktop notification transientGuido Günther
so they timeout and don't clutter the notification area.
2011-02-11Document changes and release 0.5.19Guido Günther
2011-02-11git-import-dsc: better explain missing upstream branchGuido Günther
Thanks: Jonathan Nieder for the suggestion.
2011-02-11Move no_upstream_branch message into gbp.configGuido Günther
Git-Dch: Ignore
2011-02-09git-import-dsc: make final log message more usefulGuido Günther
Git-Dch: Ignore
2011-02-09git-import-dsc: auto create upstream branchGuido Günther
if it's missing. This allows to mass import old history of packages that were native and switched to non-native later. Closes: #610379
2011-02-09git-import-dscs: really use git-import-dsc from the same location as ↵Guido Günther
git-import-dscs
2011-02-09Simplify author and committer argument passingGuido Günther
to reduce the number of function arguments. Git-Dch: Ignore
2011-02-09Split out command line parsingGuido Günther
to honor pycheckers sensible request for smaller functions. Git-Dch: Ignore
2011-02-09gbp-clone: reparse the configuration after cloning the repositoryGuido Günther
Closes: #607936
2011-02-08logging: don't use color inside Emacs's comint shellGuido Günther
Closes: #612384
2011-01-23git-import-dsc: improve error message when upstream branch is missingJonathan Nieder
2011-01-23Document changes and release 0.5.18Guido Günther
2011-01-23git-import-dsc doc updates for new optionsJonathan Nieder
--author-is-committer and --author-date-is-committer-date
2011-01-22pychecker: bump maxargs to 12 for commit_dirGuido Günther
Git-Dch: Ignore
2011-01-22Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther
Closes: #610381
2011-01-22git.force_head: quiet git resetGuido Günther
so we don't see pointless 'HEAD is now at ...' messages during imports.
2011-01-22git-buildpackage: print the "Looking for tarball..." message at debug levelGuido Günther
There's no need to print two messages in the default logging level.
2011-01-18git-import-dscs: Ignore debsnap download errorsGuido Günther
to cope with binNMUs. Based on a patch from Jonathan Nieder. Closes: #610376
2011-01-18git-import-dscs: Fix --debsnap doc and option error handlingJonathan Nieder
Signed-off-by: Guido Günther <agx@sigxcpu.org> Closes: #610376
2011-01-16gbp-pull: Adjust incorrect logging levelGuido Günther
2011-01-15git-buildpackage: fix fallback to auto detection for unknown compression typesGuido Günther
2011-01-15Document changes and release 0.5.17Guido Günther
2011-01-14Use the latest commit instead of the earliest oneGuido Günther
when guessing the compression type for pristine-tar. Closes; #609980 Thanks: Andreas Rottmann for the detailed report
2011-01-14Document --remote-nameGuido Günther
2011-01-13git-create-remote-repo: Don't hardcode 'origin' as remoteGuido Günther
This makes it possible to create different remote repos from within the same repository.
2011-01-13Rename get_remotes to get_remote_branchesGuido Günther
Git-Dch: Ignore
2011-01-13gbp-create-remote-repo: get repository name from debian/changelogGuido Günther
if possible.