mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-30 05:06:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			323 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			323 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| #
 | |
| # A sample hook to make sure that the `git_repository_init_ext()` function
 | |
| # can correctly copy a hook over and set it up with the correct permissions.
 | |
| #
 | |
| # To enable a hook, you copy the file and remove the ".sample" suffix, but
 | |
| # in this case, we're just making sure it gets copied correctly.
 | |
| 
 | |
| echo "$GIT_DIR"
 | 
