summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-27Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano
2007-08-26When nothing to git-commit, honor the git-status color setting.Brian Hetro
2007-08-26gitweb: Fix searchbox positioningPetr Baudis
2007-08-26Merge branch 'master' of git://linux-nfs.org/~bfields/gitJunio C Hamano
2007-08-26Merge branch 'maint'J. Bruce Fields
2007-08-26Documentation/user-manual.txt: fix a few omissions of gitlink commands.David Kastrup
2007-08-26user-manual: fix incorrect header levelJ. Bruce Fields
2007-08-26user-manual: use pithier example commitJ. Bruce Fields
2007-08-26user-manual: introduce the word "commit" earlierJ. Bruce Fields
2007-08-26user-manual: minor editing for concisenessJ. Bruce Fields
2007-08-26user-manual: edit "ignoring files" for concisenessJ. Bruce Fields
2007-08-26Documentation/user-manual.txt: fix a few omissions of gitlink commands.David Kastrup
2007-08-26Make usage documentation for git-add consistent.Brian Hetro
2007-08-26Make usage documentation for git-am consistent.Brian Hetro
2007-08-25Don't segfault if we failed to inflate a packed deltaShawn O. Pearce
2007-08-25pack-objects: check return value from read_sha1_file()Junio C Hamano
2007-08-25blame: check return value from read_sha1_file()Junio C Hamano
2007-08-25git-gui: Correct 'git gui blame' in a subdirectorygitgui-0.8.2Shawn O. Pearce
2007-08-25git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...Simon Hausmann
2007-08-25git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...Simon Hausmann
2007-08-25Documentation: Correct various misspellings and typos.Brian Hetro
2007-08-25Documentation: For consistency, use CVS instead of cvs.Brian Hetro
2007-08-25Fix racy-git handling in git-write-tree.Linus Torvalds
2007-08-23rebase -i: fix squashing corner caseJohannes Schindelin
2007-08-23Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft
2007-08-23git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft
2007-08-23diff-delta.c: Fix broken skip calculation.David Kastrup
2007-08-23git-gui: Do not offer to stage three-way diff hunks into the indexShawn O. Pearce
2007-08-23Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-08-23git-svn: dcommit prints out the URL to be committed toEric Wong
2007-08-23git-gui: Refactor diff pane popup support for future improvementsShawn O. Pearce
2007-08-23Teach bash about git-submodule and its subcommandsShawn O. Pearce
2007-08-23Teach bash to complete ref arguments to git-describeShawn O. Pearce
2007-08-23Update bash completion with new 1.5.3 command line optionsShawn O. Pearce
2007-08-22git-svn: update documentation with CAVEATS sectionEric Wong
2007-08-22Reset terminal attributes when terminating git send-emailSean Estabrooks
2007-08-22Document -u option in git-svnimport man pageStefan Sperling
2007-08-22Fix breakage in git-rev-list.txtQuy Tonthat
2007-08-22git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard
2007-08-22Fix git-remote for ActiveState PerlAlex Riesen
2007-08-22Documentation: update tar.umask defaultRené Scharfe
2007-08-22Suggest unsetting core.bare when using new-workdir on a bare repositoryShawn O. Pearce
2007-08-22Fix new-workdir (again) to work on bare repositoriesShawn O. Pearce
2007-08-22git-gui: Fix "unoptimized loading" to not cause git-gui to crashShawn O. Pearce
2007-08-21git-gui: Paper bag fix "Stage Hunk For Commit" in diff context menuShawn O. Pearce
2007-08-21GIT 1.5.3-rc6v1.5.3-rc6Junio C Hamano
2007-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-08-21Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen
2007-08-20git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano
2007-08-20gitk: Add a window to list branches, tags and other referencesPaul Mackerras