Sha256: 42247682d7ad5afa11c77442f2ff2cedd691c62f8f9440905eb42220ae2b9536

Contents?: true

Size: 882 Bytes

Versions: 16

Compression:

Stored size: 882 Bytes

Contents

GIT OBJECT TYPE
  NAME: git_repo
  SHORTCUT: git

  DESCRIPTION
    Reference to a git repository in the file system.
    The value of the git_repo object is a string.
    There are no children needed.

  CHILDREN
    None

  MESSAGES
    validate - Validate that this is a git repo.
    check_changes - Check to see if there are any pending changes.
    get_changes - Get the list of pending changes.
    commit - Commit changes.
    get_branch - Get the current branch.
    review - Review pending changes.

  EXAMPLE

    changes [can] :
    	on_load [script] :
    		show "Finding repos with local changes..."
    		put $.user.home + "/dev" into changes.for.in
    		run changes.for
    		show  "Done."
    	for [each] :
    		repo [git] :
    		in [string] :
    		do [script] :
    			tell changes.for.repo to check_changes
    			if it then show changes.for.repo

  SEE ALSO

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-1.0.0 lib/gloo/help/objs/dev/git_repo.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/dev/git_repo.txt
gloo-0.8.0 lib/gloo/help/objs/dev/git_repo.txt
gloo-0.7.7 lib/gloo/help/objs/dev/git_repo.txt
gloo-0.7.6 lib/gloo/help/objs/dev/git_repo.txt