Teach git mergetool to use custom commands defined at config time
[gitweb.git] / write_or_die.c
2007-01-12 Merge branch 'jc/bare'
2007-01-12 Merge branch 'ar/merge-recursive'
2007-01-12 Merge branch 'jc/detached-head'
2007-01-11 Avoid errors and warnings when attempting to do I/O...
2007-01-11 write_in_full: really write in full or return error...
2007-01-09 Merge branch 'maint'
2007-01-08 Merge branch 'jc/reflog'
2007-01-08 short i/o: fix calls to write to use xwrite or write_in...
2007-01-08 short i/o: fix calls to read to use xread or read_in_full
2007-01-08 short i/o: clean up the naming for the write_{in,or...
2007-01-07 Merge branch 'sp/mmap'
2007-01-05 Merge branch 'maint'
2007-01-03 send pack check for failure to send revisions list
2006-12-31 Merge branch 'master' into sp/mmap
2006-12-29 Create read_or_die utility routine.
2006-11-29 Merge master.kernel.org:/pub/scm/gitk/gitk
2006-11-24 Merge branch 'jc/upload-pack'
2006-11-08 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-10-17 Merge branch 'maint'
2006-10-02 Merge branch 'maint'
2006-10-01 Merge branch 'maint'
2006-10-01 Merge branch 'jc/gitpm'
2006-09-18 Merge part of branch 'jc/upload-pack'
2006-09-14 Merge branches 'maint' and 'jc/http'
2006-09-07 Merge branch 'jc/daemon'
2006-09-02 Trace into a file or an open fd and refactor tracing...
2006-09-01 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-08-31 Trace into open fd and refactor tracing code.
2006-08-28 Merge branch 'js/c-merge-recursive'
2006-08-28 Merge branch 'jc/apply'
2006-08-26 Merge branch 'master' into gl/web
2006-08-23 Merge branch 'gl/cleanup' into gl/cleanup-next
2006-08-22 Add write_or_die(), a helper function