merge(3p/git): Merge git subtree at v2.29.2
This also bumps the stable nixpkgs to 20.09 as of 2020-11-21, because there is some breakage in the git build related to the netrc credentials helper which someone has taken care of in nixpkgs. The stable channel is not used for anything other than git, so this should be fine. Change-Id: I3575a19dab09e1e9556cf8231d717de9890484fb
This commit is contained in:
		
							parent
							
								
									082c006c04
								
							
						
					
					
						commit
						f4609b896f
					
				
					 1485 changed files with 241535 additions and 109418 deletions
				
			
		
							
								
								
									
										7
									
								
								third_party/git/help.h
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								third_party/git/help.h
									
										
									
									
										vendored
									
									
								
							|  | @ -21,8 +21,7 @@ static inline void mput_char(char c, unsigned int num) | |||
| 
 | ||||
| void list_common_cmds_help(void); | ||||
| void list_all_cmds_help(void); | ||||
| void list_common_guides_help(void); | ||||
| void list_config_help(int for_human); | ||||
| void list_guides_help(void); | ||||
| 
 | ||||
| void list_all_main_cmds(struct string_list *list); | ||||
| void list_all_other_cmds(struct string_list *list); | ||||
|  | @ -33,17 +32,19 @@ const char *help_unknown_cmd(const char *cmd); | |||
| void load_command_list(const char *prefix, | ||||
| 		       struct cmdnames *main_cmds, | ||||
| 		       struct cmdnames *other_cmds); | ||||
| void load_builtin_commands(const char *prefix, struct cmdnames *cmds); | ||||
| void add_cmdname(struct cmdnames *cmds, const char *name, int len); | ||||
| /* Here we require that excludes is a sorted list. */ | ||||
| void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes); | ||||
| int is_in_cmdlist(struct cmdnames *cmds, const char *name); | ||||
| void list_commands(unsigned int colopts, struct cmdnames *main_cmds, struct cmdnames *other_cmds); | ||||
| void get_version_info(struct strbuf *buf, int show_build_options); | ||||
| 
 | ||||
| /*
 | ||||
|  * call this to die(), when it is suspected that the user mistyped a | ||||
|  * ref to the command, to give suggested "correct" refs. | ||||
|  */ | ||||
| void help_unknown_ref(const char *ref, const char *cmd, const char *error); | ||||
| NORETURN void help_unknown_ref(const char *ref, const char *cmd, const char *error); | ||||
| 
 | ||||
| static inline void list_config_item(struct string_list *list, | ||||
| 				    const char *prefix, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue