Hacker News new | past | comments | ask | show | jobs | submit login

How do you deal with wanting to see the history, graph etc of just one sub-project? Does the tooling handle this?



I believe everything is tracked at the folder/file level and not a project level. I'm not sure there even is a concept of a project. But maybe someone can correct me.


There is a concept of a project. Though viewing change history is more organized around packages and files.


History for folders is visible in code search, it’s basically equivalent to what GitHub or Sourcegraph would give you. You can query dependencies from the build system. Anything beyond a couple levels deep is unlikely to load in any tools you have ;)


git log <directory> accomplishes this already.


Google uses piper and perforce (well, g4) before that




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: