Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: [PATCH] fetch-pack: remove --keep-auto and make it the default.

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:50

Johannes Schindelin [off-list ref] writes:
On Wed, 24 Jan 2007, Junio C Hamano wrote:
quoted
  Ok, how about this, on top of the previous ones?
Thanks!
quoted
@@ -653,6 +663,8 @@ int main(int argc, char **argv)
 	struct stat st;
 
 	setup_git_directory();
+	setup_ident();
+	git_config(fetch_pack_config);
Why do you need setup_ident()?
Because presumably you would be updating the reflog that records
who did the fetch?

But then we should do the same ignore_missing_committer_name()
we have in receive-pack to allow anonymous fetchers to fetch
from outside world, I guess.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help