Vicent Marti
8146fe7cb9
index: Fix unused error messages
2011-05-23 21:41:13 +03:00
Jakob Pfender
d320c52d3b
index.c: Move to new error handling mechanism
2011-05-23 21:39:56 +03:00
Jakob Pfender
ec9edd5657
config_file.c: Move to new error handling mechanism
2011-05-23 21:38:44 +03:00
Jakob Pfender
a6d647d258
win32/pthread.c: Move to new error handling mechanism
2011-05-23 21:38:43 +03:00
Jakob Pfender
7c8b597ec3
win32/map.c: Move to new error handling mechanism
2011-05-23 21:38:42 +03:00
Jakob Pfender
450ac186f9
unix/map.c: Move to new error handling mechanism
2011-05-23 21:38:41 +03:00
Jakob Pfender
57435a6dff
backends/sqlite.c: Move to new error handling mechanism
2011-05-23 21:38:41 +03:00
Jakob Pfender
43a0bc01ce
backends/hiredis.c: Move to new error handling mechanism
2011-05-23 21:38:40 +03:00
Jakob Pfender
33b1d19e76
util.c: Move to new error handling mechanism
2011-05-23 21:38:39 +03:00
Jakob Pfender
bc06a4eeec
tree.c: Move to new error handling mechanism
2011-05-23 21:38:39 +03:00
Jakob Pfender
6e34ee61bc
tag.c: Move to new error handling mechanism
2011-05-23 21:38:38 +03:00
Jakob Pfender
005564967f
signature.c: Move to new error handling mechanism
2011-05-23 21:38:37 +03:00
Jakob Pfender
c0cd9d506b
revwalk.c: Move to new error handling mechanism
2011-05-23 21:38:35 +03:00
Jakob Pfender
4f664a1b3d
repository.c: Move to new error handling mechanism
2011-05-23 21:38:19 +03:00
Vicent Marti
0d5d5190f2
refs: Reword errors
2011-05-23 21:37:48 +03:00
Jakob Pfender
5bdf7b9f54
refs.c: Move to new error handling mechanism
2011-05-23 21:15:35 +03:00
Jakob Pfender
bea548420b
oid.c: Move to new error handling mechanism
2011-05-23 21:15:26 +03:00
Vicent Marti
f84d981938
odb_pack: Reword errors
2011-05-23 21:14:58 +03:00
Jakob Pfender
267d539f4a
odb_pack.c: Move to new error handling mechanism
2011-05-23 21:12:28 +03:00
Vicent Marti
60e1b49abd
odb_loose: Reword errors
2011-05-23 21:12:18 +03:00
Jakob Pfender
dfb12cd544
odb_loose.c: Move to new error handling mechanism
2011-05-23 21:09:33 +03:00
Jakob Pfender
f93f8ec5d0
odb_loose.c: Return GIT_ENOMEM when allocation fails
...
When trying to inflate a buffer, a GIT_ERROR was returned when malloc()
failed.
Fix this to return GIT_ENOMEM.
2011-05-23 21:09:21 +03:00
Vicent Marti
1e85d1aa03
odb: Reword errors
2011-05-23 21:09:07 +03:00
Jakob Pfender
d3d5d86d4d
odb.c: Move to new error handling mechanism
2011-05-23 21:05:58 +03:00
Vicent Marti
6623f5c91b
object: Reword errors
2011-05-23 21:05:43 +03:00
Jakob Pfender
75eb97fed0
object.c: Move to new error handling mechanism
2011-05-23 21:04:19 +03:00
Vicent Marti
0be7f000a5
hashtable: Reword errors
2011-05-23 21:04:09 +03:00
Jakob Pfender
da533495c5
hashtable.c: Move to new error handling mechanism
2011-05-23 21:03:18 +03:00
Vicent Marti
d3ca89fe60
fileops: Cleanup
2011-05-23 21:03:01 +03:00
Jakob Pfender
cc2ac058b3
fileops.c: Move to new error handling mechanism
2011-05-23 21:00:40 +03:00
Vicent Marti
f6328611dc
filebuf: Reword errors
2011-05-23 21:00:19 +03:00
Jakob Pfender
374db5f912
filebuf.c: Move to new error handling mechanism
2011-05-23 20:45:19 +03:00
Jakob Pfender
68384a27e5
config.c: Fix format string error
2011-05-23 20:45:13 +03:00
Jakob Pfender
4152a44bd8
delta-apply.c: Move to new error handling mechanism
2011-05-23 20:44:10 +03:00
Jakob Pfender
21dcb75abd
delta-apply.c: Use GIT_ENOMEM instead of GIT_ERROR when allocating
...
git__delta_apply used to return with a generic GIT_ERROR when allocating
memory for the delta failed.
Fix this to return GIT_ENOMEM.
2011-05-23 20:43:58 +03:00
Vicent Marti
5c36f6dbe8
config: Cleanup
2011-05-23 20:43:19 +03:00
Vicent Marti
4c7a5e9e3f
commit: Reword errors
2011-05-23 20:36:06 +03:00
Jakob Pfender
726c6fd293
commit.c: Move to new error handling mechanism
2011-05-23 20:33:41 +03:00
Vicent Marti
adef992232
blob: Reword errors
2011-05-23 20:33:20 +03:00
Jakob Pfender
913691007e
blob.c: Move to new error handling mechanism
2011-05-23 20:31:26 +03:00
Vicent Marti
b0b527e0ad
config: Cleanup & renaming of the external API
...
"git_config_backend" have been renamed to "git_config_file", which
implements a generic interface to access a configuration file -- be it
either on disk, from a DB or whatever mumbojumbo.
I think this makes more sense.
2011-05-20 03:20:12 +03:00
Vicent Marti
8adbf2ed12
Rewrite git_config_open_global
...
We have a lot of utility methods that make path building trivial. Use
them!
2011-05-20 02:58:33 +03:00
Vicent Martí
274f2c213f
Merge pull request #193 from carlosmn/config
...
A couple of config improvements
2011-05-19 14:18:57 -07:00
Vicent Martí
44d16d6fb2
Merge pull request #198 from sschuberth/fix-typos
...
Fix a few minor typos in comments and error messages
2011-05-19 11:21:22 -07:00
Vicent Marti
f4e2aca29c
index: Fix issues in the unmerged entries API
2011-05-19 20:38:17 +03:00
Sebastian Schuberth
8133afefe3
Fix a few minor typos in comments and error messages
...
Regarding "initialize" vs. "initialise", www.dict.cc says the first is American
English whereas the latter in British English. For consistency, we should
stick to American English.
2011-05-19 09:34:58 +02:00
Vicent Martí
7b134cfebe
Merge pull request #141 from jpfender/unmerged
...
index: Add API for unmerged entries
2011-05-18 17:04:12 -07:00
Vicent Martí
7d6274baa9
Merge pull request #197 from schu/errors
...
Move odb.c to the new error handling
2011-05-18 17:00:20 -07:00
Vicent Martí
05e5857614
Merge pull request #194 from schu/must-pass-ret
...
test_lib: add return value to git_test
2011-05-18 16:59:09 -07:00
Vicent Martí
ba9cc91fd7
Merge pull request #195 from RomainMuller/master
...
Consider environment-specified CFLAGS
2011-05-18 16:58:24 -07:00