summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-08gitweb: Make use of the $git_dir variable at sub git_get_project_url_listLibravatar Bruno Ribas1-1/+1
2008-02-08git.el: Better handling of subprocess errors.Libravatar Alexandre Julliard1-37/+51
2008-02-08git.el: Check for existing buffers on revert.Libravatar Alexandre Julliard1-0/+8
2008-02-08git.el: Added a command to amend a commit.Libravatar Alexandre Julliard1-1/+73
2008-02-08git.el: Support for showing unknown/ignored directories.Libravatar Alexandre Julliard1-9/+29
2008-02-07git-p4: Fix indentation from tab to spacesLibravatar Toby Allsopp1-1/+1
2008-02-07Merge branch 'maint'Libravatar Junio C Hamano2-3/+52
2008-02-07gitattributes: fix relative path matchingLibravatar Junio C Hamano2-3/+52
2008-02-06config: add test cases for empty value and no value config variables.Libravatar Christian Couder1-0/+23
2008-02-06Improve bash prompt to detect various states like an unfinished mergeLibravatar Robin Rosenberg1-4/+33
2008-02-06compat: Add simplified merge sort implementation from glibcLibravatar Brian Downing3-0/+76
2008-02-06fix config reading in testsLibravatar Jeff King2-4/+7
2008-02-06allow suppressing of global and system configLibravatar Jeff King3-4/+24
2008-02-06Merge branch 'maint'Libravatar Junio C Hamano3-3/+72
2008-02-06Fix parsing numeric color valuesLibravatar Timo Hirvonen2-1/+70
2008-02-06gitweb: Make feed entries point to commitdiff viewLibravatar Florian La Roche1-1/+1
2008-02-06git-svn: improve repository URL matching when following parentsLibravatar Eric Wong1-1/+6
2008-02-06Make git-remote.perl "use strict" compliantLibravatar Rafael Garcia-Suarez1-4/+6
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsLibravatar Steffen Prohaska11-11/+189
2008-02-06git-commit: add a prepare-commit-msg hookLibravatar Paolo Bonzini6-2/+242
2008-02-06git-commit: Refactor creation of log message.Libravatar Paolo Bonzini2-83/+117
2008-02-06git-commit: set GIT_EDITOR=: if editor will not be launchedLibravatar Paolo Bonzini2-0/+6
2008-02-06git-commit: support variable number of hook argumentsLibravatar Paolo Bonzini1-26/+35
2008-02-05INSTALL: git-merge no longer uses cpioLibravatar Gerrit Pape1-2/+2
2008-02-05Fix misuse of prefix_path()Libravatar Johannes Sixt2-6/+6
2008-02-05instaweb: use 'git-web--browse' to launch browser.Libravatar Christian Couder1-14/+6
2008-02-05Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Libravatar Christian Couder4-5/+5
2008-02-05help--browse: add '--config' option to check a config option for a browser.Libravatar Christian Couder2-6/+19
2008-02-05help: make 'git-help--browse' usable outside 'git-help'.Libravatar Christian Couder3-17/+27
2008-02-05gitignore: lazily find dtypeLibravatar Junio C Hamano4-15/+23
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Libravatar Junio C Hamano7-15/+98
2008-02-05builtin-mv: minimum fix to avoid losing filesLibravatar Junio C Hamano2-1/+43
2008-02-05git-add: adjust to the get_pathspec() changes.Libravatar Junio C Hamano2-0/+59
2008-02-05Make blame accept absolute pathsLibravatar Robin Rosenberg1-3/+1
2008-02-05setup: sanitize absolute and funny paths in get_pathspec()Libravatar Junio C Hamano4-45/+245
2008-02-05git-send-email: Generalize auto-cc recipient mechanism.Libravatar David Brown2-7/+60
2008-02-05Reduce the number of connects when fetchingLibravatar Daniel Barkalow5-48/+83
2008-02-05Make error messages from cherry-pick/revert more sensibleLibravatar Junio C Hamano5-58/+79
2008-02-05Documentation/SubmittingPatches: What's Acked-by and Tested-by?Libravatar Junio C Hamano1-4/+12
2008-02-05Documentation/SubmittingPatches: discuss first then submitLibravatar Junio C Hamano1-4/+5
2008-02-05Documentation/SubmittingPatches: Instruct how to use [PATCH] Subject headerLibravatar Junio C Hamano1-1/+6
2008-02-05core.whitespace: cr-at-eolLibravatar Junio C Hamano5-6/+72
2008-02-05git-apply --whitespace=fix: fix whitespace fuzz introduced by previous runLibravatar Junio C Hamano2-5/+231
2008-02-05builtin-apply.c: pass ws_rule down to match_fragment()Libravatar Junio C Hamano1-3/+5
2008-02-05builtin-apply.c: move copy_wsfix() function a bit higher.Libravatar Junio C Hamano1-94/+94
2008-02-05builtin-apply.c: do not feed copy_wsfix() leading '+'Libravatar Junio C Hamano1-20/+18
2008-02-05builtin-apply.c: simplify calling site to apply_line()Libravatar Junio C Hamano1-18/+20
2008-02-05builtin-apply.c: clean-up apply_one_fragment()Libravatar Junio C Hamano1-28/+27
2008-02-05builtin-apply.c: mark common context lines in lineinfo structure.Libravatar Junio C Hamano1-25/+32
2008-02-05builtin-apply.c: optimize match_beginning/end processing a bit.Libravatar Junio C Hamano1-0/+10