Documentation
¶
Overview ¶
Package commit only purpose is to commit tasks.
Index ¶
- func Add(path, oldPath, message string) error
- func AddWithConflictDetection(path, oldPath, message, tasksDir string) error
- func CheckForTaskConflicts(tasksDir string, autoResolve bool) error
- func FindTopLevelGitDir() (string, error)
- func PostMergeConflictCheck(tasksDir string) error
- func PreCommitConflictCheck(tasksDir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddWithConflictDetection ¶ added in v0.4.0
AddWithConflictDetection adds and commits files with automatic conflict detection
func CheckForTaskConflicts ¶ added in v0.4.0
CheckForTaskConflicts detects and optionally resolves ID conflicts in the backlog
func FindTopLevelGitDir ¶ added in v0.1.1
func PostMergeConflictCheck ¶ added in v0.4.0
PostMergeConflictCheck should be called after Git merge operations to detect ID conflicts
func PreCommitConflictCheck ¶ added in v0.4.0
PreCommitConflictCheck should be called before commits to ensure no conflicts exist
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.