aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* everyday: replace a few 'prune' and 'repack' with 'gc'Junio C Hamano2006-12-27
* Create 'git gc' to perform common maintenance operations.Shawn O. Pearce2006-12-27
* git-reflog: gc.* configuration and documentation.Junio C Hamano2006-12-27
* rerere gc: honor configuration and document itJunio C Hamano2006-12-27
* count-objects -v: show number of packs as well.Junio C Hamano2006-12-27
* Merge branch 'jc/fsck-reflog'Junio C Hamano2006-12-26
|\
| * Add git-reflog to .gitignoreNicolas Pitre2006-12-26
| * reflog expire: do not punt on tags that point at non commits.Junio C Hamano2006-12-22
| * reflog expire: prune commits that are not incompleteJunio C Hamano2006-12-22
| * Don't crash during repack of a reflog with pruned commits.Shawn O. Pearce2006-12-21
| * Merge branch 'master' into jc/fsck-reflogJunio C Hamano2006-12-21
| |\
| * | git reflog expireJunio C Hamano2006-12-20
| * | Move in_merge_bases() to commit.cJunio C Hamano2006-12-20
| * | reflog: fix warning message.Junio C Hamano2006-12-20
| * | Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-20
| * | Protect commits recorded in reflog from pruning.Junio C Hamano2006-12-20
| * | add for_each_reflog_ent() iteratorJunio C Hamano2006-12-20
* | | everyday: update for v1.5.0Junio C Hamano2006-12-26
* | | git-svn: dcommit should diff against the current HEAD after committingEric Wong2006-12-26
* | | git-svn: quiet down tests and fix some unportable shell constructsEric Wong2006-12-26
* | | hooks/commit-msg: add example to add Signed-off-by line to messageAndy Parkins2006-12-26
* | | move git-blame to its place in .gitignoreNicolas Pitre2006-12-26
* | | Document git-reset <commit> -- <paths>...Junio C Hamano2006-12-26
* | | Document --numstat in git-apply and git-diffJunio C Hamano2006-12-26
* | | show-branch --reflog: add documentation.Junio C Hamano2006-12-26
* | | add .mailmap for git-shortlog output with the git repositoryNicolas Pitre2006-12-25
* | | GIT v1.5.0 previewv1.5.0-rc0Junio C Hamano2006-12-25
* | | Merge branch 'jc/bm'Junio C Hamano2006-12-25
|\ \ \
| * | | Allow branch.*.merge to talk about remote tracking branches.Junio C Hamano2006-12-24
* | | | Merge branch 'rf/web'Junio C Hamano2006-12-25
|\ \ \ \
| * | | | gitweb: Use rev-list --skip option.Robert Fitzsimons2006-12-25
| * | | | gitweb: Change history action to use parse_commits.Robert Fitzsimons2006-12-25
| * | | | gitweb: Change atom, rss actions to use parse_commits.Robert Fitzsimons2006-12-25
| * | | | gitweb: Change header search action to use parse_commits.Robert Fitzsimons2006-12-25
| * | | | gitweb: Change log action to use parse_commits.Robert Fitzsimons2006-12-25
| * | | | gitweb: Change summary, shortlog actions to use parse_commits.Robert Fitzsimons2006-12-25
| * | | | gitweb: We do longer need the --parents flag in rev-list.Robert Fitzsimons2006-12-25
| * | | | gitweb: Add parse_commits, used to bulk load commit objects.Robert Fitzsimons2006-12-25
* | | | | git-add -f: allow adding otherwise ignored files.Junio C Hamano2006-12-25
* | | | | git-add: warn when adding an ignored file with an explicit request.Junio C Hamano2006-12-25
* | | | | git-add: add ignored files when asked explicitly.Junio C Hamano2006-12-25
* | | | | read_directory: show_both option.Junio C Hamano2006-12-25
* | | | | git-rm: DocumentationJunio C Hamano2006-12-25
* | | | | t3600: update the test for updated git rmJunio C Hamano2006-12-25
* | | | | git-rm: update to saner semanticsJunio C Hamano2006-12-25
* | | | | match_pathspec() -- return how well the spec matchedJunio C Hamano2006-12-25
|/ / / /
* | | | Merge branch 'jc/skip-count'Junio C Hamano2006-12-25
|\ \ \ \
| * | | | revision: --skip=<n>Junio C Hamano2006-12-20
* | | | | Merge branch 'jc/git-add--interactive'Junio C Hamano2006-12-25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | git-add --interactive: add documentationJunio C Hamano2006-12-25