2006-03-20 | Fix multi-paragraph list items in OPTIONS section |
diff | tree |
2006-03-20 | http-fetch: nicer warning for a server with unreliable... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-20 | generate-cmdlist: style cleanups. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-20 | Add missing semicolon to sed command. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-19 | unpack_delta_entry(): reduce memory footprint. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-19 | git.el: Added a function to diff against the other... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-19 | git.el: Get the default user name and email from the... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-19 | git.el: More robust handling of subprocess errors when... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Makefile: Add TAGS and tags targets Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | ls-files: Don't require exclude files to end with a... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | git-pull: run repo-config with dash form. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Merge branch 'jc/empty' |
diff | tree |
2006-03-18 | 3% tighter packs for free Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Rewrite synopsis to clarify the two primary uses of... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Fix minor typo. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Reference git-commit-tree for env vars. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Clarify git-rebase example commands. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Document the default source of template files. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Call out the two different uses of git-branch and fix... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-18 | Add git-show reference Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-17 | blame: Fix git-blame <directory> Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-17 | blame: Nicer output Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-16 | fix imap-send for OSX Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-16 | Let merge set the default strategy. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-15 | Fix broken slot reuse when fetching alternates Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-13 | Merge branch 'jc/pack' |
diff | tree |
2006-03-13 | Merge branch 'jc/fsck' |
diff | tree |
2006-03-13 | Merge branch 'nh/http' |
diff | tree |
2006-03-13 | Merge branch 'fk/blame' |
diff | tree |
2006-03-13 | revision traversal: --remove-empty fix (take #2). Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-12 | revision traversal: --remove-empty fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-12 | annotate-tests: override VISUAL when running tests. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-12 | imap-send: Add missing #include for macosx Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-12 | git-diff: -p disables rename detection. |
diff | tree |
2006-03-11 | imap-send: cleanup execl() call to use NULL sentinel... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | annotate.perl triggers rpm bug Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | http-push: cleanup Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | http-push: support for updating remote info/refs Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | http-push: improve remote lock management Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | http-push: refactor remote file/directory processing Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | HTTP slot reuse fixes Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | http-push: fix revision walk Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | blame: Rename detection (take 2) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | rev-lib: Make it easy to do rename tracking (take 2) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | Make it possible to not clobber object.util in sort_in_topol... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | Add git-imap-send, derived from isync 1.0.1. |
diff | tree |
2006-03-11 | repack: prune loose objects when -d is given Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-11 | try_to_simplify_commit(): do not skip inspecting tree... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-10 | Fix t1200 test for breakage caused by removal of full... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-10 | Describe how to add extra mail header lines in mail... |
diff | tree |
2006-03-10 | Document the --attach flag. |
diff | tree |
2006-03-10 | allow double click on current HEAD id after git-pull Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | fsck-objects: Remove --standalone Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | refs.c::do_for_each_ref(): Finish error message lines... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | Nicer output from 'git' Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | Remove trailing dot after short description Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | Fix some inconsistencies in the docs Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | contrib/git-svn: fix a harmless warning on rebuild... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | contrib/git-svn: remove the --no-stop-on-copy flag Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | contrib/git-svn: fix svn compat and fetch args Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | Don't recurse into parents marked uninteresting. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | diff-delta: bound hash list length to avoid O(m*n)... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | test-delta needs zlib to compile Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-09 | git-fmt-merge-msg cleanup Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-08 | repo-config: give value_ a sane default so regexec... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-08 | Update http-push functionality Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-08 | cvsimport: Remove master-updating code Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-07 | Merge branch 'sp/checkout' |
diff | tree |
2006-03-07 | Merge branch 'fd/asciidoc' |
diff | tree |
2006-03-07 | Allow format-patch to attach patches Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-07 | Allow adding arbitary lines in the mail header generated... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | pack-objects: simplify "thin" pack. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | annotate-blame: tests incomplete lines. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | blame: unbreak "diff -U 0". Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | Tweak asciidoc output to work with broken docbook-xsl Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | annotate-blame test: add evil merge. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | annotate-blame test: don't "source", but say "." Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | annotate/blame tests updates. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | annotate: Support annotation of files on other revisions. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | git/Documentation: fix SYNOPSIS style bugs Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | blame: avoid "diff -u0". Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | git-blame: Use the same tests for git-blame as for... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | blame and annotate: show localtime with timezone. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-06 | blame: avoid -lm by not using log(). Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | git-blame: Make the output human readable Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | get_revision(): do not dig deeper when we know we are... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | documentation: add 'see also' sections to git-rm and... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | contrib/emacs/Makefile: Provide tool for byte-compiling... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | gitignore: Ignore some more boring things. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | verify-pack -v: show delta-chain histogram. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | Const tightening. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | Documentation/Makefile: Some `git-*.txt' files aren... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | cvsserver: updated documentation Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | Add --temp and --stage=all options to checkout-index. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | cosmetics: change from 'See-Also' to 'See Also' Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | git-commit --amend: allow empty commit. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-05 | Cauterize dropped or duplicate bits from next. |
diff | tree |
2006-03-04 | Merge part of 'sp/checkout' |
diff | tree |
2006-03-04 | AsciiDoc fix for tutorial Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |