summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAge
* fix directory name when checking out ~/src/emacs/trunkSean Whitton2023-03-21
|
* use Consfigurator's readtable for CL-USER, tweak commentSean Whitton2023-03-16
|
* enhance CL-USER & add C-c g l binding to get thereSean Whitton2023-02-24
|
* return to using 'git update-index' over 'git annex add'Sean Whitton2023-02-23
|
* use 'git annex add' instead of 'git update-index'Sean Whitton2023-02-16
| | | | | It should be harmless to add current versions of the files to the annex, and the 'git update-index' command would fail whenever Gnus created new files.
* move manually-maintained part of all.SCORE to ~/doc/Sean Whitton2023-02-12
|
* add git-update-index(1) calls for lib/priv and src/athprivSean Whitton2023-02-09
|
* drop 'mr stow' & skip performing other actions if repo is not stowedSean Whitton2023-02-09
|
* globs2ere.awk: attempt to fix ambiguity in regexpSean Whitton2023-01-29
|
* hstow: use globs in .hstow-always-adopt & convert to EREs for awkSean Whitton2023-01-29
|
* hstow: move a few other things out to posix-defuns.shSean Whitton2023-01-27
|
* hstow: reduce number of ls(1), dirname(1), rm(1) and rmdir(1) callsSean Whitton2023-01-27
| | | | Also improve comment: 'xargs readlink' can be used like 'xargs ls -ld'.
* fix lib/wikiannex fixups exiting non-zero on most hostsSean Whitton2023-01-06
|
* fix command orderingSean Whitton2023-01-03
|
* src/emacs/primary 'mr pull': check we found a branch & output hintSean Whitton2022-12-27
|
* double up a slash in notes to handle em-elecslash here tooSean Whitton2022-12-27
|
* more Emacs linked working trees, attempt a number of simplificationsSean Whitton2022-12-27
|
* check for detached HEADs in 'mr status', drop two old TODOsSean Whitton2022-12-27
| | | | | Additionally, don't look for branches with unpushed commits in linked working trees. This avoids duplication in 'mr status' output for multiple repos.
* add git_repack myrepos actionSean Whitton2022-12-23
|
* use merges to update master branch of src/athprivSean Whitton2022-12-23
|
* basic git-send-email(1) config for Consfigurator repoSean Whitton2022-12-21
|
* somewhat standardise & tidy some licence and copyright informationSean Whitton2022-12-14
|
* implement dropping old versions of score files from src/athprivSean Whitton2022-12-13
|
* replace comment about annex.largefiles in src/athprivSean Whitton2022-12-12
|
* factor out common duply config, move passphrase file, some tidyingSean Whitton2022-12-07
|
* factor out git-verify-commit-spwSean Whitton2022-12-07
|
* replace load-trustdb with something simplerSean Whitton2022-12-07
|
* factor out some linked worktree configurationSean Whitton2022-12-07
|
* myrepos skip for ~/src/emacs: don't assume $1 is the actionSean Whitton2022-12-07
|
* tidy up primary myrepos configurationSean Whitton2022-12-07
|
* myrepos config: improve obtaining username and hostnameSean Whitton2022-12-06
|
* stop setting up 'dgit fetch' post_checkout actionsSean Whitton2022-12-04
| | | | | | | These actions never or almost never get run because we're writing them to the machine-specific ~/.mrconfig. For them to be run, we'd have to nuke the repos and then clone them again using 'mr co', which I never or almost never do for repos registered in ~/.mrconfig.
* replace install-git-hooks script w/ setting core.hooksPath globallySean Whitton2022-12-04
|
* move most repository git config into included files & some tidyingSean Whitton2022-12-04
|
* speed up hstow's restowing, restow in post_update actionsSean Whitton2022-12-03
|
* dotfiles pre_push: always rebase localhost's branch if we amendedSean Whitton2022-12-03
|
* ensure C-x v + for ~/doc doesn't rebaseSean Whitton2022-12-02
|
* drop unused custom git_rebase mr action typeSean Whitton2022-12-02
|
* have 'git pull' rebase by defaultSean Whitton2022-12-02
|
* mr config: improve finding the short hostnameSean Whitton2022-12-02
|
* accept failures to fetch remotes in post_checkoutSean Whitton2022-12-02
|
* don't count erebus as a workstation for myrepos purposesSean Whitton2022-12-02
|
* fix fetching deb-emacs.gitSean Whitton2022-12-02
|
* rebase host-specific branch onto master after amending master's tipSean Whitton2022-11-30
|
* make 'mr pull' for ~/src/emacs able to update from other branchesSean Whitton2022-11-30
|
* replace git-dotfiles-rebase with 'mr pull' and 'mr push' actionsSean Whitton2022-11-30
|
* ~/src/emacs: rely on 'git push-all' to push localhost's branchSean Whitton2022-11-30
|
* add shutting down develacc to emacs-snapshot update instructionsSean Whitton2022-11-30
|
* tidy and simplify shell initSean Whitton2022-11-24
| | | | | | | Rely on SPWCRONTAB property to set PATH for cronjobs, and otherwise rely on .profile, .xsessionrc etc. to set PATH, once, at login. Just archive scripts I haven't used lately which might otherwise need more significant adjustments, or appear to be broken in other ways.
* archive clean-patch-queuesSean Whitton2022-11-13
|