summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-14Merge some proposed fixesJunio C Hamano
2006-02-14Merge branch 'pb/bisect'Junio C Hamano
2006-02-14s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen
2006-02-14bisect: remove BISECT_NAMES after done.Junio C Hamano
2006-02-14Documentation: git-ls-files asciidocco.Junio C Hamano
2006-02-13Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano
2006-02-13git-commit: Now --only semantics is the default.Junio C Hamano
2006-02-12GIT 1.2.0v1.2.0Junio C Hamano
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano
2006-02-12Properly git-bisect reset after bisecting from non-master headPetr Baudis
2006-02-12git-commit: show dirtiness including index.Junio C Hamano
2006-02-12Make pack-objects chattier.Junio C Hamano
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen
2006-02-12Fix object re-hashingLinus Torvalds
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin
2006-02-12Add howto about separating topics.kent@lysator.liu.se
2006-02-12Merge branch 'pb/repo'Junio C Hamano
2006-02-12Merge branch 'jc/fixdiff'Junio C Hamano
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano
2006-02-12Add support for explicit type specifiers when calling git-repo-configPetr Baudis
2006-02-12diff-tree: do not default to -cJunio C Hamano
2006-02-12t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano
2006-02-12Only call git-rerere if $GIT_DIR/rr-cache exists.Junio C Hamano
2006-02-12Use a relative path for SVN importingChristian Biesinger
2006-02-12fetch-clone progress: finishing touches.Junio C Hamano
2006-02-12Fix fetch-clone in the presense of signalsLinus Torvalds
2006-02-12Make "git clone" pack-fetching download statistics betterLinus Torvalds
2006-02-11Make "git clone" less of a deathly quiet experienceLinus Torvalds
2006-02-11Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano
2006-02-11Merge branch 'lt/diff-tree'Junio C Hamano
2006-02-11git-commit -v: have patch at the end.Junio C Hamano
2006-02-10rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano
2006-02-10delta micro optimizationNicolas Pitre
2006-02-10count-delta.c: comment fixesNicolas Pitre
2006-02-10Merge branch 'jc/empty-commit'Junio C Hamano
2006-02-10combine-diff: Record diff status a bit more faithfullyJunio C Hamano
2006-02-10find_unique_abbrev() simplification.Junio C Hamano
2006-02-10git-status -vJunio C Hamano
2006-02-10Merge branch 'jc/ls-files-o'Junio C Hamano
2006-02-10count-delta.c: Match the delta data semantics change in version 3.Junio C Hamano
2006-02-10remove delta-against-self bitNicolas Pitre
2006-02-10stat() for existence in safe_create_leading_directories()Jason Riedy
2006-02-09combine-diff: move formatting logic to show_combined_diff()Junio C Hamano
2006-02-09call git_config() after setup_git_directory()Junio C Hamano
2006-02-09combined-diff: use diffcore before intersecting paths.Junio C Hamano
2006-02-09Add --diff-filter= documentation paragraphJon Loeliger
2006-02-09diff-tree -c raw outputLinus Torvalds
2006-02-09ls-files: honour per-directory ignore file from higher directories.Junio C Hamano