summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-27count-objects -v: show number of packs as well.Junio C Hamano
2006-12-27Merge branch 'jc/fsck-reflog'Junio C Hamano
2006-12-27everyday: update for v1.5.0Junio C Hamano
2006-12-27git-svn: dcommit should diff against the current HEAD after committingEric Wong
2006-12-27git-svn: quiet down tests and fix some unportable shell constructsEric Wong
2006-12-26hooks/commit-msg: add example to add Signed-off-by line to messageAndy Parkins
2006-12-26move git-blame to its place in .gitignoreNicolas Pitre
2006-12-26Add git-reflog to .gitignoreNicolas Pitre
2006-12-26Document git-reset <commit> -- <paths>...Junio C Hamano
2006-12-26Document --numstat in git-apply and git-diffJunio C Hamano
2006-12-26show-branch --reflog: add documentation.Junio C Hamano
2006-12-26add .mailmap for git-shortlog output with the git repositoryNicolas Pitre
2006-12-26GIT v1.5.0 previewv1.5.0-rc0Junio C Hamano
2006-12-26Merge branch 'jc/bm'Junio C Hamano
2006-12-26Merge branch 'rf/web'Junio C Hamano
2006-12-26git-add -f: allow adding otherwise ignored files.Junio C Hamano
2006-12-25gitweb: Use rev-list --skip option.Robert Fitzsimons
2006-12-25gitweb: Change history action to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change atom, rss actions to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change header search action to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change log action to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: Change summary, shortlog actions to use parse_commits.Robert Fitzsimons
2006-12-25gitweb: We do longer need the --parents flag in rev-list.Robert Fitzsimons
2006-12-25gitweb: Add parse_commits, used to bulk load commit objects.Robert Fitzsimons
2006-12-25git-add: warn when adding an ignored file with an explicit request.Junio C Hamano
2006-12-25git-add: add ignored files when asked explicitly.Junio C Hamano
2006-12-25read_directory: show_both option.Junio C Hamano
2006-12-25git-rm: DocumentationJunio C Hamano
2006-12-25t3600: update the test for updated git rmJunio C Hamano
2006-12-25git-rm: update to saner semanticsJunio C Hamano
2006-12-25match_pathspec() -- return how well the spec matchedJunio C Hamano
2006-12-25Merge branch 'jc/skip-count'Junio C Hamano
2006-12-25Merge branch 'jc/git-add--interactive'Junio C Hamano
2006-12-25git-add --interactive: add documentationJunio C Hamano
2006-12-24Allow branch.*.merge to talk about remote tracking branches.Junio C Hamano
2006-12-24Merge branch 'sb/merge-friendly'Junio C Hamano
2006-12-24Merge branch 'js/rerere'Junio C Hamano
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin
2006-12-24Switch git_mmap to use pread.Shawn O. Pearce
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce
2006-12-23gitweb: Paginate commit/author/committer search outputRobert Fitzsimons
2006-12-23Makefile: add quick-install-doc for installing pre-built manpagesEric Wong
2006-12-23Display 'theirs' branch name when possible in merge.Shawn O. Pearce
2006-12-23Use extended SHA1 syntax in merge-recursive conflicts.Shawn O. Pearce
2006-12-23reflog expire: do not punt on tags that point at non commits.Junio C Hamano
2006-12-23gitweb: Allow search to be disabled from the config file.Robert Fitzsimons
2006-12-23gitweb: Require a minimum of two character for the search text.Robert Fitzsimons
2006-12-23gitweb: Use rev-list pattern search options.Robert Fitzsimons
2006-12-23checkout: make the message about the need for a new branch a bit clearerNicolas Pitre
2006-12-23gitweb: optimize git_summary.Robert Fitzsimons