summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-13Merge some proposed fixesLibravatar Junio C Hamano3-2/+3
2006-02-13Merge branch 'pb/bisect'Libravatar Junio C Hamano1-3/+14
2006-02-13s/SHELL/SHELL_PATH/ in MakefileLibravatar Fredrik Kuivinen1-1/+1
2006-02-13bisect: remove BISECT_NAMES after done.Libravatar Junio C Hamano1-0/+1
2006-02-13Documentation: git-ls-files asciidocco.Libravatar Junio C Hamano1-1/+1
2006-02-13Documentation: git-commit in 1.2.X series defaults to --include.Libravatar Junio C Hamano1-7/+27
2006-02-12git-commit: Now --only semantics is the default.Libravatar Junio C Hamano2-12/+14
2006-02-12GIT 1.2.0Libravatar Junio C Hamano1-1/+1
2006-02-12Fix "test: unexpected operator" on bsdLibravatar Junio C Hamano1-1/+1
2006-02-12Properly git-bisect reset after bisecting from non-master headLibravatar Petr Baudis1-3/+14
2006-02-12git-commit: show dirtiness including index.Libravatar Junio C Hamano1-1/+2
2006-02-12Make pack-objects chattier.Libravatar Junio C Hamano1-4/+6
2006-02-12avoid echo -e, there are systems where it does not workLibravatar Alex Riesen2-2/+3
2006-02-12fix "test: 2: unexpected operator" on bsdLibravatar Alex Riesen1-1/+1
2006-02-12Fix object re-hashingLibravatar Linus Torvalds1-1/+1
2006-02-12hashtable-based objects: minimum fixups.Libravatar Junio C Hamano1-2/+4
2006-02-12Use a hashtable for objects instead of a sorted listLibravatar Johannes Schindelin4-34/+49
2006-02-12Add howto about separating topics.Libravatar kent@lysator.liu.se1-0/+91
2006-02-12Merge branch 'pb/repo'Libravatar Junio C Hamano2-8/+37
2006-02-12Merge branch 'jc/fixdiff'Libravatar Junio C Hamano2-3/+3
2006-02-12Avoid using "git-var -l" until it gets fixed.Libravatar Junio C Hamano2-5/+9
2006-02-12Add support for explicit type specifiers when calling git-repo-configLibravatar Petr Baudis2-8/+37
2006-02-11diff-tree: do not default to -cLibravatar Junio C Hamano2-3/+3
2006-02-11t5500: adjust to change in pack-object reporting behaviour.Libravatar Junio C Hamano1-1/+1
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Libravatar Junio C Hamano3-3/+12
2006-02-11Use a relative path for SVN importingLibravatar Christian Biesinger1-1/+1
2006-02-11fetch-clone progress: finishing touches.Libravatar Junio C Hamano2-4/+43
2006-02-11Fix fetch-clone in the presense of signalsLibravatar Linus Torvalds1-4/+7
2006-02-11Make "git clone" pack-fetching download statistics betterLibravatar Linus Torvalds1-3/+41
2006-02-10Make "git clone" less of a deathly quiet experienceLibravatar Linus Torvalds4-5/+37
2006-02-10Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Libravatar Junio C Hamano1-4/+6
2006-02-10Merge branch 'lt/diff-tree'Libravatar Junio C Hamano6-52/+144
2006-02-10git-commit -v: have patch at the end.Libravatar Junio C Hamano1-27/+18
2006-02-10rev-list: default to abbreviate merge parent names under --pretty.Libravatar Junio C Hamano1-1/+15
2006-02-10delta micro optimizationLibravatar Nicolas Pitre1-5/+5
2006-02-10count-delta.c: comment fixesLibravatar Nicolas Pitre1-5/+1
2006-02-10Merge branch 'jc/empty-commit'Libravatar Junio C Hamano2-1/+11
2006-02-10combine-diff: Record diff status a bit more faithfullyLibravatar Junio C Hamano2-7/+26
2006-02-10find_unique_abbrev() simplification.Libravatar Junio C Hamano3-25/+10
2006-02-10git-status -vLibravatar Junio C Hamano3-177/+255
2006-02-09Merge branch 'jc/ls-files-o'Libravatar Junio C Hamano1-1/+21
2006-02-09count-delta.c: Match the delta data semantics change in version 3.Libravatar Junio C Hamano1-5/+2
2006-02-09remove delta-against-self bitLibravatar Nicolas Pitre5-12/+11
2006-02-09stat() for existence in safe_create_leading_directories()Libravatar Jason Riedy1-5/+10
2006-02-09combine-diff: move formatting logic to show_combined_diff()Libravatar Junio C Hamano4-32/+64
2006-02-09call git_config() after setup_git_directory()Libravatar Junio C Hamano2-3/+3
2006-02-09combined-diff: use diffcore before intersecting paths.Libravatar Junio C Hamano1-1/+2
2006-02-09Add --diff-filter= documentation paragraphLibravatar Jon Loeliger1-0/+11
2006-02-09diff-tree -c raw outputLibravatar Linus Torvalds3-12/+67
2006-02-09ls-files: honour per-directory ignore file from higher directories.Libravatar Junio C Hamano1-1/+21