| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | gitweb: Precompile CGI routines for mod_perl | Jakub Narebski | 2006-12-28 | 1 | -0/+4 |
* | | | | | gitweb: Add mod_perl version string to "generator" meta header | Jakub Narebski | 2006-12-28 | 1 | -1/+2 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'sp/gc' | Junio C Hamano | 2006-12-27 | 6 | -4/+90 |
|\ \ \ \ |
|
| * | | | | Use 'repack -a -d -l' instead of 'repack -a -d' in git-gc | Junio C Hamano | 2006-12-27 | 1 | -1/+1 |
| * | | | | everyday: replace a few 'prune' and 'repack' with 'gc' | Junio C Hamano | 2006-12-27 | 1 | -3/+6 |
| * | | | | Create 'git gc' to perform common maintenance operations. | Shawn O. Pearce | 2006-12-27 | 5 | -1/+84 |
* | | | | | Set NO_MMAP for Cygwin by default | Junio C Hamano | 2006-12-27 | 1 | -2/+2 |
* | | | | | gitweb: Re-enable rev-list --parents for parse_commit. | Robert Fitzsimons | 2006-12-27 | 1 | -5/+5 |
* | | | | | git-send-email: default value for "From:" field. | Quy Tonthat | 2006-12-27 | 1 | -3/+2 |
|/ / / / |
|
* | | | | git-reflog: gc.* configuration and documentation. | Junio C Hamano | 2006-12-27 | 4 | -2/+94 |
* | | | | rerere gc: honor configuration and document it | Junio C Hamano | 2006-12-27 | 3 | -2/+29 |
| |/ /
|/| | |
|
* | | | count-objects -v: show number of packs as well. | Junio C Hamano | 2006-12-27 | 2 | -2/+5 |
* | | | Merge branch 'jc/fsck-reflog' | Junio C Hamano | 2006-12-26 | 15 | -32/+373 |
|\ \ \ |
|
| * | | | Add git-reflog to .gitignore | Nicolas Pitre | 2006-12-26 | 1 | -0/+1 |
| * | | | reflog expire: do not punt on tags that point at non commits. | Junio C Hamano | 2006-12-22 | 1 | -5/+5 |
| * | | | reflog expire: prune commits that are not incomplete | Junio C Hamano | 2006-12-22 | 1 | -3/+40 |
| * | | | Don't crash during repack of a reflog with pruned commits. | Shawn O. Pearce | 2006-12-21 | 1 | -10/+20 |
| * | | | Merge branch 'master' into jc/fsck-reflog | Junio C Hamano | 2006-12-21 | 12 | -29/+81 |
| |\ \ \ |
|
| * | | | | git reflog expire | Junio C Hamano | 2006-12-20 | 4 | -0/+178 |
| * | | | | Move in_merge_bases() to commit.c | Junio C Hamano | 2006-12-20 | 3 | -20/+19 |
| * | | | | reflog: fix warning message. | Junio C Hamano | 2006-12-20 | 1 | -3/+9 |
| * | | | | Teach git-repack to preserve objects referred to by reflog entries. | Junio C Hamano | 2006-12-20 | 3 | -9/+52 |
| * | | | | Protect commits recorded in reflog from pruning. | Junio C Hamano | 2006-12-20 | 2 | -0/+38 |
| * | | | | add for_each_reflog_ent() iterator | Junio C Hamano | 2006-12-20 | 2 | -0/+29 |
* | | | | | everyday: update for v1.5.0 | Junio C Hamano | 2006-12-26 | 1 | -41/+48 |
* | | | | | git-svn: dcommit should diff against the current HEAD after committing | Eric Wong | 2006-12-26 | 1 | -3/+3 |
* | | | | | git-svn: quiet down tests and fix some unportable shell constructs | Eric Wong | 2006-12-26 | 1 | -131/+127 |
* | | | | | hooks/commit-msg: add example to add Signed-off-by line to message | Andy Parkins | 2006-12-26 | 1 | -0/+4 |
* | | | | | move git-blame to its place in .gitignore | Nicolas Pitre | 2006-12-26 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Document git-reset <commit> -- <paths>... | Junio C Hamano | 2006-12-26 | 1 | -3/+9 |
* | | | | Document --numstat in git-apply and git-diff | Junio C Hamano | 2006-12-26 | 2 | -3/+6 |
* | | | | show-branch --reflog: add documentation. | Junio C Hamano | 2006-12-26 | 1 | -0/+5 |
* | | | | add .mailmap for git-shortlog output with the git repository | Nicolas Pitre | 2006-12-25 | 1 | -0/+37 |
* | | | | GIT v1.5.0 previewv1.5.0-rc0 | Junio C Hamano | 2006-12-25 | 1 | -1/+1 |
* | | | | Merge branch 'jc/bm' | Junio C Hamano | 2006-12-25 | 1 | -2/+6 |
|\ \ \ \ |
|
| * | | | | Allow branch.*.merge to talk about remote tracking branches. | Junio C Hamano | 2006-12-24 | 1 | -2/+6 |
* | | | | | Merge branch 'rf/web' | Junio C Hamano | 2006-12-25 | 1 | -96/+107 |
|\ \ \ \ \ |
|
| * | | | | | gitweb: Use rev-list --skip option. | Robert Fitzsimons | 2006-12-25 | 1 | -23/+1 |
| * | | | | | gitweb: Change history action to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -18/+9 |
| * | | | | | gitweb: Change atom, rss actions to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -11/+7 |
| * | | | | | gitweb: Change header search action to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -14/+9 |
| * | | | | | gitweb: Change log action to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -11/+14 |
| * | | | | | gitweb: Change summary, shortlog actions to use parse_commits. | Robert Fitzsimons | 2006-12-25 | 1 | -22/+12 |
| * | | | | | gitweb: We do longer need the --parents flag in rev-list. | Robert Fitzsimons | 2006-12-25 | 1 | -5/+6 |
| * | | | | | gitweb: Add parse_commits, used to bulk load commit objects. | Robert Fitzsimons | 2006-12-25 | 1 | -17/+74 |
* | | | | | | git-add -f: allow adding otherwise ignored files. | Junio C Hamano | 2006-12-25 | 2 | -7/+35 |
* | | | | | | git-add: warn when adding an ignored file with an explicit request. | Junio C Hamano | 2006-12-25 | 1 | -0/+3 |
* | | | | | | git-add: add ignored files when asked explicitly. | Junio C Hamano | 2006-12-25 | 2 | -4/+18 |
* | | | | | | read_directory: show_both option. | Junio C Hamano | 2006-12-25 | 2 | -9/+16 |
* | | | | | | git-rm: Documentation | Junio C Hamano | 2006-12-25 | 1 | -24/+27 |