summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-12GIT 1.2.0v1.2.0Junio C Hamano1-1/+1
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano1-1/+1
2006-02-12git-commit: show dirtiness including index.Junio C Hamano1-1/+2
2006-02-12Make pack-objects chattier.Junio C Hamano1-4/+6
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen2-2/+3
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen1-1/+1
2006-02-12Fix object re-hashingLinus Torvalds1-1/+1
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano1-2/+4
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin4-32/+47
2006-02-12Add howto about separating topics.kent@lysator.liu.se1-0/+91
2006-02-12Merge branch 'pb/repo'Junio C Hamano2-8/+37
2006-02-12Merge branch 'jc/fixdiff'Junio C Hamano2-3/+3
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano2-5/+9
2006-02-12Add support for explicit type specifiers when calling git-repo-configPetr Baudis2-8/+37
2006-02-11diff-tree: do not default to -cJunio C Hamano2-3/+3
2006-02-11t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano1-1/+1
2006-02-11Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano3-3/+12
2006-02-11Use a relative path for SVN importingChristian Biesinger1-1/+1
2006-02-11fetch-clone progress: finishing touches.Junio C Hamano2-4/+43
2006-02-11Fix fetch-clone in the presense of signalsLinus Torvalds1-4/+7
2006-02-11Make "git clone" pack-fetching download statistics betterLinus Torvalds1-3/+41
2006-02-10Make "git clone" less of a deathly quiet experienceLinus Torvalds4-5/+37
2006-02-10Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano1-4/+6
2006-02-10Merge branch 'lt/diff-tree'Junio C Hamano6-52/+144
2006-02-10git-commit -v: have patch at the end.Junio C Hamano1-27/+18
2006-02-10rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano1-1/+15
2006-02-10delta micro optimizationNicolas Pitre1-5/+5
2006-02-10count-delta.c: comment fixesNicolas Pitre1-5/+1
2006-02-10Merge branch 'jc/empty-commit'Junio C Hamano2-1/+11
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano2-7/+26
2006-02-10find_unique_abbrev() simplification.Junio C Hamano3-25/+10
2006-02-10git-status -vJunio C Hamano3-177/+255
2006-02-09Merge branch 'jc/ls-files-o'Junio C Hamano1-1/+21
2006-02-09count-delta.c: Match the delta data semantics change in version 3.Junio C Hamano1-5/+2
2006-02-09remove delta-against-self bitNicolas Pitre5-12/+11
2006-02-09stat() for existence in safe_create_leading_directories()Jason Riedy1-5/+10
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano4-32/+64
2006-02-09call git_config() after setup_git_directory()Junio C Hamano2-3/+3
2006-02-09combined-diff: use diffcore before intersecting paths.Junio C Hamano1-1/+2
2006-02-09Add --diff-filter= documentation paragraphJon Loeliger1-0/+11
2006-02-09diff-tree -c raw outputLinus Torvalds3-12/+67
2006-02-09ls-files: honour per-directory ignore file from higher directories.Junio C Hamano1-1/+21
2006-02-08t6000: fix a careless test library add-on.Junio C Hamano1-1/+6
2006-02-08Do not allow empty name or email.Junio C Hamano1-0/+5
2006-02-07.gitignore git-rerere and config.makAndreas Ericsson1-0/+2
2006-02-07Fix "git diff a..b" breakageLinus Torvalds1-2/+3
2006-02-07Basic documentation for git-showPetr Baudis1-0/+49
2006-02-07Document git-diff-tree --alwaysPetr Baudis1-0/+4
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding3-2/+33
2006-02-07format-patch: Remove last vestiges of --mbox optionAndreas Ericsson2-37/+25