Commits
- Commit:
c1669e2e5fb4f6007afe46318e82a4e0de689390
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement recursive mode for 'got tree'
- Commit:
80bd227c8266b1bdccfbaca37c2d9366e6e9ef67
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove TODO items which have been done
- Commit:
7c1607bc5237c2f1e75f1b877e0f9ae92efb3199
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add another TODO item
- Commit:
4482e97b9e5bb7379ba16b6609bb76b13920c7da
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
shorten test name
- Commit:
81a30460ae72c2e83fd47df22f93785661b7b750
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix a path matching bug in collect_missing_file()
- Commit:
25a58941e2beadb3c782e68c751bd74947177955
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove the pathset abstraction again; replaced by RB tree
- Commit:
7a9df742c247f62cb09b77ae4bd3fb8006636553
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
replace use of got_pathset in worktree code with RB tree
- Commit:
133d2798cc7d235f7491a2969b2cbb700841d8e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use RB tree directly instead of a pathset in file index code
- Commit:
e01590338c3e32a0e096d3409844b7e587ab894b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
generalize the pathset's path comparison function
- Commit:
025eb8a5503ebea0b3dffaf887ef0fd8aa5e1d23
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid unnecessary strdup() in got_pathset's find_element()
- Commit:
6b798c3c8a2a1a0b86a2e6fbbe3d3be758f9b56c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't forgot to free file index entries in got_fileindex_free()
- Commit:
b504a804cf269d86aebf0f805cc5eb135423f76a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
switch file index entries from TAILQ to got_pathset
- Commit:
8f6d9a6a62b3640c758a23e26cd567e2e44406e1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mark got_pathset iteration functions as safe
- Commit:
398789b2a47fcb448382e7d5f6c7e4b57f22d8ec
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix name of a constant in pathset.c
- Commit:
4ba899b3f71214e07c64451621cfa5e2aafe68f0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove entry from file index after removing on-disk file, not before
- Commit:
63f4f47b30929a05c377070ef0fff7f92b0dbf53
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace
- Commit:
5bff75ab35eeaa7bd63180a34f85e530c29ea274
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add another TODO item
- Commit:
26c4ac4df0a7fa02e8cb703d2f0e6b9da84d0f82
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop trying to remove parents if a non-empty parent is traversed
- Commit:
ab847d68d0785fd5821a5d9f8fe702a45a2db402
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
KNF in pathset_test.c
- Commit:
90285c3b5b24fe56d9ea77e33199bcd395595b95
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
properly remove empty directories left behind during updates
- Commit:
efaf56b722e9595f43c4177384f7e54c88fbc285
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got_pathset_for_each_reverse()
- Commit:
aaa0878e4df2825d2597e407b5015a0e663ec7f8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got_pathset API which manages a tree of paths
- Commit:
11624658e63b039ca9c172f4c2dca569f6b39bd0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused definition of nitems()
- Commit:
8419a396638b389d382a326489f488ad1f139b39
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add another todo item for tog
- Commit:
54f77e21e4a3d2c7ac2e8e9643e1c9e5daa30f03
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO file