Keith L Paskett | 93e975305ff | Pull request #18: Feature/depth option
Merge in TOOLS/git-sync from feature/depth-option to release/3
* commit '24c... | | |
Keith L Paskett | 24cbe04f41c | Default depth option to nil | | |
Keith L Paskett | 367a33f7701 | Add -depth option. | | |
Keith L Paskett | 0b6b2f1df49 | Use try construct instead of catch to execute git checkout command. | | |
Keith L Paskett | c9b33f0cec2 | Pull request #17: Feature/git status
Merge in TOOLS/git-sync from feature/git-status to release/3
* commit '322e964... | | |
Keith L Paskett | 322e9647872 | Action prompt needed to be inside the if needs update block. | | |
Keith L Paskett | 097b80f4fe3 | Add TODO comment. | | |
Keith L Paskett | 427ffd5bbf9 | Remove script directory override. | | |
Keith L Paskett | 83de15f6580 | Pull request #16: Feature/git status
Merge in TOOLS/git-sync from feature/git-status to release/3
* commit '86b8f3d... | | |
Keith L Paskett | 86b8f3dbf42 | Added self update check. | | |
Keith L Paskett | 33b3a921b9d | Commit for testing. | | |
Keith L Paskett | 5bf16d04f16 | Pull request #15: Feature/git status
Merge in TOOLS/git-sync from feature/git-status to release/3
* commit '5e0abb4... | | |
Keith L Paskett | 5e0abb4a66c | Add -no_fetch option to git-sync.tcl
Show git fetch commands in dry and verbose modes
Apply pull_branches option even... | | |
Keith L Paskett | 8cfc497ae91 | Swith fetch command execution in git-status.tcl from 'catch' to 'try' | | |
Keith L Paskett | 000d9fa0782 | Pull request #14: Feature/git status
Merge in TOOLS/git-sync from feature/git-status to release/3
* commit 'fae0b29... | | |
Keith L Paskett | fae0b291e55 | SYS-22 Add -h/-help option for usage. | | |
Keith L Paskett | caf02a44531 | Added usage documentation.
Added top_dir option to allow limiting sync to repositories under a given directory. | | |
Keith L Paskett | 357bff53a9a | Merge pull request #13 in TOOLS/git-sync from feature/git-status to release/3
* commit 'd5266e35725f7c6f01c3c27eebc4... | | |
Keith L Paskett | d5266e35725 | Add ahead/behind infor to output. Add a -min flag to hide up-to-date repositories. | | |
Keith L Paskett | 7d2c54160d9 | Merge pull request #12 in TOOLS/git-sync from feature/SYS-22 to release/3
* commit '59800c33a9be602bad2beea35777cbe1... | | |
Keith L Paskett | 59800c33a9b | Don't switch a repository from a branch to another branch without the -force or -dark_force option. | | |
Keith L Paskett | e7969bb67b9 | Merge pull request #11 in TOOLS/git-sync from feature/SYS-22 to release/3
* commit 'fa34d9681121e551b6396b244f0793cf... | | |
Keith L Paskett | fa34d968112 | SYS-22 Updates to work on repositories in the current and sub directories. Allows managing OpenACS core, pages and pa... | | |
Keith L Paskett | 3aa566346d8 | Merge pull request #10 in TOOLS/git-sync from feature/git-status to release/3
* commit '30302d5e622ccac6b13efa50d092... | | |
Keith L Paskett | 30302d5e622 | Fix check for remote only in git-sync.
For git-status, if package is not on a tag, show the branch. | | |
Keith L Paskett | bb7fb88eb1f | Merge pull request #9 in TOOLS/git-sync from feature/git-status to release/3
* commit '9e59d1c162c78b2b94a55c8856d4b... | | |
Keith L Paskett | 9e59d1c162c | Add script to display each package's status. | | |
Keith L Paskett | e7a6f363c8b | Perform a git fetch whether or not the local matches the remote. | | |
Keith L Paskett | 991ace49a35 | Merge pull request #8 in TOOLS/git-sync from bugfix/SYS-18-show-current to release/3
* commit 'c010489aa9aba3108afcf... | | |
Logan Software | c010489aa9a | SYS-19 Use branch for clone if it exists, otherwise use tag. | | |
Logan Software | a6232a93ad4 | SYS-18 Fix getting current branch for git versions prior to 2.22. | | |
Keith L Paskett | 42cacd5362a | Merge pull request #7 in TOOLS/git-sync from feature/git-sync-1-sprint to release/3
* commit '093e971c45319b1e4a3265... | | |
Logan Software | 093e971c453 | SYS-6 Implement forced url scheme options in git-diff.tcl and git-sync.tcl | | |
Logan Software | adbe6bbca84 | SYS-6 Implemented the to_scheme proc. the -fetch_scheme and -push_scheme options work with git-info.tcl | | |
Logan Software | aa42549ed54 | SYS-10 SYS-16 SYS-17 SYS-6 Added git pull branches option. Don't store tags in branch field and include the current ... | | |
Logan Software | 130446d0c42 | SYS-12 Determine tclsh from the environment path. | | |
Keith L Paskett | 2dcf147f7ee | Merge pull request #6 in TOOLS/git-sync from release/2 to master
* commit '3006bf89c37bf8b56a637b23c8bc8f3eca7d494c'... | | |
Keith L Paskett | 3006bf89c37 | Merge pull request #5 in TOOLS/git-sync from SYS-9-ignore-remote to release/2
* commit '2af038841de7d6ee509d10465325... | | |
Keith L Paskett | 2af038841de | SYS-9 ignored a little too much. | | |
Keith L Paskett | a5eef4aa53d | Merge pull request #4 in TOOLS/git-sync from SYS-9-ignore-remote to release/2
* commit 'a4fb29ba726c0988527e6b56445d... | | |
Keith L Paskett | a4fb29ba726 | SYS-9 Add option to ignore remote urls and names to git-diff.tcl. | | |
Keith L Paskett | b790535cd69 | Merge pull request #3 in TOOLS/git-sync from feature/SYS-8-tclsh-path to release/2
* commit '23d232adcdecc7e3dd2d47a... | | |
Keith L Paskett | 23d232adcde | SYS-8 change script shell path to /usr/bin/tclsh. | | |
Keith L Paskett | ebc40e934f5 | Merge pull request #2 in TOOLS/git-sync from feature/SYS-4-git-sync-remote-only to release/2
* commit '57bb6420169da... | | |
Keith L Paskett | 57bb6420169 | SYS-4 Add -remote_only flag to skip repository checkouts. | | |
Keith L Paskett | 8c7dd1a7dca | Merge pull request #1 in TOOLS/git-sync from feature/remote-push-url to release/2
* commit '2805322eff1f1771944c576a... | | |
Logan Software | 2805322eff1 | Update file parsing to work with old info_file format. | | |
Logan Software | d4fa3158dfe | Add a flag for setting remote push url to match remote fetch url | | |
Logan Software | ed1cb41e9a1 | Remove svn migration scripts. | | |
Logan Software | 45796b71128 | Added individual controls for managing remote info. Add package name to the git clone explicitly. | | |
Logan Software | 7778d2eab30 | Error and warning messages were showing remote name instead of remote push url. | | |
Logan Software | c202e8c9706 | Update git scripts to allow setting remote name and urls. | | |
Keith L Paskett | 9d7f0591f8c | Fix tcl version for git scripts. | | |
Keith L Paskett | bed73d3bbe6 | install-svc.sh script not getting the script directory correctly. | | |
Keith L Paskett | 383d435e5d6 | Initial Commit | | |
Done |