HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 1 - 25 of 363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sfw/usr/src/cmd/git/git-1.5.6.5/templates/
hooks--post-update 8 exec git-update-server-info
hooks--applypatch-msg 12 . git-sh-setup
hooks--pre-applypatch 11 . git-sh-setup
hooks--pre-commit 4 # Called by git-commit with no arguments. The hook should
14 if git-rev-parse --verify HEAD 2>/dev/null
16 git-diff-index -p -M --cached HEAD --
43 if (m|^diff --git a/(.*) b/\1$|) {
  /sfw/usr/src/cmd/git/git-1.5.6.5/contrib/examples/
git-merge-ours.sh 12 git diff-index --quiet --cached HEAD -- || exit 2
git-gc.sh 9 . git-sh-setup
25 case "$(git config --get gc.packrefs)" in
29 pack_refs=$(git config --bool --get gc.packrefs)
33 git pack-refs --prune &&
34 git reflog expire --all &&
35 git-repack -a -d -l &&
36 $no_prune git prune &&
37 git rerere gc || exit
git-resolve.sh 9 echo 'WARNING: Please use git-merge or git-pull instead.' >&2
13 . git-sh-setup
20 head=$(git rev-parse --verify "$1"^0) &&
21 merge=$(git rev-parse --verify "$2"^0) &&
37 common=$(git merge-base $head $merge)
49 echo "Updating $(git rev-parse --short $head)..$(git rev-parse --short $merge)"
50 git read-tree -u -m $head $merge || exit 1
51 git update-ref -m "resolve $merge_name: Fast forward"
    [all...]
  /sfw/usr/src/cmd/git/git-1.5.6.5/t/
t1500-rev-parse.sh 3 test_description='test git rev-parse'
11 "test '$1' = \"\$(git rev-parse --is-bare-repository)\""
15 test_expect_success "$name: is-inside-git-dir" \
16 "test '$1' = \"\$(git rev-parse --is-inside-git-dir)\""
21 "test '$1' = \"\$(git rev-parse --is-inside-work-tree)\""
26 "test '$1' = \"\$(git rev-parse --show-prefix)\""
31 # label is-bare is-inside-git is-inside-work prefix
35 cd .git || exit 1
36 test_rev_parse .git/ false true false '
    [all...]
t1501-worktree.sh 11 "test '$1' = \"\$(git rev-parse --is-bare-repository)\""
15 test_expect_success "$name: is-inside-git-dir" \
16 "test '$1' = \"\$(git rev-parse --is-inside-git-dir)\""
21 "test '$1' = \"\$(git rev-parse --is-inside-work-tree)\""
26 "test '$1' = \"\$(git rev-parse --show-prefix)\""
32 mv .git repo.git || exit 1
35 GIT_DIR=repo.git
39 git config core.worktree ../wor
    [all...]
t7502-commit.sh 3 test_description='git commit porcelain-ish'
12 git add "commit is" not &&
16 git commit -a -m "initial with -a" &&
18 git cat-file blob HEAD:"commit is" >current.1 &&
19 git cat-file blob HEAD:not/forbid >current.2 &&
31 git commit -m "partial commit to handle a file" "commit is" &&
33 changed=$(git diff-tree --name-only HEAD^ HEAD) &&
41 git commit -m "partial commit to subdirectory" not &&
43 changed=$(git diff-tree -r --name-only HEAD^ HEAD) &&
50 git rm not/forbid &
    [all...]
t9105-git-svn-commit-diff.sh 4 test_description='git-svn commit-diff'
5 . ./lib-git-svn.sh
14 git update-index --add readme &&
15 git commit -a -m "initial" &&
17 git commit -a -m "another"
20 head=`git rev-parse --verify HEAD^0`
21 prev=`git rev-parse --verify HEAD^1`
29 git-svn commit-diff -r1 "$prev" "$head" "$svnrepo" &&
34 test_expect_success 'commit-diff to a sub-directory (with git-svn config)' '
36 git-svn init --minimize-url "$svnrepo"/subdir &
    [all...]
t5400-send-pack.sh 16 git update-index --add mozart/is/pink &&
17 tree=$(git write-tree) &&
18 commit=$(echo "Commit #0" | git commit-tree $tree) &&
27 git update-index --add mozart/is/pink &&
28 tree=$(git write-tree) &&
29 commit=$(echo "Commit #$i" | git commit-tree $tree -p $parent) &&
30 git update-ref refs/tags/commit$i $commit &&
33 git update-ref HEAD "$commit" &&
34 git-clone ./. victim &&
36 git log &
    [all...]
t6009-rev-list-parent.sh 10 git commit -a -m $1 &&
11 git tag $1
17 git add file &&
27 git log --pretty=oneline --abbrev-commit
32 git rev-list one --not four >result &&
t9102-git-svn-deep-rmdir.sh 2 test_description='git-svn rmdir'
3 . ./lib-git-svn.sh
12 svn import -m "import for git-svn" . "$svnrepo" &&
16 test_expect_success 'mirror via git-svn' '
17 git-svn init "$svnrepo" &&
18 git-svn fetch &&
19 git checkout -f -b test-rmdir remotes/git-svn
23 git rm -f deeply/nested/directory/number/2/another &&
24 git commit -a -m "remove another" &
    [all...]
t9103-git-svn-tracked-directory-removed.sh 6 test_description='git-svn tracking removed top-level path'
7 . ./lib-git-svn.sh
24 test_expect_success 'clone repo with git' '
25 git svn clone -s "$svnrepo" x &&
32 test -n \"\$(git svn find-rev r1)\" &&
33 git reset --hard \$(git svn find-rev r1) &&
36 test x\$(git svn find-rev r2) = x
t9118-git-svn-funky-branch-names.sh 6 test_description='git-svn funky branch names'
7 . ./lib-git-svn.sh
22 git svn clone -s "$svnrepo/pr ject" project &&
24 git rev-parse "refs/remotes/fun%20plugin" &&
25 git rev-parse "refs/remotes/more%20fun%20plugin!" &&
31 git reset --hard 'refs/remotes/more%20fun%20plugin!' &&
33 git commit -m 'hello' -- foo &&
34 git svn dcommit &&
t9121-git-svn-fetch-renamed-dir.sh 6 test_description='git-svn can fetch renamed directories'
8 . ./lib-git-svn.sh
15 git svn init "$svnrepo/newname" &&
16 git svn fetch
t9122-git-svn-author.sh 3 test_description='git svn authorship'
4 . ./lib-git-svn.sh
16 test_expect_success 'interact with it via git-svn' '
17 mkdir work.git &&
19 cd work.git &&
20 git svn init "$svnrepo"
21 git svn fetch &&
25 git commit -a -m second &&
28 git svn dcommit &&
32 git commit -a -m third &
    [all...]
t3020-ls-files-error-unmatch.sh 6 test_description='git ls-files test for --error-unmatch option
8 This test runs git ls-files --error-unmatch to ensure it correctly
15 git update-index --add foo bar
16 git-commit -m "add foo bar"
19 'git ls-files --error-unmatch should fail with unmatched path.' \
20 '! git ls-files --error-unmatch foo bar-does-not-match'
23 'git ls-files --error-unmatch should succeed eith matched paths.' \
24 'git ls-files --error-unmatch foo bar'
t9117-git-svn-init-clone.sh 6 test_description='git-svn init/clone tests'
8 . ./lib-git-svn.sh
12 rm -r .git
25 git svn clone "$svnrepo"/project/trunk &&
26 test -d trunk/.git/svn &&
33 git svn clone "$svnrepo"/project/trunk target &&
34 test -d target/.git/svn &&
41 git svn clone -s "$svnrepo"/project &&
42 test -d project/.git/svn &&
49 git svn clone -s "$svnrepo"/project target &
    [all...]
  /sfw/usr/src/cmd/git/git-1.5.6.5/
git-merge-one-file.sh 5 # This is the git per-file merge script, called with
16 # been handled already by git read-tree, but that one doesn't
32 exec git update-index --remove -- "$4"
38 exec git update-index --remove -- "$4"
47 exec git update-index --add --cacheinfo "$6" "$2" "$4"
56 git update-index --add --cacheinfo "$7" "$3" "$4" &&
57 exec git checkout-index -u -f -- "$4"
70 git update-index --add --cacheinfo "$6" "$2" "$4" &&
71 exec git checkout-index -u -f -- "$4"
90 src2=`git-unpack-file $3
    [all...]
git-stash.sh 8 . git-sh-setup
12 TMP="$GIT_DIR/.git-stash.$$"
18 git diff-index --quiet --cached HEAD --ignore-submodules -- &&
19 git diff-files --quiet --ignore-submodules
25 die "git stash clear with parameters is unimplemented"
27 if current=$(git rev-parse --verify $ref_stash 2>/dev/null)
29 git update-ref -d $ref_stash $current
42 if b_commit=$(git rev-parse --verify HEAD)
44 head=$(git log --no-color --abbrev-commit --pretty=oneline -n 1 HEAD --)
49 if branch=$(git symbolic-ref -q HEAD
    [all...]
  /sfw/usr/src/pkgdefs/SUNWgit/
prototype_com 49 f none usr/bin/git-daemon 0555 root bin
50 f none usr/bin/git-fast-import 0555 root bin
51 f none usr/bin/git-fetch-pack 0555 root bin
52 f none usr/bin/git-hash-object 0555 root bin
53 f none usr/bin/git-imap-send 0555 root bin
54 f none usr/bin/git-index-pack 0555 root bin
55 f none usr/bin/git-merge-index 0555 root bin
56 f none usr/bin/git-merge-tree 0555 root bin
57 f none usr/bin/git-mktag 0555 root bin
58 f none usr/bin/git-mktree 0555 root bi
    [all...]
  /sfw/usr/src/cmd/git/git-1.5.6.5/contrib/stats/
git-common-hash 7 git rev-list --objects --all | sort | perl -lne '
  /sfw/usr/src/cmd/zsh/zsh-4.3.9/Functions/VCS_Info/Backends/
VCS_INFO_detect_git 2 ## git support by: Frank Terbeck <ft@bewatermyfriend.org>
7 [[ $1 == '--flavours' ]] && { print -l git-p4 git-svn; return 0 }
9 if VCS_INFO_check_com git && git rev-parse --is-inside-work-tree &> /dev/null ; then
10 vcs_comm[gitdir]="$(git rev-parse --git-dir 2> /dev/null)" || return 1
11 if [[ -d ${vcs_comm[gitdir]}/svn ]] ; then vcs_comm[overwrite_name]='git-svn'
12 elif [[ -d ${vcs_comm[gitdir]}/refs/remotes/p4 ]] ; then vcs_comm[overwrite_name]='git-p4' ; fi

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011>>