19
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test case for patch merging with `quilt diff'. More... almost 22 years ago
Add a new test case for conflicts while pushing. More... almost 22 years ago
- Backup files were not reliably removed after restoring (this did not matter with the .pc files). More... almost 22 years ago
- Get rid of patches_per cache_in `quilt patches'. Remove patches_per_file and associated functions. `quilt patches' now is a bit slow for unapplied patches. More... almost 22 years ago
- Rename snapshot directory from ".snap0" to ".snap". - `quilt diff: Speed up file list generation in `quilt diff'. Don't use modified_files anymore. Instead, add first_modified_by function. I want to get rid of the patches_per_file cache; it sometimes was not brought up to date. Some cleanups. - Add test/snapshot.test. - Fix two errors in the date format in quilt.changes. More... almost 22 years ago
Add new commands to bash_completion (argument expansion still missing) More... almost 22 years ago
- `quilt add': Return exit code 2 when a file has already been added. - Add `quilt edit' command: Does a `quilt add' and then invokes $EDITOR (fallback is `vi'). Files that don't exist after editing are again removed from the patch. More... almost 22 years ago
Add `-l' option to `quilt setup' command: This creates symlinks for the patches directory and the series file. Also works when a spec file is specified, but then there obviously is no series file to link to. More... almost 22 years ago
Never replace the series file; just replace its contents. This is necessary if the series file is a symlink. More... almost 22 years ago
- `Quilt fork' should better fork the next patch instead of the topmost one. Also fix a bug in updating the series file when forking. The rename_in_db() function is no longer needed. More... almost 22 years ago
- Add `quilt fork' command. - Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26. More... almost 22 years ago
Also copy the patch file, or else `quilt diff' won't work. More... almost 22 years ago
quilt setup: `-d' option did not always override the source directory specified in the series file. More... almost 22 years ago
Add fork command More... almost 22 years ago
Do not install anything under /usr/share/doc/quilt-<version>/ since it's not the way it should be done under Debian
mquinson
as Martin Quinson
More... about 22 years ago
new version
mquinson
as Martin Quinson
More... about 22 years ago
Cosmetics
mquinson
as Martin Quinson
More... about 22 years ago
Fix LC_ALL to C
mquinson
as Martin Quinson
More... about 22 years ago
Stupid bug fix
mquinson
as Martin Quinson
More... about 22 years ago
Document my changes
mquinson
as Martin Quinson
More... about 22 years ago
Fix LC_ALL to C while building the reference file to get it in english even on my box
mquinson
as Martin Quinson
More... about 22 years ago
Bump version number to 0.25
mquinson
as Martin Quinson
More... about 22 years ago
Update
mquinson
as Martin Quinson
More... about 22 years ago
- Pipe rpmbuild output to /dev/null in spec2series (seems to be necessary since rpm4). More... about 22 years ago
Fix typo. More... about 22 years ago
- Use %{find_lang} macro in spec file. More... about 22 years ago
- Pushing is only possible if the topmost file is found in the series file. Fix from Tom Wang <[email protected]>. More... about 22 years ago
No more story telling; bring (more) up to date. More... about 22 years ago
- When popping files, go through the list of applied patches instead of looking at the series file: The series file may have changed. More... about 22 years ago
- Install package documentation into $RPM_DOC_DIR if this environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions. More... about 22 years ago