summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Correct various misspellings and typos.Brian Hetro2007-08-2419-40/+40
* Documentation: For consistency, use CVS instead of cvs.Brian Hetro2007-08-243-4/+4
* Fix racy-git handling in git-write-tree.Linus Torvalds2007-08-242-0/+45
* rebase -i: fix squashing corner caseJohannes Schindelin2007-08-232-2/+24
* Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft2007-08-231-0/+1
* git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft2007-08-232-3/+15
* diff-delta.c: Fix broken skip calculation.David Kastrup2007-08-231-1/+1
* Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-08-221-6/+61
|\
| * Teach bash about git-submodule and its subcommandsShawn O. Pearce2007-08-231-0/+27
| * Teach bash to complete ref arguments to git-describeShawn O. Pearce2007-08-231-0/+8
| * Update bash completion with new 1.5.3 command line optionsShawn O. Pearce2007-08-231-6/+26
* | git-svn: dcommit prints out the URL to be committed toEric Wong2007-08-221-0/+1
|/
* git-svn: update documentation with CAVEATS sectionEric Wong2007-08-221-0/+32
* Reset terminal attributes when terminating git send-emailSean Estabrooks2007-08-221-0/+3
* Document -u option in git-svnimport man pageStefan Sperling2007-08-221-0/+3
* Fix breakage in git-rev-list.txtQuy Tonthat2007-08-221-3/+3
* git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard2007-08-221-3/+5
* Fix git-remote for ActiveState PerlAlex Riesen2007-08-221-1/+7
* Documentation: update tar.umask defaultRené Scharfe2007-08-223-27/+17
* Suggest unsetting core.bare when using new-workdir on a bare repositoryShawn O. Pearce2007-08-221-0/+8
* Fix new-workdir (again) to work on bare repositoriesShawn O. Pearce2007-08-221-3/+7
* GIT 1.5.3-rc6v1.5.3-rc6Junio C Hamano2007-08-201-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-08-201-9/+219
|\
| * gitk: Add a window to list branches, tags and other referencesPaul Mackerras2007-08-201-2/+210
| * [PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers.Johannes Sixt2007-08-171-6/+8
| * gitk: Fix bug in fix for warning when removing a branchPaul Mackerras2007-08-171-1/+1
* | Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen2007-08-201-7/+6
* | git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano2007-08-201-1/+4
* | Fix misspelling of 'suppress' in docsDave Watson2007-08-192-2/+2
* | Document what the stage numbers in the :$n:path syntax mean.Steven Grimm2007-08-191-1/+4
* | Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce2007-08-193-0/+7
* | Add the word reflog to Documentation/config.txt:core.logAllRefUpdatesLukas Sandström2007-08-191-1/+1
* | Add and document a global --no-pager option for git.Matthieu Moy2007-08-192-2/+10
* | Take binary diffs into account for "git rebase"Linus Torvalds2007-08-191-4/+0
* | Make thin-pack generation subproject aware.Linus Torvalds2007-08-192-0/+54
* | Correct documentation of 'reflog show' to explain it shows HEADShawn O. Pearce2007-08-191-1/+2
* | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-08-191-1/+6
|\ \
| * | git-gui: Added support for OS X right clickgitgui-0.8.1Väinö Järvelä2007-08-041-0/+3
| * | git-gui: Avoid Tcl error in popup menu on diff viewerShawn O. Pearce2007-08-021-1/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-08-191-6/+39
|\ \ \ | | |/ | |/|
| * | [PATCH] gitk: Make the date/time display configurableArjen Laarhoven2007-08-151-2/+5
| * | [PATCH] gitk: Let user easily specify lines of context in diff viewSteffen Prohaska2007-08-151-2/+32
| * | gitk: Fix warning when removing a branchPaul Mackerras2007-08-151-2/+2
* | | fast-import pull requestJunio C Hamano2007-08-191-3/+5
* | | Include recent command history in fast-import crash reportsShawn O. Pearce2007-08-191-4/+58
* | | Generate crash reports on die in fast-importShawn O. Pearce2007-08-191-0/+93
* | | Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-193-0/+84
* | | Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-193-17/+74
* | | Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-193-5/+39
* | | Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-193-2/+69