Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.44
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
git-1.8.3.1 /
contrib /
subtree /
Delete
Unzip
Name
Size
Permission
Date
Action
t
[ DIR ]
drwxr-xr-x
2022-02-05 08:35
.gitignore
62
B
-rw-r--r--
2013-06-10 20:01
COPYING
17.57
KB
-rw-r--r--
2013-06-10 20:01
INSTALL
566
B
-rw-r--r--
2013-06-10 20:01
Makefile
1.19
KB
-rw-r--r--
2020-05-28 20:32
README
211
B
-rw-r--r--
2013-06-10 20:01
git-subtree
15.08
KB
-rw-r--r--
2020-05-28 20:32
git-subtree.1
15.93
KB
-rw-r--r--
2020-05-28 20:32
git-subtree.sh
15.08
KB
-rw-r--r--
2013-06-10 20:01
git-subtree.txt
12.51
KB
-rw-r--r--
2013-06-10 20:01
git-subtree.xml
18.29
KB
-rw-r--r--
2020-05-28 20:32
todo
1.69
KB
-rw-r--r--
2013-06-10 20:01
Save
Rename
delete tempdir 'git subtree rejoin' option to do the same as --rejoin, eg. after a rebase --prefix doesn't force the subtree correctly in merge/pull: "-s subtree" should be given an explicit subtree option? There doesn't seem to be a way to do this. We'd have to patch git-merge-subtree. Ugh. (but we could avoid this problem by generating squashes with exactly the right subtree structure, rather than using subtree merge...) add a 'push' subcommand to parallel 'pull' add a 'log' subcommand to see what's new in a subtree? add to-submodule and from-submodule commands automated tests for --squash stuff "add" command non-obviously requires a commitid; would be easier if it had a "pull" sort of mode instead "pull" and "merge" commands should fail if you've never merged that --prefix before docs should provide an example of "add" note that the initial split doesn't *have* to have a commitid specified... that's just an optimization if you try to add (or maybe merge?) with an invalid commitid, you get a misleading "prefix must end with /" message from one of the other git tools that git-subtree calls. Should detect this situation and print the *real* problem. "pull --squash" should do fetch-synthesize-merge, but instead just does "pull" directly, which doesn't work at all. make a 'force-update' that does what 'add' does even if the subtree already exists. That way we can help people who imported subtrees "incorrectly" (eg. by just copying in the files) in the past. guess --prefix automatically if possible based on pwd make a 'git subtree grafts' that automatically expands --squash'd commits so you can see the full history if you want it.