Age | Commit message (Expand) | Author | Files | Lines |
2006-04-19 | get_tree_entry(): make it available from tree-walk | Junio C Hamano | 3 | -52/+52 |
2006-04-19 | sha1_name.c: no need to include diff.h; tree-walk.h will do. | Junio C Hamano | 1 | -1/+1 |
2006-04-19 | sha1_name.c: prepare to make get_tree_entry() reusable from others. | Junio C Hamano | 1 | -9/+10 |
2006-04-18 | get_sha1() shorthands for blob/tree objects | Linus Torvalds | 1 | -1/+66 |
2006-04-18 | Fix uninteresting tags in new revision parsing | Linus Torvalds | 1 | -0/+1 |
2006-04-18 | Merge branch 'jc/pager-cat' | Junio C Hamano | 1 | -1/+1 |
2006-04-18 | Merge branch 'lt/logopt' | Junio C Hamano | 14 | -437/+472 |
2006-04-18 | GIT 1.3.0 | Junio C Hamano | 1 | -1/+1 |
2006-04-18 | Add git-annotate(1) and git-blame(1) | Jonas Fonseca | 4 | -1/+92 |
2006-04-18 | Fix "git log --stat": make sure to set recursive with --stat. | Junio C Hamano | 2 | -2/+9 |
2006-04-18 | diff --stat: make sure to set recursive. | Junio C Hamano | 3 | -5/+10 |
2006-04-18 | git-svnimport symlink support | Herbert Valerio Riedel | 1 | -2/+16 |
2006-04-17 | combine-diff: show diffstat with the first parent. | Junio C Hamano | 1 | -5/+19 |
2006-04-17 | git.c: LOGSIZE is unused after log printing cleanup. | Junio C Hamano | 1 | -2/+0 |
2006-04-17 | Log message printout cleanups (#3): fix --pretty=oneline | Linus Torvalds | 1 | -2/+12 |
2006-04-17 | Log message printout cleanups (#2) | Linus Torvalds | 2 | -8/+17 |
2006-04-17 | packed_object_info_detail(): check for corrupt packfile. | Junio C Hamano | 1 | -2/+4 |
2006-04-17 | Log message printout cleanups | Linus Torvalds | 11 | -185/+151 |
2006-04-17 | cleanups: remove unused variable from exec_cmd.c | Serge E. Hallyn | 1 | -3/+1 |
2006-04-17 | cleanups: prevent leak of two strduped strings in config.c | Serge E. Hallyn | 1 | -11/+28 |
2006-04-17 | cleanups: Remove impossible case in quote.c | Serge E. Hallyn | 1 | -2/+0 |
2006-04-17 | cleanups: Remove unused vars from combine-diff.c | Serge E. Hallyn | 1 | -10/+2 |
2006-04-17 | cleanups: Fix potential bugs in connect.c | Serge E. Hallyn | 1 | -4/+14 |
2006-04-17 | Merge branch 'jc/boundary' | Junio C Hamano | 4 | -10/+36 |
2006-04-17 | Merge branch 'jc/bottomless' | Junio C Hamano | 1 | -0/+2 |
2006-04-17 | Allow empty lines in info/grafts | Yann Dirson | 1 | -1/+1 |
2006-04-17 | rev-list --header: output format fix | Junio C Hamano | 1 | -0/+3 |
2006-04-16 | rev-list --boundary: show boundary commits even when limited otherwise. | Junio C Hamano | 4 | -10/+36 |
2006-04-16 | Makefile fixups. | A Large Angry SCM | 2 | -2/+2 |
2006-04-16 | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 1 | -2/+3 |
2006-04-17 | gitk: Fix bug caused by missing commitlisted elements | Paul Mackerras | 1 | -2/+3 |
2006-04-16 | Fixes for option parsing | Linus Torvalds | 2 | -4/+15 |
2006-04-16 | reading $GIT_DIR/info/graft - skip comments correctly. | Junio C Hamano | 1 | -1/+3 |
2006-04-16 | log/whatchanged/show - log formatting cleanup. | Junio C Hamano | 3 | -15/+30 |
2006-04-16 | Simplify common default options setup for built-in log family. | Junio C Hamano | 1 | -13/+7 |
2006-04-16 | Merge branch 'master' into lt/logopt | Junio C Hamano | 8 | -21/+169 |
2006-04-16 | Do not fork PAGER=cat | Junio C Hamano | 1 | -1/+1 |
2006-04-16 | pager: do not fork a pager if PAGER is set to empty. | Johannes Schindelin | 1 | -7/+10 |
2006-04-16 | Tentative built-in "git show" | Linus Torvalds | 3 | -0/+24 |
2006-04-16 | Built-in git-whatchanged. | Junio C Hamano | 1 | -19/+43 |
2006-04-15 | rev-list option parser fix. | Junio C Hamano | 1 | -59/+23 |
2006-04-15 | Split init_revisions() out of setup_revisions() | Junio C Hamano | 5 | -5/+6 |
2006-04-15 | diff-options: add --patch-with-stat | Johannes Schindelin | 3 | -1/+22 |
2006-04-15 | diff-files --stat: do not dump core with unmerged index. | Junio C Hamano | 1 | -4/+17 |
2006-04-15 | Support "git cmd --help" syntax | Linus Torvalds | 1 | -0/+6 |
2006-04-15 | diff --stat: do not do its own three-dashes. | Junio C Hamano | 2 | -3/+3 |
2006-04-15 | diff-tree: typefix. | Junio C Hamano | 1 | -1/+1 |
2006-04-14 | GIT v1.3.0-rc4 | Junio C Hamano | 1 | -1/+1 |
2006-04-14 | Merge branch 'dl/xdiff' | Junio C Hamano | 2 | -5/+110 |
2006-04-14 | Fix up rev-list option parsing. | Junio C Hamano | 1 | -2/+4 |