Commits
- Commit:
d1f166363b86f21241be730505c1182508dc9d2c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move got_repo_cmp_tags() to got_ref_cmp_tags()
- Commit:
56e0773df7e12fc69c1f6f9d171c93fd78a13d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert tree entries from SIMPLEQ to an array
- Commit:
c30018ad059b2c8e989a8c469f19a17ab9e17d86
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ignore empty files in refs directory; convert parse_ref_file() to getline(3)
- Commit:
24b5452abe8f7dca6abf6cc0199101c2b950d141
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show bad reference names in error messages to make such errors more clear
- Commit:
cdb8f1fa33c26cc381af648690c3f8cc4380175f
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
fix possible NULL deref in alloc_symref()
- Commit:
6aeab5968f2b14a7aaff1360ae8f6a1679626ecb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix deletion of branches stored in packed-refs
broken since 29606af7a3a58767bf817a38035490899609d13e
- Commit:
b8bad2ba42b397e4040667df22fbd795f6c796f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got tag -l' list tags by time stamp in descending order
- Commit:
29606af7a3a58767bf817a38035490899609d13e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow got_ref_list() to restrict returned refs to a particular namespace
- Commit:
29e86f7a5a094e0e5e9ca231e615a13c0c2e6ed0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introuce a hard limit on recursion through symbolic references
- Commit:
d572f5860a456fe9ab48d8444dd4cbec28fcae6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate strlen() calls during fileindex rb tree searches
- Commit:
6e47225242a2b742817ecafa41e4ff88046b7f88
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless call to got_path_normalize()
- Commit:
aaf883177f27944f273eed3ea7cbe43075bb2741
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_ref_alloc_symref() and got_ref_get_symref_target()
- Commit:
0f148cb77a71142fd9317f1a705b5f03903bb35b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
revert c191ed664f6c437ebc3e0c859c53e48b445401f1
'got ref' should only work with naked ref names;
implicitly putting things into 'refs/heads' is a job for
something like a 'got branch' command.
- Commit:
6e472abb219118bbb338c67086cf830c57de2c85
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix a segfault in got_ref_open()
- Commit:
aedda007f35a0820009e1463c9c804c6dea9acb1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make open_ref() tolerate missing reference dirs and files
- Commit:
c191ed664f6c437ebc3e0c859c53e48b445401f1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow single-component reference names with got_ref_alloc()
- Commit:
638f9024045bbe2420143f8868dcc484c231c634
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_error_prefix_errno() to got_error_from_errno()
- Commit:
f5c58ad1536d3b26b1245b4d7fba2bebfdacff94
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix leftover lockfiles from parse_ref_file()
- Commit:
a875589a9d2af343438e8ea0ba7c507db05f5623
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix locking of packed ref file in got_ref_open()
- Commit:
0885ce8fa7d962afa1fe3df90867508016ed48e6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle well-known refs more obviously in got_ref_open()
- Commit:
5b575c2578fe24526fa3461ce4d6364b4c167de7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't hide errors in got_ref_open()
- Commit:
2f17228ee55ecd8c69a9d0dac94841c7894d0d6d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
lock branch reference file during 'got commit' to prevent a race
- Commit:
656b1f76d3a6f52318782284fa83ae47894cbffb
- From:
- joshua stein <jcs@jcs.org>
- Date:
while (1) -> for (;;)
- 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:
324d37e7c791a6e6ff08598c3e6206ba956d0965
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got path APIs available to library consumers