summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Expand)AuthorAge
* When quilt linearisation fails, print the right information in the error mess...Ian Jackson2015-08-18
* When running git-add in commit-quilty-patch, use -f and sometimes -A, so as t...Ian Jackson2015-08-18
* When running git-add in commit-quilty-patch, properly escape filenames (which...Ian Jackson2015-08-18
* Unbreak --dry-run (`exiting subroutine via next', broken in ac221d67, bug rel...Ian Jackson2015-08-18
* Properly quote package name when constructing regexp in complete_file_from_ds...Ian Jackson2015-08-16
* If a .orig in .. is a symlink, hardlink the link target into our private unpa...Ian Jackson2015-08-16
* In option parser test `@ARGV' not `length @ARGV'. Closes:#795710.Ian Jackson2015-08-16
* Finish dealing with uncuddled optionsIan Jackson2015-08-14
* Convert to defvalopt: -kIan Jackson2015-08-14
* Convert to defvalopt: -CIan Jackson2015-08-14
* Convert to defvalopt: -cIan Jackson2015-08-14
* Convert to defvalopt: --quilt=Ian Jackson2015-08-14
* Convert to defvalopt: --cleanIan Jackson2015-08-14
* Convert to defvalopt: --build-products-dirIan Jackson2015-08-14
* Convert to defvalopt: --initiator-tempdirIan Jackson2015-08-14
* Reformat defvalopt calls table (nfc)Ian Jackson2015-08-14
* Use defvalopt scalar ref (no overall functional change)Ian Jackson2015-08-14
* Permit defvalopt $fn to be a scalar ref instead (nfc, since no users)Ian Jackson2015-08-14
* Convert to defvalopt: --existing-packageIan Jackson2015-08-14
* Convert to defvalopt: --distro, -dIan Jackson2015-08-14
* Break out $valopt (nfc)Ian Jackson2015-08-14
* Introduce defvalopt, new approach for options taking valuesIan Jackson2015-08-14
* Honour *.clean-mode configuration setting for --clean= mode.Ian Jackson2015-08-14
* Do defaulting for $cleanmode just before invoking main $fn->() (nfc)Ian Jackson2015-08-14
* Break out $cleanmode_re (nfc)Ian Jackson2015-08-14
* Cope with new git-buildpackage which provides gbp, rather than the eponymous ...Ian Jackson2015-07-27
* When invoking git-buildpackage via dgit gbp-build, consider our command line ...Ian Jackson2015-07-27
* Also suppress spurious runs of the clean target when building using git-build...Ian Jackson2015-07-27
* When we are using dpkg-buildpackage to clean before using it to also do the b...Ian Jackson2015-07-27
* Show `dgit sbuild' in usage message.Ian Jackson2015-07-27
* Rename `git-build' operation to `gbp-build' to make it clearer what it's for....Ian Jackson2015-07-27
* Honour --git= (mostly).Ian Jackson2015-07-27
* When key to use not specified any other way, use the debian/changelog trailer...Ian Jackson2015-07-27
* Remove stray .gits during quilt fixup, tooIan Jackson2015-07-27
* Break out remove_stray_gitsIan Jackson2015-07-27
* Work around curl -sS -I printing `HTTP/1.0 200 Connection established' before...Ian Jackson2015-07-27
* Set up git user.email and user.name from distro access config or DEBEMAIL/DEB...Ian Jackson2015-07-27
* Provide dgit setup-new-tree (like dpkg-setup-mergechangelogs but only does it...Ian Jackson2015-07-27
* Make configuration able to prevent dpkg-mergechangelogs setup.Ian Jackson2015-07-26
* Provide access_cfg_bool (no call sites yet)Ian Jackson2015-07-26
* Fix a debug message in the obsolete sshpsql archive access driver.Ian Jackson2015-07-26
* With -DDDD, print out all gitcfg references (copious!)Ian Jackson2015-07-26
* Slurp in entire git config, for better performance.Ian Jackson2015-07-26
* Option parsing: Redo .opts-CMD parsing to use insertposIan Jackson2015-07-26
* Honour dgit-distros.DISTRO.cmd-CMD and .opts-CMD. Closes:#793427.Ian Jackson2015-07-26
* Configuration: Break out access_cfg_cfgsIan Jackson2015-07-26
* Option parsing: Defer addition of cmdline opts so that we can put config ones...Ian Jackson2015-07-26
* Option parsing: Do not permit --blah="" (which won't work anyway)Ian Jackson2015-07-26
* Print a supplementary message when push fails, giving advice to the user abou...Ian Jackson2015-07-26
* rpush: Support empty files in protocol_read_bytesIan Jackson2015-07-26