4 years ago 39449a05d5 Stefan Sperling
make 'got diff' show changes to symlinks in a work tree
4 years ago eb59b6d490 Stefan Sperling
show path in error message when blaming a symlink pointing to a directory
4 years ago 0587e10c4c Stefan Sperling
add symlink support to 'got blame' and 'tog blame'
5 years ago 0d6c6ee302 Stefan Sperling
make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target
5 years ago 5d58be1291 Stefan Sperling
fix 'got tree' usage message; the path argument is optional
5 years ago f4d0e3fbae Stefan Sperling
shorten the "Updated reference" message printed by 'got fetch'
5 years ago 0208f20830 Stefan Sperling
requested by matthieu@
5 years ago 2e8c69d19f Stefan Sperling
ok millert@
5 years ago 4343a07f8a Stefan Sperling
filter out "remote/*/HEAD" references in 'got log' output
5 years ago 50f2fadafa Stefan Sperling
ok tracey
5 years ago f79e64905f Stefan Sperling
move clone/fetch connection progress messages to a more obvious spot
5 years ago 5e9b18faa7 Stefan Sperling
tweak a 'got fetch' progress message for accuracy
5 years ago e54dde0531 Stefan Sperling
tweak a 'got clone' progress message for accuracy
5 years ago dbec59df9a Stefan Sperling
add 'got log' -R option to reverse commit display order
5 years ago 9627c110be Stefan Sperling
5 years ago d1fe46f97f Stefan Sperling
add 'got log' -x option to stop logging when a specific commit was traversed
5 years ago ccecc9fd21 Stefan Sperling
wrap an overlong line
5 years ago fa51e947d8 Stefan Sperling
be nice to unaware users who attempt to use got commands with a Git work tree
5 years ago bcf34b0ec9 Stefan Sperling
make 'got fetch' restore our copy of the remote HEAD if the copy was deleted
5 years ago 3789fd730a Stefan Sperling
make 'got fetch -d' delete branches from both refs/heads and refs/remotes
5 years ago f1bcca348e Stefan Sperling
make 'got fetch' update our copy of the remote HEAD in case it has changed
5 years ago f298ae0fb8 Stefan Sperling
make 'got clone' create refs/remotes/origin/HEAD, as 'git clone' does
5 years ago 4e0a20a47c Tracey Emery
ok stsp
5 years ago 775ce90932 Stefan Sperling
wrap overlong line in got.c
5 years ago 907f15e2ba Stefan Sperling
remove redundant \n from errx() calls in got.c