-
Notifications
You must be signed in to change notification settings - Fork 26.6k
clone: document partial clone section #745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
/submit |
There is an issue in commit bddb5999c32e9c0d54a10fbcee2b55b5433740d1: |
Error: User dyrone is not permitted to use GitGitGadget |
/allow |
User dyrone is now allowed to use GitGitGadget. |
/submit |
On the Git mailing list, Derrick Stolee wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Derrick Stolee wrote (reply to this):
|
/submit |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Derrick Stolee wrote (reply to this):
|
On the Git mailing list, Derrick Stolee wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Derrick Stolee wrote (reply to this):
|
@dyrone would you, please? |
Partial clones are created using 'git clone', but there is no related help information in the git-clone documentation during a period. Add a relevant section to help users understand what partial clones are and how they differ from normal clones. The section briefly introduces the applicable scenarios and some precautions of partial clone. If users want to know more about its technical design and other details, users can view the link of git-partial-clone(7) according to the guidelines in the section. Signed-off-by: Teng Long <dyroneteng@gmail.com>
Hi @dyrone ! I hope you can find some time to send a new iteration of this patch! I think it would be really great for the partial clone feature to be more documented. |
OK i will work on it next week |
I had executed Did I deal that right? Because I don't really understand the problem is. |
/submit |
Submitted as pull.745.v3.git.git.1603768321361.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
The problem was that since you had based your work on Stolee's branch, and Stolee then force-pushed his branch, your branch (in the point of view of GitGitGadget) contained two old commits from Stolee. By executing Does that answer your question ? Also, in my experience it's easier to create topic branches for GitHub PRs, and not work on the |
On the Git mailing list, Philippe Blain wrote (reply to this):
|
User |
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
/submit |
Submitted as pull.745.v4.git.git.1614244436547.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
Sorry about the "---" problem appears again, I didn't understand it right in the early reply of Philippe Blain. Now I remove the First comment I leave, maybe the problem is solved? |
On the Git mailing list, Philippe Blain wrote (reply to this):
|
User |
Hi Philippe, Thanks for help. Reply to your v3-reply
s/download/downloading/ "The v3 origin " If you want to clone a repository without download" has been replaced with another sentence in the new patch, so there is no modification here."
"I tried " "I haven't solved this problem at the moment, so I removed the error doc link temporarily" |
@dyrone please send this as a reply to https://lore.kernel.org/git/caf0fa50-6c2b-7764-1114-d933b2a06061@gmail.com (see https://github.com/gitgitgadget/gitgitgadget/wiki/ReplyToThis for instructions how to do this). |
/submit |
Submitted as pull.745.v5.git.git.1614695133486.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Teng Long wrote (reply to this):
|
On the Git mailing list, Teng Long wrote (reply to this):
|
On the Git mailing list, Bagas Sanjaya wrote (reply to this):
|
User |
This comment has been minimized.
This comment has been minimized.
@dyrone this PR still looks very relevant, but unfortunately seems not to have seen any meaningful update... |
This is an early version of work already under review upstream: gitgitgadget#1906
This is an early version of work already under review upstream: gitgitgadget#1906
This is an early version of work already under review upstream: gitgitgadget#1906
Hi Philippe,
Thanks for help.
Reply to your v3-reply
(https://lore.kernel.org/git/B90939A5-5693-4EB6-8F07-5B50F63B3143@gmail.com/#t)
s/download/downloading/
"The v3 origin " If you want to clone a repository without download" has been replaced with another sentence in the new patch, so there is no modification here."
"I tried
make doc
but some build errors occured , output on my screen:""
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Documentation all
SUBDIR ../
make[2]: `GIT-VERSION-FILE' is up to date.
XSLTPROC user-manual.html
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"
compilation error: file docbook.xsl line 3 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
make[1]: *** [user-manual.html] Error 5
make: *** [doc] Error 2
"
"I haven't solved this problem at the moment, so I removed the error doc link temporarily"
cc: Bagas Sanjaya bagasdotme@gmail.com