summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-29GIT 1.5.3-rc7v1.5.3-rc7Junio C Hamano1-3/+15
2007-08-29git-svn.txt: fix an obvious misspelling.David Kastrup1-1/+1
2007-08-29git.el: Added colors for dark backgroundDavid Kågedal1-9/+18
2007-08-28format-patch documentation: reword to hint "--root <one-commit>" more clearlyJunio C Hamano1-7/+10
2007-08-28Merge branch 'jc/logsemantics'Junio C Hamano4-14/+35
2007-08-28Documentation/git-diff: A..B and A...B cannot take tree-ishesJunio C Hamano1-5/+6
2007-08-28git-add: Make the filename globbing note a bit clearerPetr Baudis1-3/+3
2007-08-28git-add: Make the "tried to add ignored file" error message less confusingPetr Baudis1-3/+3
2007-08-28gitweb: Fix escaping HTML of project owner in 'projects_list' andJakub Narebski1-2/+2
2007-08-28"format-patch --root rev" is the way to show everything.Junio C Hamano2-10/+32
2007-08-28Porcelain level "log" family should recurse when diffing.Junio C Hamano3-4/+3
2007-08-27git-merge: do up-to-date check also for all strategiesJunio C Hamano2-15/+97
2007-08-27git --bare cmd: do not unconditionally nuke GIT_DIRJunio C Hamano2-2/+5
2007-08-27Fix initialization of a bare repositoryJunio C Hamano3-5/+177
2007-08-27name-rev: Fix non-shortest descriptionJohannes Schindelin1-10/+11
2007-08-27Describe two-dot and three-dot notation for diff endpoints.Mike Hommey1-7/+36
2007-08-27git-tag(1): Remove duplicate textJari Aalto1-7/+0
2007-08-27gitweb: Lift any characters restriction on searched stringsPetr Baudis1-3/+0
2007-08-26RelNotes draft for 1.5.3 update.Junio C Hamano1-2/+5
2007-08-26Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano3-66/+97
2007-08-26When nothing to git-commit, honor the git-status color setting.Brian Hetro1-4/+6
2007-08-26gitweb: Fix searchbox positioningPetr Baudis1-1/+1
2007-08-26Merge branch 'master' of git://linux-nfs.org/~bfields/gitJunio C Hamano1-93/+59
2007-08-26Merge branch 'maint'J. Bruce Fields1-84/+48
2007-08-26Documentation/user-manual.txt: fix a few omissions of gitlink commands.David Kastrup1-6/+8
2007-08-26user-manual: fix incorrect header levelJ. Bruce Fields1-1/+1
2007-08-26user-manual: use pithier example commitJ. Bruce Fields1-25/+20
2007-08-26user-manual: introduce the word "commit" earlierJ. Bruce Fields1-5/+5
2007-08-26user-manual: minor editing for concisenessJ. Bruce Fields1-7/+3
2007-08-26user-manual: edit "ignoring files" for concisenessJ. Bruce Fields1-45/+18
2007-08-26Documentation/user-manual.txt: fix a few omissions of gitlink commands.David Kastrup1-9/+11
2007-08-25Make usage documentation for git-add consistent.Brian Hetro2-3/+5
2007-08-25Make usage documentation for git-am consistent.Brian Hetro1-2/+4
2007-08-25Don't segfault if we failed to inflate a packed deltaShawn O. Pearce1-0/+4
2007-08-25pack-objects: check return value from read_sha1_file()Junio C Hamano1-0/+6
2007-08-25blame: check return value from read_sha1_file()Junio C Hamano1-0/+11
2007-08-24git-gui: Correct 'git gui blame' in a subdirectorygitgui-0.8.2Shawn O. Pearce1-1/+9
2007-08-24git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...Simon Hausmann1-1/+1
2007-08-24git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...Simon Hausmann1-49/+55
2007-08-24Documentation: Correct various misspellings and typos.Brian Hetro19-40/+40
2007-08-24Documentation: For consistency, use CVS instead of cvs.Brian Hetro3-4/+4
2007-08-24Fix racy-git handling in git-write-tree.Linus Torvalds2-0/+45
2007-08-23rebase -i: fix squashing corner caseJohannes Schindelin2-2/+24
2007-08-23Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft1-0/+1
2007-08-23git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft2-3/+15
2007-08-23diff-delta.c: Fix broken skip calculation.David Kastrup1-1/+1
2007-08-23git-gui: Do not offer to stage three-way diff hunks into the indexShawn O. Pearce1-0/+4
2007-08-22Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano1-6/+61
2007-08-22git-svn: dcommit prints out the URL to be committed toEric Wong1-0/+1
2007-08-23git-gui: Refactor diff pane popup support for future improvementsShawn O. Pearce1-12/+11
2007-08-23Teach bash about git-submodule and its subcommandsShawn O. Pearce1-0/+27
2007-08-23Teach bash to complete ref arguments to git-describeShawn O. Pearce1-0/+8
2007-08-23Update bash completion with new 1.5.3 command line optionsShawn O. Pearce1-6/+26
2007-08-22git-svn: update documentation with CAVEATS sectionEric Wong1-0/+32
2007-08-22Reset terminal attributes when terminating git send-emailSean Estabrooks1-0/+3
2007-08-22Document -u option in git-svnimport man pageStefan Sperling1-0/+3
2007-08-22Fix breakage in git-rev-list.txtQuy Tonthat1-3/+3
2007-08-22git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard1-3/+5
2007-08-22Fix git-remote for ActiveState PerlAlex Riesen1-1/+7
2007-08-22Documentation: update tar.umask defaultRené Scharfe3-27/+17
2007-08-22Suggest unsetting core.bare when using new-workdir on a bare repositoryShawn O. Pearce1-0/+8
2007-08-22Fix new-workdir (again) to work on bare repositoriesShawn O. Pearce1-3/+7
2007-08-22git-gui: Fix "unoptimized loading" to not cause git-gui to crashShawn O. Pearce1-51/+63
2007-08-21git-gui: Paper bag fix "Stage Hunk For Commit" in diff context menuShawn O. Pearce1-3/+4
2007-08-20GIT 1.5.3-rc6v1.5.3-rc6Junio C Hamano1-2/+5
2007-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-9/+219
2007-08-20Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen1-7/+6
2007-08-20git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano1-1/+4
2007-08-20gitk: Add a window to list branches, tags and other referencesPaul Mackerras1-2/+210
2007-08-19Fix misspelling of 'suppress' in docsDave Watson2-2/+2
2007-08-20git-gui: Allow git-merge to use branch names in conflict markersShawn O. Pearce1-1/+1
2007-08-19Document what the stage numbers in the :$n:path syntax mean.Steven Grimm1-1/+4
2007-08-19Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce3-0/+7
2007-08-20git-gui: Fix window manager problems on ion3Shawn O. Pearce2-1/+8
2007-08-19Add the word reflog to Documentation/config.txt:core.logAllRefUpdatesLukas Sandström1-1/+1
2007-08-19Add and document a global --no-pager option for git.Matthieu Moy2-2/+10
2007-08-19Take binary diffs into account for "git rebase"Linus Torvalds1-4/+0
2007-08-19Make thin-pack generation subproject aware.Linus Torvalds2-0/+54
2007-08-19Correct documentation of 'reflog show' to explain it shows HEADShawn O. Pearce1-1/+2
2007-08-19Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano1-1/+6
2007-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-6/+39
2007-08-19fast-import pull requestJunio C Hamano1-3/+5
2007-08-19Include recent command history in fast-import crash reportsShawn O. Pearce1-4/+58
2007-08-19Generate crash reports on die in fast-importShawn O. Pearce1-0/+93
2007-08-19Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce3-0/+84
2007-08-19Make trailing LF optional for all fast-import commandsShawn O. Pearce3-17/+74
2007-08-19Make trailing LF following fast-import `data` commands optionalShawn O. Pearce3-5/+39
2007-08-19Teach fast-import to ignore lines starting with '#'Shawn O. Pearce3-2/+69
2007-08-19Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce1-6/+1
2007-08-19Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2-1/+52
2007-08-19Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen1-11/+11
2007-08-19git-completion.bash - add support for git-bundleMark Levedahl1-0/+32
2007-08-17Clarify commit-tree documentationMike Hommey1-9/+6
2007-08-17Minor clarifications to git-filter-branch usage and docBrian Gernhardt2-2/+2
2007-08-17Fix small typo in git send-email man page.Sean Estabrooks1-1/+1
2007-08-17git-submodule: re-enable 'status' as the default subcommandLars Hjemli1-1/+1
2007-08-17[PATCH] gitk: Handle 'copy from' and 'copy to' in diff headers.Johannes Sixt1-6/+8
2007-08-17gitk: Fix bug in fix for warning when removing a branchPaul Mackerras1-1/+1
2007-08-16Clean-up read-tree error condition.Junio C Hamano1-6/+3
2007-08-16Clarify actual behavior of 'git add' and ignored filesBrian Downing1-4/+6
2007-08-16t1301-shared-repo.sh: fix 'stat' portability issueArjen Laarhoven1-1/+10
2007-08-16Documentation/git-rebase: fix an exampleJunio C Hamano1-1/+1
2007-08-15git-clone: allow --bare cloneJunio C Hamano2-2/+10
2007-08-15pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre1-4/+3
2007-08-15git-apply: apply submodule changesSven Verdoolaege3-25/+117
2007-08-15Update documentation links for older releases.Junio C Hamano1-1/+2
2007-08-15Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano3-20/+92
2007-08-15Fix read-tree merging more than 3 trees using 3-way mergeJunio C Hamano1-2/+6
2007-08-15GIT 1.5.2.5v1.5.2.5Junio C Hamano3-2/+32
2007-08-15git-add -u paths... now works from subdirectorySalikh Zakirov2-4/+18
2007-08-15Fix "git add -u" data corruption.Junio C Hamano2-16/+44
2007-08-15path-list.c: always free strdup'ed pathsRené Scharfe2-7/+9
2007-08-15git-svn: fix log with single revision against a non-HEAD branchEric Wong2-9/+63
2007-08-15GIT 1.5.3-rc5v1.5.3-rc5Junio C Hamano1-19/+62
2007-08-14attr.c: read .gitattributes from index as well.Junio C Hamano3-11/+150
2007-08-14attr.c: refactoringJunio C Hamano1-26/+41
2007-08-14Add read_cache to builtin-check-attrBrian Downing1-0/+5
2007-08-14diff: squelch empty diffs even moreRené Scharfe3-3/+9
2007-08-14Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino6-17/+7
2007-08-14Introduces xmkstemp()Luiz Fernando N. Capitulino1-0/+10
2007-08-14Avoid ambiguous error message if pack.idx header is wrongLuiz Fernando N. Capitulino1-2/+2
2007-08-14merge-recursive: do not rudely die on binary mergeJunio C Hamano2-23/+95
2007-08-15[PATCH] gitk: Make the date/time display configurableArjen Laarhoven1-2/+5
2007-08-15[PATCH] gitk: Let user easily specify lines of context in diff viewSteffen Prohaska1-2/+32
2007-08-15gitk: Fix warning when removing a branchPaul Mackerras1-2/+2
2007-08-14Add --log-size to git log to print message sizeMarco Costalba4-0/+15
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano3-0/+61
2007-08-13Improved hint on how to set identitySteffen Prohaska1-4/+4
2007-08-13Add a test for git-commit being confused by relative GIT_DIRDavid Kastrup1-0/+55
2007-08-13git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup3-15/+12
2007-08-13Allow git-svnimport to take "" as the trunk directory.Alberto Bertogli1-1/+1
2007-08-13Fix t5701-clone-local for white space from wcBrian Gernhardt1-2/+2
2007-08-13git-p4: Fix the sorting of changelists when cloning a Perforce repository.Reece H. Dunn1-1/+1
2007-08-13diff: don't run pager if user asked for a diff style exit codeRené Scharfe2-1/+7
2007-08-13builtin-bundle create - use lock_fileJunio C Hamano1-8/+10
2007-08-13t3902 - skip test if file system doesn't support HT in namesMark Levedahl1-0/+6
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard5-5/+51
2007-08-13t3404: fix "fake-editor"Junio C Hamano1-17/+19
2007-08-13git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard1-4/+6
2007-08-13git.el: Add support for interactive diffs.Alexandre Julliard1-1/+7
2007-08-13Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-31/+97
2007-08-13gitk: Fix bug causing Tcl error when updating graphPaul Mackerras1-13/+11
2007-08-13gitk: Fix bug introduced in commit 67a4f1a7Paul Mackerras1-10/+14
2007-08-12[PATCH] gitk: Show an error and exit if no .git could be foundAlex Riesen1-1/+4
2007-08-12[PATCH] gitk: Continue and show error message in new reposAlex Riesen1-1/+1
2007-08-12[PATCH] gitk: Handle MouseWheel events on WindowsMark Levedahl1-2/+25
2007-08-12[PATCH] gitk: Enable selected patch text on WindowsMark Levedahl1-2/+5
2007-08-12gitk: Fix bug causing the "can't unset idinlist(...)" errorPaul Mackerras1-3/+2
2007-08-10Documentation/Makefile: remove cmd-list.made before redirecting to it.David Kastrup1-0/+1
2007-08-10Merge branch 'cr/tag'Junio C Hamano16-17/+720
2007-08-10INSTALL: explain info installation and dependencies.David Kastrup1-5/+9
2007-08-10Add support for an info version of the user manualDavid Kastrup3-1/+44
2007-08-10Merge branch 'jc/clone'Junio C Hamano7-45/+86
2007-08-10Optimize the three-way merge of git-read-treeLinus Torvalds1-2/+5
2007-08-10Fix filehandle leak in "git branch -D"Alex Riesen1-0/+1
2007-08-10builtin-bundle - use buffered reads for bundle headerMark Levedahl1-24/+13
2007-08-10builtin-bundle.c - use stream buffered input for rev-listMark Levedahl1-2/+5
2007-08-10allow git-bundle to create bottomless bundleJunio C Hamano1-0/+33
2007-08-10allow git-bundle to create bottomless bundleJunio C Hamano2-1/+17
2007-08-10Optimize the two-way merge of git-read-tree tooLinus Torvalds1-3/+4
2007-08-10Optimize the common cases of git-read-treeLinus Torvalds1-3/+3
2007-08-10Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds2-11/+29
2007-08-10Merge branch 'lt/readtree'Junio C Hamano4-30/+39
2007-08-10Fix "git commit directory/" performance anomalyLinus Torvalds1-2/+8
2007-08-10Optimize "diff --cached" performance.Junio C Hamano3-5/+85
2007-08-10Revert "tweak manpage formatting"Junio C Hamano1-13/+0
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds4-30/+39
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin2-44/+14
2007-08-10tweak manpage formattingJunio C Hamano1-0/+13
2007-08-10Fix an illustration in git-rev-parse.txtJunio C Hamano1-1/+1
2007-08-10send-email: get all the quoting of realnames rightUwe Kleine-König1-26/+24
2007-08-10send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König1-1/+1
2007-08-10Use the empty tree for base diff in paranoid-update on new branchesShawn O. Pearce1-10/+21
2007-08-10Teach the update-paranoid to look at file differencesShawn O. Pearce1-7/+105
2007-08-10Teach update-paranoid how to store ACLs organized by groupsShawn O. Pearce1-16/+44
2007-08-10Fix formatting of git-blame documentation.Junio C Hamano1-10/+10
2007-08-08cvsserver: Fix for work treesBrian Downing1-0/+2
2007-08-08git-p4: Fix git-p4 submit to include only changed files in the perforce submi...Simon Hausmann1-6/+30
2007-08-08Reorder the list of commands in the manual.Junio C Hamano1-7/+9
2007-08-08git-p4: Fix support for symlinks.Simon Hausmann1-5/+9
2007-08-07git-stash documentation: add missing backtickSteve Hoelzer1-1/+1
2007-08-07git-stash documentation: stash numbering starts at zero, not oneSteve Hoelzer1-3/+3
2007-08-06Add a note about the index being updated by git-status in some casesSteven Grimm1-0/+7
2007-08-06Documentation/git-commit.txt: correct bad list formatting.David Kastrup1-0/+1
2007-08-06send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig1-10/+29
2007-08-06Fix "make GZ=1 quick-install-doc"Junio C Hamano1-5/+3
2007-08-06pager: find out pager setting from configurationJunio C Hamano1-1/+4
2007-08-06git-am: initialize variable $resume on startupGerrit Pape1-1/+2
2007-08-06Documentation/git-svn: how to clone a git-svn-created repositoryAdam Roben1-0/+20
2007-08-06Merge branch 'maint'Junio C Hamano2-2/+2
2007-08-06apply: remove directory that becomes empty by renaming the last file awayLinus Torvalds1-1/+1
2007-08-06setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano1-1/+1
2007-08-05documentation: use the word "index" in the git-commit man pageJ. Bruce Fields1-14/+14
2007-08-05Merge branch 'master' of git://linux-nfs.org/~bfields/gitJunio C Hamano2-35/+72
2007-08-05Merge branch 'maint'J. Bruce Fields1-19/+22
2007-08-05documentation: use the word "index" in the git-add manual pageJ. Bruce Fields1-19/+22
2007-08-05user-manual: mention git-guiJ. Bruce Fields1-2/+9
2007-08-05user-manual: mention git stashJunio C Hamano1-0/+32
2007-08-05user-manual: update for new default --track behaviorJ. Bruce Fields1-14/+9
2007-08-05Fix install-doc-quick targetJunio C Hamano1-1/+3