summaryrefslogtreecommitdiffstats
path: root/usage.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-26GIT v1.5.0 previewv1.5.0-rc0Junio C Hamano1-1/+1
2006-12-26git-add -f: allow adding otherwise ignored files.Junio C Hamano2-7/+35
2006-12-25gitweb: Use rev-list --skip option.Robert Fitzsimons1-23/+1
2006-12-25gitweb: Change history action to use parse_commits.Robert Fitzsimons1-18/+9
2006-12-25gitweb: Change atom, rss actions to use parse_commits.Robert Fitzsimons1-11/+7
2006-12-25gitweb: Change header search action to use parse_commits.Robert Fitzsimons1-14/+9
2006-12-25gitweb: Change log action to use parse_commits.Robert Fitzsimons1-11/+14
2006-12-25gitweb: Change summary, shortlog actions to use parse_commits.Robert Fitzsimons1-22/+12
2006-12-25gitweb: We do longer need the --parents flag in rev-list.Robert Fitzsimons1-5/+6
2006-12-25gitweb: Add parse_commits, used to bulk load commit objects.Robert Fitzsimons1-17/+74
2006-12-25git-add: warn when adding an ignored file with an explicit request.Junio C Hamano1-0/+3
2006-12-25git-add: add ignored files when asked explicitly.Junio C Hamano2-4/+18
2006-12-25read_directory: show_both option.Junio C Hamano2-9/+16
2006-12-25git-rm: DocumentationJunio C Hamano1-24/+27
2006-12-25t3600: update the test for updated git rmJunio C Hamano1-4/+74
2006-12-25git-rm: update to saner semanticsJunio C Hamano1-20/+103
2006-12-25match_pathspec() -- return how well the spec matchedJunio C Hamano2-16/+39
2006-12-25git-add --interactive: add documentationJunio C Hamano2-2/+119
2006-12-24Allow branch.*.merge to talk about remote tracking branches.Junio C Hamano1-2/+6
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin4-4/+303
2006-12-24Switch git_mmap to use pread.Shawn O. Pearce1-14/+5
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce2-7/+7
2006-12-23gitweb: Paginate commit/author/committer search outputRobert Fitzsimons1-45/+103
2006-12-23Makefile: add quick-install-doc for installing pre-built manpagesEric Wong3-0/+37
2006-12-23Display 'theirs' branch name when possible in merge.Shawn O. Pearce3-4/+21
2006-12-23Use extended SHA1 syntax in merge-recursive conflicts.Shawn O. Pearce1-2/+2
2006-12-23gitweb: Allow search to be disabled from the config file.Robert Fitzsimons1-0/+13
2006-12-23gitweb: Require a minimum of two character for the search text.Robert Fitzsimons1-0/+3
2006-12-23gitweb: Use rev-list pattern search options.Robert Fitzsimons1-10/+10
2006-12-23checkout: make the message about the need for a new branch a bit clearerNicolas Pitre1-2/+5
2006-12-23gitweb: optimize git_summary.Robert Fitzsimons1-3/+3
2006-12-23gitweb: optimize git_shortlog_body.Robert Fitzsimons1-1/+3
2006-12-23gitweb: optimize git_get_last_activity.Robert Fitzsimons1-1/+2
2006-12-23gitweb: Add missing show '...' links change.Robert Fitzsimons1-0/+1
2006-12-23Make git-show-branch options similar to git-branch.Brian Gernhardt2-18/+32
2006-12-23Keep "git --git-dir" from causing a bus error.Brian Gernhardt1-2/+4
2006-12-23git-svn: enable common fetch/commit options for dcommitEric Wong1-1/+1
2006-12-23vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.Alexandre Julliard1-2/+3
2006-12-23Remove NO_ACCURATE_DIFF options from build systemsEric Wong2-9/+0
2006-12-23git-tag: lose exit after dieJunio C Hamano1-2/+0
2006-12-23Really fix headers for __FreeBSD__Junio C Hamano1-1/+1
2006-12-23Do not support "partial URL shorthand" anymore.Junio C Hamano1-27/+7
2006-12-23default pull: forget about "newbie protection" for now.Junio C Hamano1-7/+0
2006-12-23merge and reset: adjust for "reset --hard" messagesJunio C Hamano2-1/+2
2006-12-22commit-tree: do not overflow MAXPARENTJunio C Hamano1-0/+3
2006-12-22Make git-rerere a builtinJohannes Schindelin4-1/+409