summaryrefslogtreecommitdiffstats
path: root/test-sha1.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-07fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy1-1/+3
2011-11-03receive-pack: do not expect object 0{40} to existJunio C Hamano1-6/+11
2011-11-02t3200: add test case for 'branch -m'Stefan Naewe1-0/+5
2011-11-02branch -m: handle no arg properlyTay Ray Chuan1-5/+8
2011-11-02Update draft release notes to 1.7.8Junio C Hamano1-55/+11
2011-11-02Git 1.7.7.2v1.7.7.2Junio C Hamano2-1/+45
2011-11-01name-hash.c: always initialize dir_next pointerJohannes Sixt1-1/+1
2011-11-01svn: Quote repository root in regex matchTed Percival1-2/+2
2011-11-01mingw: poll.h is no longer in sys/Erik Faye-Lund1-1/+1
2011-10-31t7511: avoid use of reserved filename on Windows.Pat Thoyts1-1/+1
2011-10-31Git 1.7.8-rc0v1.7.8-rc0Junio C Hamano2-2/+2
2011-10-31upload-archive: use start_command instead of forkErik Faye-Lund4-55/+31
2011-10-31compat/win32/poll.c: upgrade from upstreamErik Faye-Lund1-6/+13
2011-10-31mingw: move poll out of sys-folderErik Faye-Lund3-2/+4
2011-10-28(squash) test for previousJunio C Hamano1-0/+11
2011-10-28blame.c: Properly initialize strbuf after calling, textconv_object()Sebastian Schuberth1-1/+3
2011-10-27Update draft release notes to 1.7.8Junio C Hamano1-3/+1
2011-10-27clone: Quote user supplied path in a single quote pairRichard Hartmann1-2/+2
2011-10-27Update draft release notes to 1.7.8Junio C Hamano1-1/+17
2011-10-26read-cache.c: fix index memory allocationRené Scharfe2-3/+53
2011-10-26make the sample pre-commit hook script reject names with newlines, tooJim Meyering1-2/+6
2011-10-26completion: fix issue with process substitution not working on Git for WindowsStefan Naewe1-1/+2
2011-10-26gitweb/Makefile: Remove static/gitweb.js in the clean targetRamsay Jones1-1/+3
2011-10-26builtin/grep: simplify lock_and_read_sha1_file()Junio C Hamano1-7/+3
2011-10-26builtin/grep: make lock/unlock into static inline functionsJunio C Hamano1-5/+23
2011-10-26git grep: be careful to use mutexes only when they are initializedJohannes Schindelin1-4/+5
2011-10-24Reindent closing bracket using tab instead of spacesNguyễn Thái Ngọc Duy1-1/+1
2011-10-24Git 1.7.7.1v1.7.7.1Junio C Hamano2-2/+3
2011-10-24pretty.c: use original commit message if reencoding failsNguyễn Thái Ngọc Duy1-1/+4
2011-10-24pretty.c: free get_header() return valueNguyễn Thái Ngọc Duy1-4/+3
2011-10-24RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se...Jonathan Nieder1-2/+3
2011-10-22Update draft release notes to 1.7.8Junio C Hamano1-2/+21
2011-10-21gitweb: fix regression when filtering out forksJulien Muchembled1-1/+1
2011-10-21Add simple test for Git::config_path() in t/t9700-perl-git.shJakub Narebski2-1/+9
2011-10-21completion: match ctags symbol names in grep patternsJeff King1-0/+13
2011-10-21contrib: add git-jump scriptJeff King2-0/+161
2011-10-21Almost ready for 1.7.7.1Junio C Hamano1-0/+20
2011-10-21gitweb: provide a way to customize html headersLénaïc Huard5-0/+17
2011-10-21submodule::module_clone(): silence die() message from module_name()Tay Ray Chuan1-1/+1
2011-10-21submodule: whitespace fixTay Ray Chuan1-3/+3
2011-10-21pack-objects: don't traverse objects unnecessarilyDan McGee1-6/+12
2011-10-21tests: add missing executable bitsJeff King2-0/+0
2011-10-20git-remote-mediawiki: don't include HTTP login/password in authorMatthieu Moy1-0/+4
2011-10-19resolve_ref(): report breakage to the caller without warningJunio C Hamano1-7/+11
2011-10-19resolve_ref(): expose REF_ISBROKEN flagJunio C Hamano2-9/+9
2011-10-19Update draft release notes to 1.7.8Junio C Hamano1-2/+22
2011-10-19t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir scriptBrandon Casey1-1/+1
2011-10-19t1300: attempting to remove a non-existent .git/config is not an errorJohannes Sixt1-12/+7
2011-10-18strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey1-1/+0
2011-10-18libperl-git: refactor Git::config_*Junio C Hamano1-64/+24