Commits
- Commit:
53ccebc212c162c70f666f060b461d9dccdca647
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'make release' target; programs now have a version number
- Commit:
37c06ea4bc43854ab1212229878ceceb14a26167
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
link _p versions of libraries if PROFILE=1; hint from claudio
- Commit:
563fca6e4a33fd3582610c2a357360608202d4e5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make tog compile again
- Commit:
9e672c7443bebadbd8806c9a4366543f852eb372
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement got_ref_write()
- Commit:
6353ad76e488c8d0df631a779571fdeb41fc9c70
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' merge file edits
- Commit:
25a58941e2beadb3c782e68c751bd74947177955
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove the pathset abstraction again; replaced by RB tree
- Commit:
90285c3b5b24fe56d9ea77e33199bcd395595b95
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
properly remove empty directories left behind during updates
- Commit:
f054b67ad04873dfbc5d2644a77c3cf422af3c67
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove object_idcache; use object_idset instead
- Commit:
6bef87be901a62ffff4a5e52932fdab9c0d8cb27
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move object cache out of repository.c to its own file
- Commit:
079b2f6564ee7fbd71071aedde0c3c317b985d46
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a Makefile hierarchy which builds the whole show
- Commit:
ad242220adab01ebd55a97a5701733d7256b2d32
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement fork+exec (and by the way, fix the build...)
- Commit:
a440fac05e070a11112ddfdd8b655bf07c6c6bb7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move object parsing code into a separate file
- Commit:
e79f468ebe7a3161f90c560a639c9e2236f529b7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
re-enable object cache; committed accidentally
- Commit:
14437fb1f1eaee02d6eadf828de2e8fb8109c8a2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in tog blame, set corret pointer to NULL after object close
- Commit:
297794893791829a471c1c98443e07269550ed06
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in Makefile comments: CPLAGS -> CFLAGS
- Commit:
ccfe88e6ed61166face3636161962cb7c852e047
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
provide a compile-time toggle for object caching
- Commit:
c35a7943488e43a4fc6c48a00cf858ba8f410947
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
account for line shift in blame; lots of help from tb@
- Commit:
84451b3ef755f3226d0d79af367632e5f3a830e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement incremental blame display for tog
- Commit:
63581804340e880bf611c6a4a59eda26c503799f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename zbuf to inflate
- Commit:
fc79a48d6d45b863032ca7d3a161781cc8e89f95
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a compile time switch to read pack index with read(2)
- Commit:
eb77ee116adf68529f88c2ab3de1ce2aaf0c1b52
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add an object id cache which backs the object cache
- Commit:
a70480e0e08f396753e80248580f84b902f706f9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implementation of 'tog blame', not reachable via gui yet
- Commit:
00dfcb9257905221d15c8cdf62614113ecc07057
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle EILSEQ in tog(1)
- Commit:
917bfd05b82e9f84999cfbb008c9dcefd388f77f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add an extra callback argument to got_object_idset_for_each()
- Commit:
61e69b96fdf101a2381367490c2c5b82800a5021
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
better trimming of lines to the right length in tog diff