summaryrefslogtreecommitdiffstats
path: root/sha1-lookup.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-27read_directory_recursive: reduce one indentation levelNguyễn Thái Ngọc Duy1-25/+25
2011-10-27get_tree_entry(): do not call find_tree_entry() on an empty treeJunio C Hamano1-3/+7
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy7-20/+20
2011-10-27Update draft release notes to 1.7.8Junio C Hamano1-1/+17
2011-10-26make the sample pre-commit hook script reject names with newlines, tooJim Meyering1-2/+6
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-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-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-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
2011-10-18inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesSebastian Schuberth1-0/+2
2011-10-18Makefile: ask "ls-files" to list source files if availableJunio C Hamano1-3/+7
2011-10-18Update draft release notes to 1.7.8Junio C Hamano1-1/+37
2011-10-18git-p4: handle files with shell metacharactersLuke Diamand2-77/+187
2011-10-18git-p4: keyword flattening fixesPete Wyckoff1-2/+6
2011-10-18git-p4: stop ignoring apple filetypePete Wyckoff1-5/+0
2011-10-18git-p4: recognize all p4 filetypesPete Wyckoff1-19/+52
2011-10-18git-p4: handle utf16 filetype properlyPete Wyckoff2-0/+119
2011-10-18git-p4 tests: refactor and cleanupPete Wyckoff3-324/+559
2011-10-17"rebase -i": support special-purpose editor to edit insn sheetPeter Oberndorfer2-1/+20
2011-10-17use test number as port numberClemens Buchacher1-1/+1
2011-10-17resolve_gitlink_packed_ref(): fix mismergeJunio C Hamano2-1/+30
2011-10-17clear_ref_cache(): inline functionMichael Haggerty1-7/+3
2011-10-17write_ref_sha1(): only invalidate the loose ref cacheMichael Haggerty1-1/+1
2011-10-17clear_ref_cache(): extract two new functionsMichael Haggerty1-4/+15
2011-10-17clear_ref_cache(): rename parameterMichael Haggerty1-6/+6
2011-10-17invalidate_ref_cache(): expose this function in the refs APIMichael Haggerty2-1/+9
2011-10-17invalidate_ref_cache(): take the submodule as parameterMichael Haggerty1-8/+4
2011-10-17invalidate_ref_cache(): rename function from invalidate_cached_refs()Michael Haggerty1-20/+20
2011-10-16gitweb: Add gitweb manpages to 'gitweb' package in git.specJakub Narebski1-0/+7
2011-10-16Documentation: Add gitweb config variables to git-config(1)Jakub Narebski1-0/+17
2011-10-16Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpagesJakub Narebski2-0/+5
2011-10-16gitweb: Add gitweb(1) manpage for gitweb itselfJakub Narebski5-346/+743
2011-10-16gitweb: Add gitweb.conf(5) manpage for gitweb configuration filesDrew Northup3-134/+878
2011-10-16Update draft release notes to 1.7.8Junio C Hamano1-1/+3
2011-10-16git-svn: Allow certain refs to be ignoredMichael Olson1-5/+33