Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into js/shallow | Junio C Hamano | 2006-12-27 | 226 | -6240/+9288 |
|\ | |||||
| * | 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 |
| * | | | | | t3600: update the test for updated git rm | Junio C Hamano | 2006-12-25 | 1 | -4/+74 |
| * | | | | | git-rm: update to saner semantics | Junio C Hamano | 2006-12-25 | 1 | -20/+103 |
| * | | | | | match_pathspec() -- return how well the spec matched | Junio C Hamano | 2006-12-25 | 2 | -16/+39 |
| |/ / / / | |||||
| * | | | | Merge branch 'jc/skip-count' | Junio C Hamano | 2006-12-25 | 4 | -14/+89 |
| |\ \ \ \ | |||||
| | * | | | | revision: --skip=<n> | Junio C Hamano | 2006-12-20 | 4 | -14/+89 |
| * | | | | | Merge branch 'jc/git-add--interactive' | Junio C Hamano | 2006-12-25 | 5 | -2/+940 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | git-add --interactive: add documentation | Junio C Hamano | 2006-12-25 | 2 | -2/+119 |
| | * | | | | git-add --interactive: hunk splitting | Junio C Hamano | 2006-12-18 | 1 | -8/+242 |
| | * | | | | git-add --interactive | Junio C Hamano | 2006-12-18 | 4 | -0/+587 |
| * | | | | | Merge branch 'sb/merge-friendly' | Junio C Hamano | 2006-12-24 | 3 | -6/+23 |
| |\ \ \ \ \ |