Commits
- Commit:
f2b16adaedf4891924ea61e7f357b02c6cf42bdf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
cache path length in struct got_pathlist_entry
- Commit:
d572f5860a456fe9ab48d8444dd4cbec28fcae6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate strlen() calls during fileindex rb tree searches
- Commit:
adc19d556533254f7f3fe8101c25f9de1ca46331
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless output parameter from got_pathlist_append()
- Commit:
f2ea84fab96c77d352fe460a37f2722beb6225d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' accept mulitple path arguments
- Commit:
72ea6654e747de4879e06bd45e50ea7d9f5b7ed6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for multiple path arguments to 'got status'
- Commit:
49aa539ae942aff06b21e3252bed3977e80398e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove got_path_normalize(); pointless and unused
- Commit:
2c7829a4ca20def05fcbfb4e1557e8f7abbf9c1b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement 'got init'
- Commit:
0ee7065d8d7e2f4c85b8e806bda98645435f08ac
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got commit' look up EDITOR in PATH
The previous code only worked if EDITOR contained an absolute path.
- Commit:
280f921b7f983840bfb1f82e25c054ce55034924
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
heed API namespace: got_dir_is_empty -> got_path_dir_is_empty
- Commit:
3c45a30aebce27db2fb0f5b453695260456bacc9
- From:
- joshua stein <jcs@jcs.org>
- Date:
checkout: if worktree path exists and is empty, suppress mkdir failure
- Commit:
72151b04d0a9eb62823b0769601163f9ecf224d1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_path_strip_trailing_slashes()
- Commit:
324d37e7c791a6e6ff08598c3e6206ba956d0965
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got path APIs available to library consumers