Commits
- Commit:
1d126e2d216c06991bbc586d796b3d002b2bd7d6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for reading .git/config; parser was based on isakmpd/conf.c
- Commit:
63c5ca5de411be54e75480b0efec04014ffab46e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
detect and ignore Git submodules
- Commit:
2a06fe5f59f1b7b42f63bd9afe5187935c341321
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
indicate non-existent paths in 'got status' and make 'got diff' error for them
- Commit:
b8bad2ba42b397e4040667df22fbd795f6c796f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got tag -l' list tags by time stamp in descending order
- Commit:
29606af7a3a58767bf817a38035490899609d13e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow got_ref_list() to restrict returned refs to a particular namespace
- Commit:
de30857e1014d2b499226ec0ecad64870426005f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix reading pack index files with large offsets (patch by Hiltjo Posthuma)
- Commit:
d158dfc4bf83cf7b559c336015c1d3cdb03440e5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
a2887370ed151037710c478f1ada8de55e6e9da9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
repair build on sparc64
- Commit:
a5a71e8e0c49640e7069a92560a45262a0d4dd08
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync distfile list
- Commit:
0463124fd39eeaa85a13b63e7de6e36d2298ef5d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
change for 0.11
- Commit:
e8039a4a9c3a427314f84f317c4bb011b31b2be5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
create tag objects with both Git and Got during tag -l test
- Commit:
2417344cc53b6a209f122d9506f0f6070110e5db
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak the way 'got tag -l' displays tagged objectsI
- Commit:
ea6d9f6be5d893cad015b27d61ad22542eeb5d3d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a colon behind object type in got tag -l, for consistency
- Commit:
62870f63a13343aa2c9f3dea24bd565504ca614d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show tag name in initial content of tag message editor
- Commit:
2575b0eb75bab8aee15d4582f60496382ddfa492
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use correct label for author (aka tagger) info when writing tag objects
- Commit:
b2b65d18918be9c20fea979d833febd1ffd2b6e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix usage() call in 'got import'
- Commit:
b3cd068e5e43ee5e281716ea420c953fad4fac57
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document tag objects
- Commit:
c904c63e1cecd38d94c5ba386b2600f5cb2e53ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove -d option from 'got tag' usage
- Commit:
8e7bd50a820730b5f8356254f7a44fa922fab3bc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial implementation of 'got tag' command
- Commit:
a009df92847bdf738778c064cc50e9c204b6e1d6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in comment
- Commit:
e15d52415f5691757642691b41e723ddfbd7facb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got cat' show tag object fields in on-disk order
- 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:
fc06ba561252d5ccc36fa7a9be53fe33d098ce8f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
support blame cancellation in 'tog blame' view