summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-12-02documentation: git-bisect (help HTML break man)Libravatar Junio C Hamano1-7/+7
2005-12-02documentation: clarify read-tree --resetLibravatar No name1-4/+6
2005-12-02git-merge documentation: conflicting merge leaves higher stages in indexLibravatar Junio C Hamano1-4/+6
2005-12-02merge-one-file: make sure we do not mismerge symbolic links.Libravatar Junio C Hamano1-0/+8
2005-12-02merge-one-file: make sure we create the merged file.Libravatar Junio C Hamano1-1/+7
2005-12-01t3100: add ls-tree -t and -d tests.Libravatar Junio C Hamano1-0/+38
2005-12-01merge-recursive: adjust git-ls-tree use for the latest.Libravatar Junio C Hamano1-1/+1
2005-12-01git wrapper: more careful argument stuffingLibravatar Alex Riesen1-7/+12
2005-12-01git-merge-one-file: do not worry about 'rmdir -p' not removing directory.Libravatar Junio C Hamano1-1/+1
2005-12-01ls-tree: --name-onlyLibravatar Junio C Hamano1-2/+11
2005-12-01ls-tree: resurrect '-d' to mean 'show trees only'Libravatar Junio C Hamano1-0/+6
2005-12-01git-ls-tree: add "-t" option to always show the tree entriesLibravatar Linus Torvalds1-24/+41
2005-12-01Makefile: say the default target upfront.Libravatar Junio C Hamano1-0/+3
2005-12-01Documentation: describe '-f' option to git-fetch.Libravatar Junio C Hamano1-0/+5
2005-12-01gitk: Factored out some common code into a new start_rev_list procedureLibravatar Paul Mackerras1-30/+22
2005-12-01[PATCH] gitk: add Update menu item.Libravatar Sven Verdoolaege1-34/+142
2005-11-30Move couple of ifdefs after "include config.mk"Libravatar Timo Hirvonen1-16/+12
2005-11-30Merge branch 'jc/subdir'Libravatar Junio C Hamano38-20/+168
2005-11-30Merge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect' and 'lt/merge'Libravatar Junio C Hamano16-320/+215
2005-11-30Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Libravatar Tommi Virtanen1-1/+1
2005-11-30Tutorial: adjust merge example to recursive strategy.Libravatar Junio C Hamano1-8/+7
2005-11-30merge-recursive: match the unmerged index entry behaviour with merge-resolveLibravatar Junio C Hamano1-2/+0
2005-11-30diff-files: show diffs with stage0 and unmerged stage at the same time.Libravatar Junio C Hamano2-23/+5
2005-11-30merge-one-file: leave unmerged index entries upon automerge failure.Libravatar Linus Torvalds1-5/+1
2005-11-30diff-files: -1/-2/-3 to diff against unmerged stage.Libravatar Linus Torvalds2-8/+64
2005-11-29git-diff: do not turn off -p/-M with any diff options.Libravatar Junio C Hamano1-2/+15
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