Commit Briefs

Omar Polo

months -> years; time flies... (master)



Omar Polo

bump version (tags/1.2)


Omar Polo

faster vc-got-working-revision

invoking `got log' to find the working revision of a file is quite heavy. It takes several seconds to run on some occasions and working in /usr/src is a pain. (usr.bin/diff/diff.c takes _seven_ seconds to get the first log entry.) `got info' instead is quicker since it doesn't have to traverse the history but only parse the fileindex. (usr.bin/diff/diff.c takes one second to compare.) It also avoids an extra `got status' call if the file is added since `got info' succeeds but doesn't print any commit information in that case.


Omar Polo

add support for the Author header in vc-log

it gets mapped to the new `got commit -A' flag and overrides the author.


Omar Polo

cl-loop -> dolist

in this case the dolist is shorter and easier to read / reason about


Omar Polo

fix vc-got-print-log with files in subdirs

otherwise the file-relative-name is computed relatively to the current directory (i.e. you get back the basename) and vc-got--log fails.



Omar Polo

fix vc-got-print-log

the missing vc-setup-buffer call was preventing it from clearing (at least) the buffer, so the old logs remained.


Omar Polo

tag 1.1.2 (tags/1.1.2)

fix vc-log-search for got from latest -main branch and for future versions. `got log' changed the flag for search from -s to -S (-s is now to select the short log format.) Support for older got version will be kept for the next few (got) releases.


Omar Polo

fix vc-got--log with current got

'got log' changed the flag for doing searches from -s to -S (-s is now a short format log). Adapt vc-got--log to handle it using the newly introduced vc-got--version<=. While here rename vc-got--program-version to vc-got--version.


Omar Polo

ignore files created by elpa


Omar Polo

simplify some bits of code



Omar Polo

tag 1.1.1 (tags/1.1.1)

- update package URL - don't list the TODOs in the package description - update vc-got-{pull,push} docstrings