Commits
- Commit:
cc8021afc28da386d1cab85b4d74b632b90e0108
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
implement 'got diff -c' for diffing commits with optional filtering by path
Need for filtering by path sugggested by kn@
ok naddy@
- Commit:
dbdddfee1482b50ca8c4a0be06e4fec6a59fb9f4
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
switch from SIMPLEQ to equivalent STAILQ macros
The singly-linked tail queue macros were added to OpenBSD 6.9 and
are more widely available on other systems.
ok stsp
- Commit:
9ca9aafb026269aef00e469133fb7d1e3c224952
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_object_id_queue_copy()
This will be required by a future 'gotadmin pack' command.
- Commit:
74a2356f3bd54be374a23546704e7ec7c876a247
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a user data pointer to struct got_object_qid
This will be required by a future 'gotadmin pack' command.
- Commit:
be659d10a8dd75e169fb7a246f54238dfc4386e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix type of filesize output parameter of got_object_blob_dump_to_file()
- Commit:
af57b12ab516c7fa5ecc8bd00db5637240411ed7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add symlink support to 'got cherrypick'; test non-conflict cases only for now
- Commit:
e40622f412c8f937c81a8f76aa780647ea7392bf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got_object_tree_entry_is_symlink() and got_object_resolve_symlinks()
- Commit:
8ba819a3547825c0e0d657a7e41610da16f6cd4f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
let 'got checkout' create symlinks in a work tree
- Commit:
0d6c6ee302022b4b2746cd5a85df1f34f8891b9c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target
- Commit:
56e0773df7e12fc69c1f6f9d171c93fd78a13d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert tree entries from SIMPLEQ to an array
- Commit:
63c5ca5de411be54e75480b0efec04014ffab46e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
detect and ignore Git submodules
- Commit:
8e7bd50a820730b5f8356254f7a44fa922fab3bc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial implementation of 'got tag' command
- Commit:
8aa93786da2fe8d0c2714dcda5c6a0d4676b08c1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got cat' output look more like raw object files
- Commit:
24ea5512e058a018fb480a73576e051ee37991ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got cat' show raw log messages, i.e. leaving PGP sigs intact
- Commit:
01073a5d20f017cbdb065decd25fa6d472cf809d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got cat' implementation
- Commit:
0f6650ff4853b2d95012860490e8861f60353ef7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in got_object_blob_dump_to_file() docstring
- Commit:
5943eee28016d0b1f6e87c25366b3a85a95a727a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
strip Git GPG signatures from log messages
- Commit:
d24820bf831196d55a112663501e8e67ac79911c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for tag objects to 'got diff'
- Commit:
dd88155e484f5bbae1af4e3c8d020cabc2e647ab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disambiguate abbreviated object IDs based on object type
- Commit:
6c4c42e07c3ebc32f3ea82173f6936b9f522733a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement search for 'tog blame'
- Commit:
a129376b6f8adc074c4b53a4f78195ca32b78b1a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add initial implementation of 'got revert'
- Commit:
6c34b1aaf4f7557da7a8f12bfc5109491faa1937
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace formatting fixes in include/
- Commit:
fb43ecf1500cf7f8b2e22348bd1635edcda97fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fclose()
- Commit:
0bd18d379f824371c6439f6c6d72b23c4169d99c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add potentially useful helpers for tag objects and refs
- Commit:
5a3026e52b5ad2cd63f25d7ffa8e8dfa1a899a8f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove obsolete statements from API docs