PATH:
usr
/
share
/
doc
/
git-1.8.3.1
/
contrib
/
examples
#!/bin/sh # # Copyright (c) 2005 Junio C Hamano # # Pretend we resolved the heads, but declare our tree trumps everybody else. # # We need to exit with 2 if the index does not match our HEAD tree, # because the current index is what we will be committing as the # merge result. git diff-index --quiet --cached HEAD -- || exit 2 exit 0
[-] git-notes.sh
[edit]
[-] git-svnimport.perl
[edit]
[-] git-gc.sh
[edit]
[-] builtin-fetch--tool.c
[edit]
[+]
..
[-] README
[edit]
[-] git-tag.sh
[edit]
[-] git-rerere.perl
[edit]
[-] git-clean.sh
[edit]
[-] git-checkout.sh
[edit]
[-] git-svnimport.txt
[edit]
[-] git-revert.sh
[edit]
[-] git-verify-tag.sh
[edit]
[-] git-merge-ours.sh
[edit]
[-] git-remote.perl
[edit]
[-] git-commit.sh
[edit]
[-] git-merge.sh
[edit]
[-] git-fetch.sh
[edit]
[-] git-ls-remote.sh
[edit]
[-] git-clone.sh
[edit]
[-] git-resolve.sh
[edit]
[-] git-reset.sh
[edit]