summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-02GIT 1.5.3v1.5.3Junio C Hamano1-7/+21
2007-09-01Merge branch 'jp/send-email-cc'Junio C Hamano2-2/+31
2007-09-01Mention -m as an abbreviation for --mergeRobin Rosenberg1-2/+2
2007-09-01Update my contact address as the maintainer.Junio C Hamano2-2/+3
2007-09-01Documentation: minor AsciiDoc mark-up fixes.Junio C Hamano2-14/+14
2007-09-01URL: allow port specification in ssh:// URLsLuben Tuikov2-2/+32
2007-09-01Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano2-5/+2
2007-09-01rebase -m: Fix incorrect short-logs of already applied commits.Johannes Sixt2-5/+52
2007-08-31git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano4-7/+45
2007-08-31git-tag: Fix -l option to use better shell style globs.Carlos Rica2-20/+11
2007-08-31git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong2-28/+62
2007-08-31git-svn: Protect against "diff.color = true".Junio C Hamano1-2/+2
2007-08-31filter-branch: introduce convenience function "skip_commit"Johannes Schindelin3-14/+42
2007-08-31filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin3-13/+25
2007-08-31rebase -i: mention the option to split commits in the man pageJohannes Schindelin1-1/+38
2007-08-31filter-branch: fix remnants of old syntax in documentationJohannes Schindelin1-14/+18
2007-08-31Teach bash about completing arguments for git-tagShawn O. Pearce1-0/+58
2007-08-31Hopefully the final update to draft release notes for 1.5.3.Junio C Hamano1-1/+13
2007-08-31Make "git-log --" without paths behave the same as "git-log" without --Junio C Hamano1-1/+2
2007-08-31git-init: autodetect core.symlinksJunio C Hamano1-0/+15
2007-08-30Make git-archimport log entries more consistentMiles Bader1-1/+5
2007-08-30fix same sized delta logicNicolas Pitre1-4/+8
2007-08-30filter-branch: make sure orig_namespace ends with a single slash.Junio C Hamano1-1/+1
2007-08-30git-filter-branch: document --original optionGiuseppe Bilotta1-1/+6
2007-08-30git-filter-branch: more detailed USAGEGiuseppe Bilotta1-1/+7
2007-08-30Makefile: do not allow gnu make to remove test-*.o filesJunio C Hamano1-0/+2
2007-08-30Temporary fix for stack smashing in mailinfoAlex Riesen1-35/+50
2007-08-30Fixing comment in merge strategiesTom Clarke2-2/+2
2007-08-29ls-files --error-unmatch: do not barf if the same pattern is given twice.Junio C Hamano1-0/+20
2007-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-1/+2
2007-08-29completion: also complete git-log's --left-right and --cherry-pick optionJohannes Schindelin1-0/+1
2007-08-29gitk: Fix bug causing undefined variable error when cherry-pickingPaul Mackerras1-1/+2
2007-08-29git-daemon(1): assorted improvements.Junio C Hamano1-2/+34
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-17git-send-email --cc-cmdJoe Perches2-2/+31
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