aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/workqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions
/+39 2006-12-30Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce1-3/+3 2006-12-30Use PATH_MAX constant for --bare.Shawn O. Pearce1-2/+2 2006-12-30Force core.filemode to false on Cygwin.Shawn O. Pearce2-4/+18 2006-12-30Fix formatting for urls section of fetch, pull, and push manpagesTheodore Ts'o1-7/+16 2006-12-30Fix yet another subtle xdl_merge() bugJohannes Schindelin1-2/+5 2006-12-30i18n: drop "encoding" header in the output after re-coding.Junio C Hamano1-0/+45 2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano3-2/+12 2006-12-30Move commit reencoding parameter parsing to revision.cJunio C Hamano3-0/+16 2006-12-30Documentation: minor rewording for git-log and git-show pages.Junio C Hamano2-5/+9 2006-12-30Documentation: i18n commit log message notes.Junio C Hamano5-0/+78 2006-12-30t3900: test log --encoding=noneJunio C Hamano1-1/+8 2006-12-30commit re-encoding: fix confusion between no and default conversion.Junio C Hamano1-0/+2 2006-12-29mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()Junio C Hamano1-0/+11 2006-12-29pack-objects: fix use of use_pack().Junio C Hamano1-2/+5 2006-12-29Fix random segfaults in pack-objects.Shawn O. Pearce1-3/+4 2006-12-29Cleanup read_cache_from error handling.Shawn O. Pearce1-4/+4 2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce6-19/+22 2006-12-29Release pack windows before reporting out of memory.Shawn O. Pearce2-8/+39 2006-12-29Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2-2/+7