Commits

Commit:
66c6e97f4881aff54deff446de40f4cfa696f246
From:
Omar Polo <op@omarpolo.com>
Date:
Sun Jan 29 10:46:58 2023 UTC

months -> years; time flies...

Commit:
e8e0be9271e208311f1d0b841ca28cb058c61309
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Sep 22 14:27:58 2022 UTC

specify what "obstructed" means in the comment; no code changes

Commit:
bc158324418fd8bef96a7f62856679de2569030f
From:
Omar Polo <op@omarpolo.com>
Date:
Fri Aug 5 09:40:24 2022 UTC

bump version

Commit:
9b53f629f36d3301a0c9e41df4b5110d5ab61d9b
From:
Omar Polo <op@omarpolo.com>
Date:
Fri Aug 5 09:26:06 2022 UTC

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.

Commit:
489c6310a6f64bc73ea3eeda5dc9a96ad8bf5043
From:
Omar Polo <op@omarpolo.com>
Date:
Tue Jul 26 07:46:17 2022 UTC

add support for the Author header in vc-log it gets mapped to the new `got commit -A' flag and overrides the author.

Commit:
da4022abeed75da03af91c19e89fb77b6a2c39ce
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Jul 23 10:33:21 2022 UTC

cl-loop -> dolist in this case the dolist is shorter and easier to read / reason about

Commit:
ba51d2414feec77347ec3c69eeab583a88988122
From:
Omar Polo <op@omarpolo.com>
Date:
Sat Jul 23 10:32:30 2022 UTC

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.

Commit:
3ec0e0cae3d6d38ca12cedb0cba4f63fe6fff8e4
From:
Omar Polo <op@omarpolo.com>
Date:
Tue Jul 19 10:37:10 2022 UTC

typo in the function name and missing vc-setup-buffer

Commit:
2217122fb8636cfa0f69cef4dac6f3b172f4abe2
From:
Omar Polo <op@omarpolo.com>
Date:
Tue Jul 19 10:34:09 2022 UTC

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.

Commit:
20cee209dece2d1a49daf68e043aa6e78b8a13e9
From:
Omar Polo <op@omarpolo.com>
Date:
Wed Jun 8 15:02:50 2022 UTC

tag 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.

Commit:
6fd5fa324a423b43b64c4a070230727d41c98b55
From:
Omar Polo <op@omarpolo.com>
Date:
Wed Jun 8 14:46:11 2022 UTC

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.

Commit:
d009a36e0933bafedec30516e7293fb15e84dd19
From:
Stefan Monnier <monnier@iro.umontreal.ca>
Via:
Omar Polo <op@omarpolo.com>
Date:
Sat May 28 15:35:39 2022 UTC

ignore files created by elpa

Commit:
f0d7c7e7cfb672768f74d899163439451088b147
From:
Stefan Monnier <monnier@iro.umontreal.ca>
Via:
Omar Polo <op@omarpolo.com>
Date:
Sat May 28 15:35:36 2022 UTC

simplify some bits of code

Commit:
dd4e6a2cc72980b1044a36207117a950aa501241
From:
Stefan Monnier <monnier@iro.umontreal.ca>
Via:
Omar Polo <op@omarpolo.com>
Date:
Sat May 28 15:33:54 2022 UTC

fix the quote in the docstring of `vc-got--status'

Commit:
18cc42ab3c12d124fb013923f4583dd25ffe5dcd
From:
Omar Polo <op@omarpolo.com>
Date:
Sat May 28 14:13:46 2022 UTC

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