summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-02-09t6000: fix a careless test library add-on.Junio C Hamano
2006-02-09Do not allow empty name or email.Junio C Hamano
2006-02-07.gitignore git-rerere and config.makAndreas Ericsson
2006-02-07Fix "git diff a..b" breakageLinus Torvalds
2006-02-07Basic documentation for git-showPetr Baudis
2006-02-07Document git-diff-tree --alwaysPetr Baudis
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding
2006-02-07format-patch: Remove last vestiges of --mbox optionAndreas Ericsson
2006-02-07Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano