Sha256: 1d2147c090b8474533c0c8b27e70198759c35d8ef1e5a465a7a8b843e5b705ab

Contents?: true

Size: 846 Bytes

Versions: 5

Compression:

Stored size: 846 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 objectd 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.

  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

5 entries across 5 versions & 1 rubygems

Version Path
gloo-0.7.4 lib/gloo/help/objs/dev/git_repo.txt
gloo-0.7.3 lib/gloo/help/objs/dev/git_repo.txt
gloo-0.7.2 lib/gloo/help/objs/dev/git_repo.txt
gloo-0.7.1 lib/gloo/help/objs/dev/git_repo.txt
gloo-0.7.0 lib/gloo/help/objs/dev/git_repo.txt