2006-04-17 | Merge branch 'lt/logopt' into next |
diff | tree |
2006-04-16 | Fixes for option parsing Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | reading $GIT_DIR/info/graft - skip comments correctly. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Merge branch 'lt/logopt' into next |
diff | tree |
2006-04-16 | log/whatchanged/show - log formatting cleanup. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Simplify common default options setup for built-in... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Merge branch 'master' into lt/logopt |
diff | tree |
2006-04-16 | Merge branch 'jc/pager-cat' into next |
diff | tree |
2006-04-16 | Do not fork PAGER=cat Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | pager: do not fork a pager if PAGER is set to empty. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Merge branch 'lt/logopt' into next |
diff | tree |
2006-04-16 | Tentative built-in "git show" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Built-in git-whatchanged. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | rev-list option parser fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Split init_revisions() out of setup_revisions() Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Merge branch 'js/diffstat' into next |
diff | tree |
2006-04-16 | Merge branch 'lt/show' into next |
diff | tree |
2006-04-16 | diff-options: add --patch-with-stat Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | diff-files --stat: do not dump core with unmerged index. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Support "git cmd --help" syntax Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-16 | Tentative built-in "git show" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | diff --stat: do not do its own three-dashes. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Merge branch 'jc/logopt' into next Author: Junio C Hamano <junkio@cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Built-in git-whatchanged Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | whatchanged options parser fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Merge branch 'jc/logopt' into next |
diff | tree |
2006-04-15 | Extract "log [diff options]" parser out. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | diff-tree: typefix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Merge branch 'jc/simpack' into next |
diff | tree |
2006-04-15 | Clean-up Geert's similarity fingerprint code. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Merge branch 'jc/logopt' into next |
diff | tree |
2006-04-15 | Revert all the rev-list option parsing changes. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Merge branch 'master' into next |
diff | tree |
2006-04-15 | GIT v1.3.0-rc4 Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Merge branch 'dl/xdiff' |
diff | tree |
2006-04-15 | Merge branch 'lt/logopt' into next |
diff | tree |
2006-04-15 | Fix up rev-list option parsing. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Fix up default abbrev in setup_revisions() argument... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Common option parsing for "git log --diff" and friends Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Merge branch 'jc/bottomless' into next |
diff | tree |
2006-04-15 | Merge branch 'js/diffstat' |
diff | tree |
2006-04-15 | Merge branch 'jc/fix5500' |
diff | tree |
2006-04-15 | rev-list --bisect: limit list before bisecting. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-15 | Clean up trailing whitespace when pretty-printing commits Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-14 | "git cmd -h" for shell scripts. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-14 | git-log <diff-options> <paths> documentation Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-14 | Retire git-log.sh (take #4) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-14 | stripspace: incomplete line fix (take #2) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-14 | Merge branch 'jc/fix5500' into next |
diff | tree |
2006-04-14 | Merge branch 'js/diffstat' into next |
diff | tree |
2006-04-14 | t5500: test fix Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-14 | diff --stat: no need to ask funcnames nor context. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-14 | Merge branch 'master' into next |
diff | tree |
2006-04-14 | Fix-up previous expr changes. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | Merge branch 'js/diffstat' into next |
diff | tree |
2006-04-13 | diff-options: add --stat (take 2) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | xdiff: post-process hunks to make them consistent. |
diff | tree |
2006-04-13 | diff-options: add --stat (take 2) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | Shell utilities: Guard against expr' magic tokens. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | t3600-rm: skip failed-remove test when we cannot make... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | Use less memory in "git log" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | git-log: do not output excess blank line between commits Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | Makefile: $(MAKE) check-docs Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-13 | Documentation: add a couple of missing docs. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-12 | Merge branch 'jc/combine' into next |
diff | tree |
2006-04-12 | Merge branch 'master' into jc/combine |
diff | tree |
2006-04-12 | combine-diff: type fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-12 | stripspace: make sure not to leave an incomplete line. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-12 | git-commit: do not muck with commit message when no_edit... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-12 | When showing a commit message, do not lose an incomplete... |
diff | tree |
2006-04-11 | Retire t5501-old-fetch-and-upload test. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Merge branch 'jc/combine' into next |
diff | tree |
2006-04-11 | Merge branch 'jc/diff' into next |
diff | tree |
2006-04-11 | combine-diff: fix hunks at the end (take #2). Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | combine-diff: do not lose hunks with only deletion... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Merge branch 'ds/index' into next |
diff | tree |
2006-04-11 | Merge branch 'jc/withraw' into next |
diff | tree |
2006-04-11 | Replace index() with strchr(). Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Solaris 9 also wants our own unsetenv/setenv. |
diff | tree |
2006-04-11 | Retire git-log.sh (take #3) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Separate the raw diff and patch with a newline Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Document --patch-with-raw Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Merge branch 'eb/apply' into next |
diff | tree |
2006-04-11 | Merge branch 'jc/withraw' into next |
diff | tree |
2006-04-11 | diff-* --patch-with-raw Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Implement limited context matching in git-apply. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Retire git-log.sh (take#2) Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | blame and friends: adjust to multiple pathspec change. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-11 | Retire git-log.sh Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-10 | git log --full-diff Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-10 | tree-diff: do not assume we use only one pathspec Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-10 | Merge branch 'master' into jc/diff |
diff | tree |
2006-04-10 | Merge branch 'lt/rev' |
diff | tree |
2006-04-10 | Retire diffcore-pathspec. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-09 | Improve the git-diff-tree -c/-cc documentation Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-09 | Merge branch 'jc/diff' into next |
diff | tree |
2006-04-09 | git log [diff-tree options]... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-09 | log-tree: separate major part of diff-tree. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-09 | Make "--parents" logs also be incremental Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-09 | xdiff/xdiffi.c: fix warnings about possibly uninitialized... |
diff | tree |