summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation/build-docdep.perl: Fix dependencies for included asciidoc filesSergey Vlasov2007-03-011-5/+1
* Start preparing Release Notes for 1.5.0.3Junio C Hamano2007-02-282-1/+56
* Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlJunio C Hamano2007-02-281-3/+14
* Include config.mak in doc/MakefileUwe Kleine-König2007-02-281-0/+1
* git.el: Set the default commit coding system from the repository config.Alexandre Julliard2007-02-281-6/+18
* git-archimport: support empty summaries, put summary on a single line.Paolo Bonzini2007-02-281-4/+15
* http-push.c::lock_remote(): validate all remote refs.Eygene Ryabinkin2007-02-281-1/+1
* git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape2007-02-281-1/+2
* builtin-fmt-merge-msg: fix bugs in --file optionMichael Coleman2007-02-271-1/+3
* index-pack: Loop over pread until data loading is complete.Shawn O. Pearce2007-02-271-2/+8
* blameview: Fix the browse behavior in blameviewAneesh Kumar2007-02-271-1/+1
* Fix minor typos/grammar in user-manual.txtMichael Coleman2007-02-271-17/+14
* Correct ordering in git-cvsimport's option documentationMichael Poole2007-02-271-5/+4
* git-show: Reject native refLinus Torvalds2007-02-271-0/+2
* Fix git-show man page formatting in the EXAMPLES sectionTheodore Tso2007-02-271-3/+3
* git-apply: do not fix whitespaces on context lines.Junio C Hamano2007-02-271-1/+2
* diff --cc: integer overflow given a 2GB-or-larger fileJim Meyering2007-02-271-3/+3
* mailinfo: do not get confused with logical lines that are too long.Linus Torvalds2007-02-276-19/+147
* GIT 1.5.0.2v1.5.0.2Junio C Hamano2007-02-262-12/+18
* git-remote: support remotes with a dot in the namePavel Roskin2007-02-261-1/+1
* Documentation: describe "-f/-t/-m" options to "git-remote add"Junio C Hamano2007-02-251-0/+13
* diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano2007-02-252-7/+34
* Merge branch 'jc/merge-symlink' into maintJunio C Hamano2007-02-252-2/+2
|\
| * merge-recursive: fix longstanding bug in merging symlinksJunio C Hamano2007-02-251-1/+1
| * merge-index: fix longstanding bug in merging symlinksJunio C Hamano2007-02-251-1/+1
* | Add Release Notes to prepare for 1.5.0.2Junio C Hamano2007-02-252-1/+60
* | Allow arbitrary number of arguments to git-pack-objectsRoland Dreier2007-02-251-3/+9
* | rerere: do not deal with symlinks.Junio C Hamano2007-02-251-5/+9
* | rerere: do not skip two conflicted paths next to each other.Junio C Hamano2007-02-251-1/+1
* | Merge git://repo.or.cz/git-gui into maintJunio C Hamano2007-02-241-6/+19
|\ \
| * | Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano2007-02-251-6/+19
* | | diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano2007-02-241-2/+4
* | | Reword git-am 3-way fallback failure message.Junio C Hamano2007-02-241-1/+1
* | | Limit filename for format-patchRobin Rosenberg2007-02-241-7/+21
* | | core.legacyheaders: Use the description used in RelNotes-1.5.0Santi Béjar2007-02-241-4/+11
* | | git-show-ref --verify: Fail if called without a referenceDmitry V. Levin2007-02-241-2/+4
* | | git-diff: fix combined diffJohannes Schindelin2007-02-221-1/+2
* | | Fix 'git commit -a' in a newly initialized repositoryFredrik Kuivinen2007-02-221-0/+4
* | | Include git-gui credits file in dist.Shawn O. Pearce2007-02-211-1/+2
* | | Document the new core.bare configuration option.Shawn O. Pearce2007-02-211-0/+12
* | | Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-02-216-120/+308
|\ \ \ | |/ /
| * | git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce2007-02-211-8/+8
| * | git-gui: Remove TODO list.Shawn O. Pearce2007-02-211-44/+0
| * | git-gui: Include browser in our usage message.Shawn O. Pearce2007-02-211-1/+1
| * | git-gui: Change summary of git-gui.Shawn O. Pearce2007-02-211-1/+1
| * | git-gui: Display all authors of git-gui.Shawn O. Pearce2007-02-214-10/+136
| * | git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce2007-02-211-1/+1
| * | git-gui: Correct crash when saving options in blame mode.Shawn O. Pearce2007-02-181-15/+21
| * | git-gui: Expose the browser as a subcommand.Shawn O. Pearce2007-02-161-5/+21
| * | git-gui: Create new branches from a tag.Martin Koegler2007-02-151-0/+30