summaryrefslogtreecommitdiffstats
path: root/block-sha1/sha1.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-23Makefile: add NO_FNMATCH_CASEFOLD to IRIX sectionsBrandon Casey1-0/+2
2010-12-23test-lib.sh/test_decode_color(): use octal not hex in awk scriptBrandon Casey1-1/+1
2010-12-22git.txt: correct where --work-tree path is relative toNguyễn Thái Ngọc Duy1-1/+1
2010-12-22Revert "Documentation: always respect core.worktree if set"Nguyễn Thái Ngọc Duy1-15/+8
2010-12-22t0001: test git init when run via an aliasJonathan Nieder1-0/+56
2010-12-22Remove all logic from get_git_work_tree()Nguyễn Thái Ngọc Duy3-28/+19
2010-12-22setup: rework setup_explicit_git_dir()Nguyễn Thái Ngọc Duy2-203/+221
2010-12-22setup: clean up setup_discovered_git_dir()Nguyễn Thái Ngọc Duy2-48/+48
2010-12-22t1020-subdirectory: test alias expansion in a subdirectoryMichael J Gruber1-0/+8
2010-12-22setup: clean up setup_bare_git_dir()Nguyễn Thái Ngọc Duy1-10/+9
2010-12-22setup: limit get_git_work_tree()'s to explicit setup case onlyNguyễn Thái Ngọc Duy5-37/+51
2010-12-22Use git_config_early() instead of git_config() during repo setupNguyễn Thái Ngọc Duy1-12/+35
2010-12-22Add git_config_early()Nguyễn Thái Ngọc Duy2-5/+15
2010-12-21t0050: fix printf format strings for portabilityJonathan Nieder1-2/+2
2010-12-21t3419-*.sh: Fix arithmetic expansion syntax errorRamsay Jones1-2/+2
2010-12-21am --abort: keep unrelated commits since the last failure and warnJunio C Hamano2-2/+34
2010-12-21set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano2-6/+4
2010-12-21commit: die before asking to edit the log messageJunio C Hamano1-22/+32
2010-12-21completion: add missing configuration variablesMartin von Zweigbergk1-4/+66
2010-12-20ident: die on bogus date formatJeff King2-2/+8
2010-12-20fill_textconv(): Don't get/put cache if sha1 is not validKirill Smelkov2-4/+3
2010-12-20t/t8006: Demonstrate blame is broken when cachetextconv is onKirill Smelkov1-0/+22
2010-12-19t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" klugeJonathan Nieder1-35/+49
2010-12-19t2107: mark passing test as successJeff King1-1/+1
2010-12-19handle arbitrary ints in git_config_maybe_boolJeff King1-5/+3
2010-12-19builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Thiago Farina1-10/+2
2010-12-19builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Thiago Farina1-6/+1
2010-12-19gitweb: Include links to feeds in HTML header only for '200 OK' responseJakub Narebski1-42/+47
2010-12-19fsck docs: remove outdated and useless diagnosticMark Lodato1-3/+0
2010-12-19userdiff: fix typo in ruby and python word regexesThomas Rast1-2/+2
2010-12-17trace.c: mark file-local function staticVasyl' Vavrychuk1-1/+1
2010-12-17bash completion: add basic support for git-reflogTay Ray Chuan1-1/+12
2010-12-17Fix typo in git-gc document.Jiang Xin2-2/+2
2010-12-17Update draft release notes to 1.7.4Junio C Hamano2-7/+43
2010-12-16get_sha1: handle special case $commit^{/}Nguyễn Thái Ngọc Duy1-0/+7
2010-12-16difftool: provide basename to external toolsMichael J Gruber2-0/+2
2010-12-16git-difftool.txt: correct the description of $BASE and describe $MERGEDMichael J Gruber1-2/+3
2010-12-15Git 1.6.4.5v1.6.4.5Junio C Hamano3-2/+22
2010-12-15gitweb: Introduce esc_attr to escape attributes of HTML elementsJakub Narebski1-15/+22
2010-12-15bash: simple reimplementation of _get_comp_words_by_refJonathan Nieder1-8/+110
2010-12-15bash: get --pretty=m<tab> completion to work with bash v4Peter van der Does1-76/+160
2010-12-15get_sha1: support $commit^{/regex} syntaxNguyễn Thái Ngọc Duy3-11/+105
2010-12-14difftool: Fix failure on CygwinRamsay Jones1-4/+8
2010-12-14t9501-*.sh: Fix a test failure on CygwinRamsay Jones1-1/+1
2010-12-14lib-git-svn.sh: Add check for mis-configured web server variablesRamsay Jones1-0/+10
2010-12-14lib-git-svn.sh: Avoid setting web server variables unnecessarilyRamsay Jones1-22/+25
2010-12-14t9142: Move call to start_httpd into the setup testRamsay Jones1-3/+2
2010-12-14t3600-rm.sh: Don't pass a non-existent prereq to test #15Ramsay Jones1-1/+1
2010-12-14gitweb: Fix handling of whitespace in generated linksJakub Narebski1-8/+23
2010-12-14Prepare for 1.7.3.4Junio C Hamano1-0/+10