summaryrefslogtreecommitdiffstats
path: root/notes-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-13Git 1.7.8-rc2v1.7.8-rc2Junio C Hamano2-2/+2
2011-11-10mktree: fix a memory leak in write_tree()Liu Yuan1-0/+1
2011-11-09completion: don't leak variable from the prompt into environmentSZEDER Gábor1-1/+1
2011-11-09Update draft release notes to 1.7.8Junio C Hamano1-14/+5
2011-11-09Git 1.7.7.3v1.7.7.3Junio C Hamano3-2/+21
2011-11-08docs: Update install-doc-quickJunio C Hamano3-50/+46
2011-11-08docs: don't mention --quiet or --exit-code in git-log(1)Jeff King1-0/+2
2011-11-08Git 1.7.8-rc1v1.7.8-rc1Junio C Hamano2-2/+6
2011-11-08blame.c: Properly initialize strbuf after calling textconv_object(), againSebastian Schuberth1-4/+3
2011-11-07remote: fix remote set-url usageFelipe Contreras1-1/+1
2011-11-07remote: fix set-branches usageJunio C Hamano1-1/+1
2011-11-06git-p4: ignore apple filetypePete Wyckoff2-0/+44
2011-11-06t/t7508-status.sh: use test_i18ncmpÆvar Arnfjörð Bjarmason1-2/+2
2011-11-06t/t6030-bisect-porcelain.sh: use test_i18ngrepÆvar Arnfjörð Bjarmason1-1/+1
2011-11-04http: don't always prompt for passwordStefan Naewe1-4/+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