summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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-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
2007-08-20Fix misspelling of 'suppress' in docsDave Watson
2007-08-20Document what the stage numbers in the :$n:path syntax mean.Steven Grimm
2007-08-20Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce
2007-08-19Add the word reflog to Documentation/config.txt:core.logAllRefUpdatesLukas Sandström
2007-08-19Add and document a global --no-pager option for git.Matthieu Moy
2007-08-19Take binary diffs into account for "git rebase"Linus Torvalds
2007-08-19Make thin-pack generation subproject aware.Linus Torvalds
2007-08-19Correct documentation of 'reflog show' to explain it shows HEADShawn O. Pearce
2007-08-19Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano
2007-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-08-19fast-import pull requestJunio C Hamano
2007-08-19Include recent command history in fast-import crash reportsShawn O. Pearce
2007-08-19Generate crash reports on die in fast-importShawn O. Pearce
2007-08-19Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce
2007-08-19Make trailing LF optional for all fast-import commandsShawn O. Pearce
2007-08-19Make trailing LF following fast-import `data` commands optionalShawn O. Pearce
2007-08-19Teach fast-import to ignore lines starting with '#'Shawn O. Pearce
2007-08-19Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce
2007-08-19Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce
2007-08-19Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen
2007-08-19git-completion.bash - add support for git-bundleMark Levedahl
2007-08-17Clarify commit-tree documentationMike Hommey
2007-08-17Minor clarifications to git-filter-branch usage and docBrian Gernhardt
2007-08-17Fix small typo in git send-email man page.Sean Estabrooks