summaryrefslogtreecommitdiffstats
path: root/copy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21Fix contrib/subtree Makefile to patch #! lineCharles Bailey1-1/+7
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe6-19/+6
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe4-8/+4
2014-07-18remote-testsvn: use internal argv_array of struct child_process in cmd_import()René Scharfe1-9/+7
2014-07-18bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe1-10/+5
2014-07-18fast-import: use hashcmp() for SHA1 hash comparisonRené Scharfe1-1/+1
2014-07-18transport: simplify fetch_objs_via_rsync() using argv_arrayRené Scharfe1-20/+8
2014-07-18run-command: use internal argv_array of struct child_process in run_hook_ve()René Scharfe1-11/+4
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe5-42/+6
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe3-10/+10
2014-07-17.mailmap: map different names with the same email address togetherStefan Beller1-0/+3
2014-07-16refs.c: add a public is_branch functionRonnie Sahlberg3-6/+3
2014-07-16config: use chmod() instead of fchmod()Karsten Blees1-4/+4
2014-07-16Eighth batch for 2.1Junio C Hamano1-1/+31
2014-07-16Git 2.0.2v2.0.2Junio C Hamano3-2/+22
2014-07-16annotate: use argv_arrayRené Scharfe1-7/+5
2014-07-16MinGW: fix compile error due to missing ELOOPKarsten Blees1-0/+3
2014-07-15sha1_file: do not add own object directory as alternateEphrim Khong2-4/+33
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees2-21/+11
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees2-56/+160
2014-07-15.gitignore: "git-verify-commit" is a generated fileØyvind A. Holm1-0/+1
2014-07-15prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy2-20/+29
2014-07-15dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy1-20/+22
2014-07-15dir.c: coding style fixNguyễn Thái Ngọc Duy1-6/+6