13588 Commits (60b188a9844cdcf865174c685a38acc053a9d43b)
 

Author SHA1 Message Date
Tim Stoakes 527270689c Fix typo in 'blame' documentation. 17 years ago
Johannes Schindelin fb32c9172a Fix "git clone" for git:// protocol 17 years ago
Bruno Ribas 201945eeb3 gitweb: Make use of the $git_dir variable at sub git_get_project_url_list 17 years ago
Alexandre Julliard 0520e2154f git.el: Better handling of subprocess errors. 17 years ago
Alexandre Julliard 928323af6b git.el: Check for existing buffers on revert. 17 years ago
Alexandre Julliard 76127b3a0d git.el: Added a command to amend a commit. 17 years ago
Alexandre Julliard 3f3d564aa7 git.el: Support for showing unknown/ignored directories. 17 years ago
Toby Allsopp 053d9e432b git-p4: Fix indentation from tab to spaces 17 years ago
Junio C Hamano a4cfcb023d Merge branch 'maint' 17 years ago
Junio C Hamano cf94ccda35 gitattributes: fix relative path matching 17 years ago
Christian Couder 09bc098c2d config: add test cases for empty value and no value config variables. 17 years ago
Robin Rosenberg e75201963f Improve bash prompt to detect various states like an unfinished merge 17 years ago
Brian Downing 43fe901b71 compat: Add simplified merge sort implementation from glibc 17 years ago
Jeff King 8bfa6bd647 fix config reading in tests 17 years ago
Jeff King ab88c36321 allow suppressing of global and system config 17 years ago
Junio C Hamano b828fef678 Merge branch 'maint' 17 years ago
Timo Hirvonen a0cf49c16a Fix parsing numeric color values 17 years ago
Florian La Roche e62a641de1 gitweb: Make feed entries point to commitdiff view 17 years ago
Eric Wong c586879cdf git-svn: improve repository URL matching when following parents 17 years ago
Rafael Garcia-Suarez 7deaec9ac7 Make git-remote.perl "use strict" compliant 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Paolo Bonzini 8089c85bcb git-commit: add a prepare-commit-msg hook 17 years ago
Paolo Bonzini ec84bd000a git-commit: Refactor creation of log message. 17 years ago
Paolo Bonzini 406400ce4f git-commit: set GIT_EDITOR=: if editor will not be launched 17 years ago
Paolo Bonzini 3473f3035d git-commit: support variable number of hook arguments 17 years ago
Gerrit Pape f1c3239ab5 INSTALL: git-merge no longer uses cpio 17 years ago
Johannes Sixt ef5b9d6e22 Fix misuse of prefix_path() 17 years ago
Christian Couder 2e0c290299 instaweb: use 'git-web--browse' to launch browser. 17 years ago
Christian Couder 5884f1fe96 Rename 'git-help--browse.sh' to 'git-web--browse.sh'. 17 years ago
Christian Couder caa87713bc help--browse: add '--config' option to check a config option for a browser. 17 years ago
Christian Couder 482cce8205 help: make 'git-help--browse' usable outside 'git-help'. 17 years ago
Junio C Hamano 6831a88ac0 gitignore: lazily find dtype 17 years ago
Junio C Hamano d6b8fc303b gitignore(5): Allow "foo/" in ignore list to match directory "foo" 17 years ago
Junio C Hamano 744dacd3f5 builtin-mv: minimum fix to avoid losing files 17 years ago
Junio C Hamano 1abf095063 git-add: adjust to the get_pathspec() changes. 17 years ago
Robin Rosenberg 097971f5f5 Make blame accept absolute paths 17 years ago
Junio C Hamano d089ebaad5 setup: sanitize absolute and funny paths in get_pathspec() 17 years ago
David Brown 656482830d git-send-email: Generalize auto-cc recipient mechanism. 17 years ago
Daniel Barkalow ba227857d2 Reduce the number of connects when fetching 17 years ago
Junio C Hamano 45525bd022 Make error messages from cherry-pick/revert more sensible 17 years ago
Junio C Hamano c11c3b5681 Documentation/SubmittingPatches: What's Acked-by and Tested-by? 17 years ago
Junio C Hamano 0b0599402d Documentation/SubmittingPatches: discuss first then submit 17 years ago
Junio C Hamano 4e891acf67 Documentation/SubmittingPatches: Instruct how to use [PATCH] Subject header 17 years ago
Junio C Hamano b2979ff599 core.whitespace: cr-at-eol 17 years ago
Junio C Hamano c1beba5b47 git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run 17 years ago
Junio C Hamano c607aaa2f0 builtin-apply.c: pass ws_rule down to match_fragment() 17 years ago
Junio C Hamano ee810b7159 builtin-apply.c: move copy_wsfix() function a bit higher. 17 years ago
Junio C Hamano 42ab241cfa builtin-apply.c: do not feed copy_wsfix() leading '+' 17 years ago
Junio C Hamano 8441a9a842 builtin-apply.c: simplify calling site to apply_line() 17 years ago
Junio C Hamano 61e08ccacb builtin-apply.c: clean-up apply_one_fragment() 17 years ago