diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-09 09:26:55 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-09 09:26:55 -0700 |
| commit | eb38c22f535c7c973f27b62845c5136c4be0ae49 (patch) | |
| tree | dd229923a70e17998038996d66d4562df16f6d28 /commit-tree.c | |
| parent | Fix missing return values and some error tests for empty index files (diff) | |
| download | git-eb38c22f535c7c973f27b62845c5136c4be0ae49.tar.gz git-eb38c22f535c7c973f27b62845c5136c4be0ae49.zip | |
Make "cache_name_pos()" available to others.
It finds the cache entry position for a given name, and is
generally useful. Sure, everybody can just scan the active
cache array, but since it's sorted, you actually want to
search it with a binary search, so let's not duplicate that
logic all over the place.
Diffstat (limited to 'commit-tree.c')
0 files changed, 0 insertions, 0 deletions
