summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-28Documentation: git-remote add [-t <branch>] [-m <branch>] [-f] name urlLibravatar Junio C Hamano1-3/+14
2007-02-28Include config.mak in doc/MakefileLibravatar Uwe Kleine-König1-0/+1
2007-02-28git.el: Set the default commit coding system from the repository config.Libravatar Alexandre Julliard1-6/+18
2007-02-28git-archimport: support empty summaries, put summary on a single line.Libravatar Paolo Bonzini1-4/+15
2007-02-28http-push.c::lock_remote(): validate all remote refs.Libravatar Eygene Ryabinkin1-1/+1
2007-02-28git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Libravatar Gerrit Pape1-1/+2
2007-02-27builtin-fmt-merge-msg: fix bugs in --file optionLibravatar Michael Coleman1-1/+3
2007-02-27index-pack: Loop over pread until data loading is complete.Libravatar Shawn O. Pearce1-2/+8
2007-02-27blameview: Fix the browse behavior in blameviewLibravatar Aneesh Kumar1-1/+1
2007-02-27Fix minor typos/grammar in user-manual.txtLibravatar Michael Coleman1-17/+14
2007-02-27Correct ordering in git-cvsimport's option documentationLibravatar Michael Poole1-5/+4
2007-02-27git-show: Reject native refLibravatar Linus Torvalds1-0/+2
2007-02-27Fix git-show man page formatting in the EXAMPLES sectionLibravatar Theodore Tso1-3/+3
2007-02-27git-apply: do not fix whitespaces on context lines.Libravatar Junio C Hamano1-1/+2
2007-02-27diff --cc: integer overflow given a 2GB-or-larger fileLibravatar Jim Meyering1-3/+3
2007-02-27mailinfo: do not get confused with logical lines that are too long.Libravatar Linus Torvalds6-19/+147
2007-02-26git-gui: Don't create empty (same tree as parent) commits.Libravatar Shawn O. Pearce1-0/+18
2007-02-26git-gui: Add Reset to the Branch menu.Libravatar Shawn O. Pearce1-0/+6
2007-02-26git-gui: Relocate the menu/transport menu code.Libravatar Shawn O. Pearce1-22/+28
2007-02-26GIT 1.5.0.2Libravatar Junio C Hamano2-12/+18
2007-02-26git-remote: support remotes with a dot in the nameLibravatar Pavel Roskin1-1/+1
2007-02-25Documentation: describe "-f/-t/-m" options to "git-remote add"Libravatar Junio C Hamano1-0/+13
2007-02-25diff --cc: fix display of symlink conflicts during a merge.Libravatar Junio C Hamano2-7/+34
2007-02-25Merge branch 'jc/merge-symlink' into maintLibravatar Junio C Hamano2-2/+2
2007-02-25merge-recursive: fix longstanding bug in merging symlinksLibravatar Junio C Hamano1-1/+1
2007-02-25merge-index: fix longstanding bug in merging symlinksLibravatar Junio C Hamano1-1/+1
2007-02-25Add Release Notes to prepare for 1.5.0.2Libravatar Junio C Hamano2-1/+60
2007-02-25Allow arbitrary number of arguments to git-pack-objectsLibravatar Roland Dreier1-3/+9
2007-02-25rerere: do not deal with symlinks.Libravatar Junio C Hamano1-5/+9
2007-02-25rerere: do not skip two conflicted paths next to each other.Libravatar Junio C Hamano1-1/+1
2007-02-24Merge git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano1-6/+19
2007-02-25Don't modify CREDITS-FILE if it hasn't changed.Libravatar Junio C Hamano1-6/+19
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Libravatar Junio C Hamano1-2/+4
2007-02-24Reword git-am 3-way fallback failure message.Libravatar Junio C Hamano1-1/+1
2007-02-24Limit filename for format-patchLibravatar Robin Rosenberg1-7/+21
2007-02-24core.legacyheaders: Use the description used in RelNotes-1.5.0Libravatar Santi Béjar1-4/+11
2007-02-24git-show-ref --verify: Fail if called without a referenceLibravatar Dmitry V. Levin1-2/+4
2007-02-22git-diff: fix combined diffLibravatar Johannes Schindelin1-1/+2
2007-02-22Fix 'git commit -a' in a newly initialized repositoryLibravatar Fredrik Kuivinen1-0/+4
2007-02-21Include git-gui credits file in dist.Libravatar Shawn O. Pearce1-1/+2
2007-02-21Document the new core.bare configuration option.Libravatar Shawn O. Pearce1-0/+12
2007-02-21Merge branch 'master' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano6-120/+308
2007-02-21Use gunzip -c over gzcat in import-tars example.Libravatar Michael Loeffler1-3/+6
2007-02-21git-gui: Don't crash in citool mode on initial commit.Libravatar Shawn O. Pearce1-8/+8
2007-02-21git-gui: Remove TODO list.Libravatar Shawn O. Pearce1-44/+0
2007-02-21git-gui: Include browser in our usage message.Libravatar Shawn O. Pearce1-1/+1
2007-02-21git-gui: Change summary of git-gui.Libravatar Shawn O. Pearce1-1/+1
2007-02-21git-gui: Display all authors of git-gui.Libravatar Shawn O. Pearce4-10/+136
2007-02-21git-gui: Use mixed path for docs on Cygwin.Libravatar Shawn O. Pearce1-1/+1
2007-02-20Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.Libravatar Jason Riedy1-21/+16