aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Collapse)AuthorAge
* Robustify gbp.git.commits()Guido Günther2011-07-30
| | | | Git-Dch: Ignore
* Add copyright headers to all non autogenerated filesGuido Günther2011-07-29
| | | | Git-Dch: Ignore
* Move GbpPatchQueue and GbpPatch into gbp.pqGuido Günther2011-07-29
|
* Fix some epydoc warningsGuido Günther2011-07-29
| | | | Git-Dch: Ignore
* Add strip option to GitRepository.applyGuido Günther2011-07-29
|
* Be less picky about empty filtersGuido Günther2011-07-27
| | | | Closes: #635641
* Drop unpack_orig and tar_toplevelGuido Günther2011-07-25
|
* Strip trailing '/' from the unpack pathGuido Günther2011-07-25
| | | | | | so the dirname/basename split works reliably Git-Dch: Ignore
* git-import-orig: support filters for all input formatsGuido Günther2011-07-25
| | | | Closes: #628645
* Support importing zip archivesGuido Günther2011-07-25
| | | | This can now be easily extended to support other formats
* git-import-orig: Better support uscan of non tar.gz tarballsGuido Günther2011-07-24
| | | | Closes: #629538
* Use target element of newer uscanGuido Günther2011-07-24
| | | | | | and move uscan parsing into a separate function. Git-Dch: Ignore
* git-buildpackage: Add upstream-tree optionRicardo Salveti de Araujo2011-07-23
| | | | | | | | | to specify where the upstream tarball should be created from. The default is to create the upstream tarball from the exact tag and fail otherwise. To create the upstream tarball from the tip of the upstream branch use 'branch'. Based on a patch by Ricardo Salveti de Araujo
* gbp-create-remote-repo: switch to git.debian.orgGuido Günther2011-07-06
| | | | | Thanks: Ritesh Raj Sarraf Closes: #632897
* Add support for qemubuilderGuido Günther2011-05-20
| | | | Closes: #601298
* git-dch: improve formatting of commit subjectGuido Günther2011-04-17
| | | | | by taking into account idlength and the prefix added by git-dch itself.
* config: minor option parsing cleanupGuido Günther2011-04-17
| | | | Git-Dch: Ignore
* tests: add doctests for gbp.deb.orig_file()Guido Günther2011-04-17
|
* Disable submodule processing by default.Guido Günther2011-04-11
|
* gbp: Handle whitespace in submodule namesGuido Günther2011-04-10
| | | | Closes: #622103
* Add aliases for gz and bz2 compression typesGuido Günther2011-04-09
|
* Merge branch 'master' into experimentalGuido Günther2011-04-09
|\
| * Revert "gbp: restrict splitting output of ls-tree to 3, since filenames ↵Guido Günther2011-04-06
| | | | | | | | | | | | might contain spaces" This reverts commit 8f14b0ace5934c27261f388820f5c3c587c97fba.
| * Make submodule support conditionalGuido Günther2011-04-06
| |
| * git-buildpackage: Call gbp.update_submodulesGuido Günther2011-04-06
| | | | | | | | | | before exporting a tarball or creating a separate build tree. We invoke git-submodule with --no-fetch to not break offline operation.
| * gbp: restrict splitting output of ls-tree to 3, since filenames might ↵Yaroslav Halchenko2011-04-06
| | | | | | | | | | | | contain spaces Signed-off-by: Guido Günther <agx@sigxcpu.org>
| * gbp: simplify is_native()Guido Günther2011-03-19
| | | | | | | | | | | | and add doctests Git-Dch: Ignore
| * gbp: simplify is_native()Guido Günther2011-03-19
| | | | | | | | | | | | and doctests Git-Dch: Ignore
| * gbp: Don't fail on paths without extensions in get_compression()Guido Günther2011-03-19
| | | | | | | | | | | | and add doctests for that. Closes: #618893
| * gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther2011-03-18
| | | | | | | | | | | | and testcases. Heavily based on work by Sean Finney and Chow Loong Jin
| * gbp: Allow to pass cwd to git.__get_output()Sean Finney2011-03-18
| |
| * command_wrappers: Add create tar archiveChow Loong Jin2011-03-18
| | | | | | | | Git-Dch: Ignore
| * command_wrappers,git: remove unused Git functionsGuido Günther2011-03-18
| | | | | | | | | | | | The rest will be moved into gbp.git. Git-Dch: Ignore
| * gbp-pq: Allow to specify subdirs for patchesGuido Günther2011-03-12
| | | | | | | | | | | | | | via the "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid sed callouts. Add "apply" action to apply single patches
| * git: improve error handling for commit_treeGuido Günther2011-03-12
| | | | | | | | Git-Dch: Ignore
| * is_fast_forward: make sure git interprets arguments as revisionsGuido Günther2011-03-03
| | | | | | | | | | so git prints a clearer error message on configuration errors in .git/config
| * Make the desktop notification transientGuido Günther2011-02-13
| | | | | | | | so they timeout and don't clutter the notification area.
| * Move no_upstream_branch message into gbp.configGuido Günther2011-02-11
| | | | | | | | Git-Dch: Ignore
| * git-import-dsc: auto create upstream branchGuido Günther2011-02-09
| | | | | | | | | | | | | | if it's missing. This allows to mass import old history of packages that were native and switched to non-native later. Closes: #610379
| * Simplify author and committer argument passingGuido Günther2011-02-09
| | | | | | | | | | | | to reduce the number of function arguments. Git-Dch: Ignore
| * logging: don't use color inside Emacs's comint shellGuido Günther2011-02-08
| | | | | | | | Closes: #612384
* | git.rev_parse: unconditionally use --quietGuido Günther2011-01-23
|/ | | | to avoid the confusing "fatal: Needed a single revision" error message
* git-import-dsc: improve error message when upstream branch is missingJonathan Nieder2011-01-23
|
* Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther2011-01-22
| | | | Closes: #610381
* git.force_head: quiet git resetGuido Günther2011-01-22
| | | | so we don't see pointless 'HEAD is now at ...' messages during imports.
* git-import-dscs: Ignore debsnap download errorsGuido Günther2011-01-18
| | | | | | to cope with binNMUs. Based on a patch from Jonathan Nieder. Closes: #610376
* git-create-remote-repo: Don't hardcode 'origin' as remoteGuido Günther2011-01-13
| | | | | This makes it possible to create different remote repos from within the same repository.
* Rename get_remotes to get_remote_branchesGuido Günther2011-01-13
| | | | Git-Dch: Ignore
* git-import-dsc: also set the commit date to the changelog dateGuido Günther2011-01-11
| | | | | | | when importing old history. This makes sure we get proper sorting with e.g. gitk. Thanks: Rob Browning for the hint and explanation
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion