pack-objects documentation: reword "objects that appear in the standard input"
These were written back when we always read objects from the standard input. These days --revs and its friends can feed only the start and end points and have the command internally enumerate the objects. Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
							parent
							
								
									21da426214
								
							
						
					
					
						commit
						3909f14f62
					
				|  | @ -120,12 +120,12 @@ base-name:: | ||||||
|  |  | ||||||
| --incremental:: | --incremental:: | ||||||
| 	This flag causes an object already in a pack to be ignored | 	This flag causes an object already in a pack to be ignored | ||||||
| 	even if it appears in the standard input. | 	even if it would have otherwise been packed. | ||||||
|  |  | ||||||
| --local:: | --local:: | ||||||
| 	This flag causes an object that is borrowed from an alternate | 	This flag causes an object that is borrowed from an alternate | ||||||
| 	object store to be ignored even if it appears in the standard | 	object store to be ignored even if it would have otherwise been | ||||||
| 	input. | 	packed. | ||||||
|  |  | ||||||
| --non-empty:: | --non-empty:: | ||||||
|         Only create a packed archive if it would contain at |         Only create a packed archive if it would contain at | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Junio C Hamano
						Junio C Hamano