Commits for galt
switch to files view, user index
v378_preview to v378_preview2 (2019-02-11 to 2019-02-18) v378
Show details
3b5084ded7ac5f510cb166ead434d75f11a2fc7c Mon Feb 11 15:31:19 2019 -0800
- oops missing wibFile setting. I thought the library was doing this already. oh well.
- src/hg/hgSession/backupRestore.c - lines changed 5, context: html, text, full: html, text
e12773a8da047136e017623cfed61ea802e2f676 Mon Feb 11 15:47:42 2019 -0800
- oops, wib also needs path to trash patch
- src/hg/hgSession/backupRestore.c - lines changed 14, context: html, text, full: html, text
770ed6ada89bdaaac49ba96963510af0a9338b89 Thu Feb 14 11:44:29 2019 -0800
- hgSession custom track backup archive creation for downloading. Changing approach from backupAndRestore to backupOnly. Uses just plain real ascii .ct custom tracks.
- src/hg/hgSession/backup.c - lines changed 1163, context: html, text, full: html, text
- src/hg/hgSession/hgSession.c - lines changed 113, context: html, text, full: html, text
- src/hg/hgSession/hgSession.h - lines changed 13, context: html, text, full: html, text
- src/hg/hgSession/makefile - lines changed 1, context: html, text, full: html, text
- src/hg/htdocs/goldenPath/help/hgSessionHelp.html - lines changed 22, context: html, text, full: html, text
3d07d037db54a3b7aa2dd10fc4b6db33041e49f7 Thu Feb 14 11:51:32 2019 -0800
- git was supposed to handle the git mv somefilename otherfilename better than this. it gave a merge conflict where tthere was none. and instead of using git add to resolve the merge conflict, as I have done for every other case I have ever heard of, this one apparently wanted me to use git rm somefilename to remove the thing from the system. yuck. Nobody on master branch had done any further work on the file being renamed, so this conflict makes little sense. sounds like using git to mv files and then squashing may ALWAYS lead to this unfortunate hassle.
- src/hg/hgSession/backupRestore.c - lines changed 2201, context: html, text, full: html, text
eee25d4eb77429189279297e6f4098bd726e811f Thu Feb 14 23:41:09 2019 -0800
- make hgCustom custom track loading reset the lazarus time to live back to 20 minutes for every track being loaded, in case somebody loads an enormous concatenated file with hundreds of tracks.
- src/hg/lib/customFactory.c - lines changed 3, context: html, text, full: html, text
1758abf67337a0da83715097a7ace1f3e8f7bfd6 Thu Feb 14 23:42:40 2019 -0800
- changing it to clear out the name-to-use for the downloaded archive.
- src/hg/hgSession/backup.c - lines changed 12, context: html, text, full: html, text
- src/hg/hgSession/hgSession.c - lines changed 4, context: html, text, full: html, text
664836533e0c385d9c0066f3394348ebd26796ff Fri Feb 15 17:18:30 2019 -0800
- adding directions for restoring cts from the backup archive using hgCustom
- src/hg/htdocs/goldenPath/help/hgSessionHelp.html - lines changed 48, context: html, text, full: html, text
switch to files view, user index