()
| 644 | } |
| 645 | |
| 646 | func UpdateIndexFromStdin() (*subprocess.Cmd, error) { |
| 647 | return git("update-index", "-q", "--refresh", "--stdin") |
| 648 | } |
| 649 | |
| 650 | // RecentBranches returns branches with commit dates on or after the given date/time |
| 651 | // Return full Ref type for easier detection of duplicate SHAs etc |