summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-29Merge http://www.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-54/+88
2005-11-29[PATCH] Add tests for git-mv in subdirectoriesLibravatar Alex Riesen1-0/+27
2005-11-29[PATCH] Make git-mv work in subdirectories, tooLibravatar Johannes Schindelin1-9/+3
2005-11-30gitk: Add a preferences dialog with some basic stuffLibravatar Paul Mackerras1-54/+88
2005-11-29format-patch: run diff in C localeLibravatar Junio C Hamano1-1/+5
2005-11-29format-patch: do not abuse 3-dash marker line.Libravatar Junio C Hamano1-1/+1
2005-11-29format-patch: remove applies-to.Libravatar Junio C Hamano1-1/+0
2005-11-29applypatch: use "index" lines not "applies-to".Libravatar Junio C Hamano1-13/+24
2005-11-29applymbox: typofix to enable -m option.Libravatar Junio C Hamano1-1/+1
2005-11-29SVN import: Use one log callLibravatar Matthias Urlichs2-29/+21
2005-11-29Fix typos and minor format issues.Libravatar jdl@freescale.com1-7/+7
2005-11-29http-push cleanupLibravatar Nick Hengeveld1-2/+3
2005-11-28git-clone --shared should imply --localLibravatar Pavel Roskin1-1/+1
2005-11-28hash-object.c: type-fix to squelch compiler warnings.Libravatar Junio C Hamano1-2/+2
2005-11-28define die() for scripts that use it.Libravatar Junio C Hamano6-0/+30
2005-11-28verify-tag: make it operable from a subdirectory.Libravatar Junio C Hamano1-4/+8
2005-11-28tag: make it operable from a subdirectory.Libravatar Junio C Hamano1-1/+1
2005-11-28lost-found: make it operable from a subdirectory.Libravatar Junio C Hamano1-2/+1
2005-11-28branch: make it operable from a subdirectory.Libravatar Junio C Hamano1-4/+2
2005-11-28ls-remote: define die() now we do not use git-sh-setupLibravatar Junio C Hamano1-0/+5
2005-11-28count-objects: make it operable from a subdirectory.Libravatar Junio C Hamano1-1/+1
2005-11-28Make the rest of commands work from a subdirectory.Libravatar Junio C Hamano14-1/+29
2005-11-28Make networking commands to work from a subdirectory.Libravatar Junio C Hamano8-0/+15
2005-11-28ls-tree: work from subdirectory.Libravatar Junio C Hamano1-5/+14
2005-11-28hash-object: work within subdirectory.Libravatar Junio C Hamano1-3/+15
2005-11-28checkout-index: work from subdirectory.Libravatar Junio C Hamano1-1/+11
2005-11-28fsck-objects: work from subdirectory.Libravatar Junio C Hamano1-0/+2
2005-11-28peek-remote: honor proxy config even from subdirectory.Libravatar Junio C Hamano1-0/+3
2005-11-28git-apply: work from subdirectory.Libravatar Junio C Hamano1-0/+18
2005-11-28working from subdirectory: preparationLibravatar Junio C Hamano2-3/+27
2005-11-28bisect: quote pathnames for eval safety.Libravatar Junio C Hamano1-5/+20
2005-11-28bisect: limit the searchspace by pathspecsLibravatar Linus Torvalds2-11/+17
2005-11-28ls-tree: match the test to the new semantics.Libravatar Junio C Hamano3-56/+22
2005-11-28ls-tree: Resurrect funny name quoting lost during rewrite.Libravatar Junio C Hamano1-1/+3
2005-11-28ls-tree: further tweaks of the rewriteLibravatar Linus Torvalds1-4/+26
2005-11-28ls-tree: further cleanup to parallel ls-files.Libravatar Linus Torvalds1-5/+4
2005-11-28ls-tree: major rewrite to do pathspecLibravatar Linus Torvalds3-215/+55
2005-11-28write_name_quoted(): make one of the path a counted string.Libravatar Junio C Hamano4-16/+29
2005-11-28Documentation: Describe merge operation a bit better.Libravatar Junio C Hamano1-0/+95
2005-11-28Fix typo in http-push.cLibravatar Jan Andres1-1/+1
2005-11-28name-rev: fix parent counting.Libravatar Junio C Hamano1-2/+2
2005-11-28rebase: one safety net, one bugfix and one optimization.Libravatar Junio C Hamano1-1/+27
2005-11-28Merge http://www.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-41/+35
2005-11-28git-mv: quote $src in regexp properly.Libravatar Junio C Hamano1-1/+1
2005-11-28[PATCH] gitk: Use i18n.commitencoding configuration item.Libravatar Junio C Hamano1-1/+8
2005-11-28config.c: constness tightening to avoid compilation warning.Libravatar Junio C Hamano1-1/+1
2005-11-28gitk: Fix diff this->selected and selected->this functionsLibravatar Paul Mackerras1-12/+10
2005-11-28mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Libravatar Junio C Hamano2-5/+12
2005-11-27mailinfo: Use i18n.commitencodingLibravatar Junio C Hamano1-8/+9
2005-11-27mailinfo: allow -u to fall back on latin1 to utf8 conversion.Libravatar Junio C Hamano1-24/+35