Commits
- Commit:
455de7fa2c4ca7bb8c24c144e14c235f8d757503
- From:
- Theo Buehler <tb@openbsd.org>
- Date:
Avoid out of bounds access if path is "/".
From Martin <openbsd () academicsolutions ! ch> with tweaks by me.
ok stsp
- Commit:
5cade90168b43ba473102fcb27dd1fd4d85fcdc9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix error return in got_path_find_prog() (patch by Steven McDonald)
- Commit:
718ef3e9e896770be288214c9e03de887cb683cd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
simplify cleanup code paths in got_path_find_prog()
- Commit:
202329ae1b4393a9093c61915de94a5a9a51555a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix some more occurrences of potential errno clobbering
- Commit:
466d3b326f73598d70e55b9cf69805cb3026be55
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove redundant strlen() calls from got_path_cmp()
- 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:
08680430768530f8c5623618e07a4cf068a9cc1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention where code for got_path_find_prog() came from
- 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:
638f9024045bbe2420143f8868dcc484c231c634
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_error_prefix_errno() to got_error_from_errno()
- Commit:
7f2a8dc2cb2619aae4d4d971eaf2e1f72b48949d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug fd leak in got_path_dir_is_empty()
- 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:
230a42bdc60c6136d2a5ce65bf1a2f26d990c096
- From:
- joshua stein <jcs@jcs.org>
- Date:
got_error_from_errno -> got_error_prefix_errno
also add got_error_prefix_errno2 and got_error_prefix_errno3 which
should hopefully all be merged into a single function with variadic
args (but can't alloc mem)
- 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
- Commit:
eb4304b986b18116e2fe6b1b45f805ec895d451c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix problems with "/" in two path helper functions
- Commit:
a129376b6f8adc074c4b53a4f78195ca32b78b1a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add initial implementation of 'got revert'
- Commit:
5e3ce57ad89618bd4872440fab5fd8a5ffc7b4c9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
return relative paths from got_path_skip_common_ancestor()
- Commit:
db5ba8eda276cd122138244b297aa510587dedf9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
init output argument of got_path_skip_common_ancestor()