| Commit message (Expand) | Author | Age |
... | |
* | makepkg: fix incorrect bracket usage | Allan McRae | 2012-09-18 |
* | makepkg: Add Bazaar VCS support | Gary van der Merwe | 2012-09-18 |
* | makepkg: fix order of --help output | Allan McRae | 2012-09-18 |
* | makepkg: allow fragment to contain a "#" character | Allan McRae | 2012-09-18 |
* | makepkg: always check makepkg.conf for match to download protocol | Allan McRae | 2012-09-18 |
* | makepkg: do not embed timestamps in compressed manpages | Allan McRae | 2012-09-18 |
* | makepkg: check if hg and svn directories are non-empty before updating | Allan McRae | 2012-09-18 |
* | makepkg: do not create hg working directory on checkout | Allan McRae | 2012-09-18 |
* | makepkg: Improvements to get_filename: | Gary van der Merwe | 2012-09-18 |
* | makepkg: check if $dir is a local clone of the right git repo | Mohammad Alsaleh | 2012-09-18 |
* | makepkg: git clone instead of git fetch if $dir exists but empty | Mohammad Alsaleh | 2012-09-18 |
* | Avoid interger overflow when calculating remaining line length | Allan McRae | 2012-09-18 |
* | Fix typo in documentation | Allan McRae | 2012-09-18 |
* | makepkg: fix warnings with --noextract | Allan McRae | 2012-09-18 |
* | makepkg: implement dir_is_empty for dir content checks | Dave Reisner | 2012-09-18 |
* | Merge branch 'maint' | Dan McGee | 2012-09-18 |
|\ |
|
| * | pacman.8: remove redundant section | Allan McRae | 2012-09-18 |
| * | signing.c: warn if time went backwards | Florian Pritz | 2012-09-18 |
| * | Document system and user specific makepkg.conf | Allan McRae | 2012-09-18 |
| * | pactest: allow running with valgrind from any directory | Allan McRae | 2012-09-18 |
* | | pkgdelta: pass correct args to create_delta | Dave Reisner | 2012-09-18 |
* | | Fix documentation typo | Allan McRae | 2012-09-18 |
* | | Remove incorrect documentation for unlink_file | Allan McRae | 2012-09-18 |
* | | query_fileowner, mdirname: add error checks | Andrew Gregory | 2012-09-18 |
* | | query_fileowner: remove assumption that root is "/" | Andrew Gregory | 2012-09-18 |
* | | query_fileowner: remove trailing '/' from targets | Andrew Gregory | 2012-09-18 |
* | | query_fileowner: resolve root early | Andrew Gregory | 2012-09-18 |
* | | query_fileowner: remove resolve_path function | Andrew Gregory | 2012-09-18 |
* | | query_fileowner: break/continue pkgfile loop | Andrew Gregory | 2012-09-18 |
* | | Move important information up in -Si output | Allan McRae | 2012-08-07 |
* | | PKGBUILD.vim: improve 'options' highlighting, add extra keywords | Jason St. John | 2012-08-07 |
* | | removed the condition in alpm_db_set_servers since FREELIST is NULL safe | Barbu Paul - Gheorghe | 2012-08-07 |
* | | added coding standard | Barbu Paul - Gheorghe | 2012-08-07 |
* | | fixed typo | Barbu Paul - Gheorghe | 2012-08-07 |
* | | Merge remote-tracking branch 'allan/working-split/vcs' | Dan McGee | 2012-08-07 |
|\ \ |
|
| * | | makepkg: delay checking for build package with pkgver() | Allan McRae | 2012-08-04 |
| * | | makepkg: add hg url support | Allan McRae | 2012-08-04 |
| * | | doc: Add --holdver information for makepkg | Allan McRae | 2012-08-04 |
| * | | doc: Document using svn source url | Allan McRae | 2012-08-04 |
| * | | doc: document automatically updating the pkgver variable | Allan McRae | 2012-08-04 |
| * | | doc: Document using VCS sources in a PKGBUILD | Allan McRae | 2012-08-04 |
| * | | makepkg: check pkgver validity after updating | Allan McRae | 2012-08-04 |
| * | | makepkg: only update pkgver when all sources are available | Allan McRae | 2012-08-04 |
| * | | makepkg: add --holdver to control VCS source updating | Allan McRae | 2012-08-04 |
| * | | makepkg: do not download VCS sources unless needed | Allan McRae | 2012-08-04 |
| * | | makepkg: rename myver | Allan McRae | 2012-08-04 |
| * | | makepkg: add support for SVN urls | Allan McRae | 2012-08-04 |
| * | | makepkg: provide mechanism for auto-updating pkgver | Allan McRae | 2012-08-04 |
| * | | makepkg: modify get_filepath to handle VCS sources | Allan McRae | 2012-08-04 |
| * | | makepkg: modify get_filename to handle VCS sources | Allan McRae | 2012-08-04 |