Age | Commit message (Expand) | Author | Files | Lines |
2013-01-11 | Merge branch 'jn/warn-on-inaccessible-loosen' into maint | Junio C Hamano | 1 | -1/+9 |
2012-12-18 | xmkstemp(): avoid showing truncated template more carefully | Junio C Hamano | 1 | -1/+1 |
2012-10-13 | config: treat user and xdg config permission problems as errors | Jonathan Nieder | 1 | -0/+8 |
2012-10-13 | config, gitignore: failure to access with ENOTDIR is ok | Jonathan Nieder | 1 | -1/+1 |
2012-08-21 | warn_on_inaccessible(): a helper to warn on inaccessible paths | Junio C Hamano | 1 | -1/+6 |
2012-08-21 | config: warn on inaccessible files | Jeff King | 1 | -0/+8 |
2012-05-22 | ident: report passwd errors with a more friendly message | Jeff King | 1 | -0/+12 |
2012-03-07 | Add more large blob test cases | Nguyễn Thái Ngọc Duy | 1 | -3/+24 |
2011-05-26 | read_in_full: always report errors | Jeff King | 1 | -2/+4 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -2/+2 |
2011-02-10 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-02-10 | compat: helper for detecting unsigned overflow | Jonathan Nieder | 1 | -1/+1 |
2010-12-21 | Improve error messages when temporary file creation fails | Arnout Engelen | 1 | -4/+28 |
2010-12-21 | set_try_to_free_routine(NULL) means "do nothing special" | Junio C Hamano | 1 | -0/+2 |
2010-11-10 | Remove pack file handling dependency from wrapper.o | Jonathan Nieder | 1 | -3/+2 |
2010-11-10 | wrapper: give zlib wrappers their own translation unit | Jonathan Nieder | 1 | -60/+0 |
2010-11-10 | path helpers: move git_mkstemp* to wrapper.c | Jonathan Nieder | 1 | -0/+113 |
2010-11-10 | wrapper: move odb_* to environment.c | Jonathan Nieder | 1 | -37/+0 |
2010-11-10 | wrapper: move xmmap() to sha1_file.c | Jonathan Nieder | 1 | -15/+0 |
2010-08-20 | xmalloc: include size in the failure message | Matthieu Moy | 1 | -1/+2 |
2010-06-13 | Merge branch 'js/try-to-free-stackable' | Junio C Hamano | 1 | -2/+4 |
2010-05-21 | Merge branch 'np/malloc-threading' | Junio C Hamano | 1 | -4/+16 |
2010-05-08 | Have set_try_to_free_routine return the previous routine | Johannes Sixt | 1 | -2/+4 |
2010-03-28 | Introduce remove_or_warn function | Peter Collingbourne | 1 | -0/+5 |
2010-03-28 | Implement the rmdir_or_warn function | Peter Collingbourne | 1 | -0/+5 |
2010-03-28 | Generalise the unlink_or_warn function | Peter Collingbourne | 1 | -5/+7 |
2010-03-24 | Make xmalloc and xrealloc thread-safe | Nicolas Pitre | 1 | -4/+16 |
2010-02-22 | Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later. | Matthieu Moy | 1 | -3/+7 |
2010-02-22 | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. | Matthieu Moy | 1 | -0/+10 |
2010-01-26 | Add xmallocz() | Ilari Liusvaara | 1 | -4/+11 |
2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -4/+4 |
2009-04-29 | Introduce an unlink(2) wrapper which gives warning if unlink failed | Alex Riesen | 1 | -0/+16 |
2009-02-28 | Merge branch 'jc/maint-1.6.0-pack-directory' | Junio C Hamano | 1 | -1/+2 |
2009-02-26 | Fix odb_mkstemp() on AIX | Mike Ralphson | 1 | -1/+2 |
2009-02-25 | Merge branch 'jc/maint-1.6.0-pack-directory' | Junio C Hamano | 1 | -0/+32 |
2009-02-25 | Make sure objects/pack exists before creating a new pack | Junio C Hamano | 1 | -0/+32 |
2009-01-11 | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 1 | -0/+60 |
2008-07-20 | Move read_in_full() and write_in_full() to wrapper.c | Junio C Hamano | 1 | -0/+38 |
2008-06-22 | Shrink the git binary a bit by avoiding unnecessary inline functions | Linus Torvalds | 1 | -0/+160 |