summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-06Merge branch 'master' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano2-37/+69
2007-03-06git-gui: Make 'make' quieter by defaultLibravatar Shawn O. Pearce1-7/+15
2007-03-05git-commit: cd to top before showing the final statLibravatar Junio C Hamano1-0/+3
2007-03-05Fix diff-options references in git-diff and git-format-patchLibravatar Brian Gernhardt2-3/+5
2007-03-05Add definition of <commit-ish> to the main git man page.Libravatar Theodore Ts'o1-0/+6
2007-03-05Merge branch 'maint-for-junio' of git://repo.or.cz/git/fastimport into maintLibravatar Junio C Hamano1-6/+19
2007-03-05Begin SubmittingPatches with a check listLibravatar Johannes Schindelin1-0/+27
2007-03-05fast-import: Fail if a non-existant commit is used for mergeLibravatar Shawn O. Pearce1-1/+8
2007-03-05fast-import: Avoid infinite loop after resetLibravatar Shawn O. Pearce1-5/+11
2007-03-04GIT 1.5.0.3Libravatar Junio C Hamano2-12/+15
2007-03-04glossary: Add definitions for dangling and unreachable objectsLibravatar Yasushi SHOJI1-0/+9
2007-03-04user-manual: more detailed merge discussionLibravatar J. Bruce Fields1-25/+77
2007-03-04user-manual: how to replace commits older than most recentLibravatar J. Bruce Fields1-0/+46
2007-03-04user-manual: insert earlier of mention content-addressable architectureLibravatar J. Bruce Fields1-9/+15
2007-03-04user-manual: ensure generated manual references stylesheetLibravatar J. Bruce Fields1-1/+4
2007-03-04user-manual: reset to ORIG_HEAD not HEAD to undo mergeLibravatar J. Bruce Fields1-1/+1
2007-03-04Documentation: mention module option to git-cvsimportLibravatar J. Bruce Fields1-1/+1
2007-03-03Unset NO_C99_FORMAT on Cygwin.Libravatar Ramsay Jones1-1/+0
2007-03-03Fix a "pointer type missmatch" warning.Libravatar Ramsay Jones2-2/+15
2007-03-03Fix some "comparison is always true/false" warnings.Libravatar Ramsay Jones1-4/+6
2007-03-03Fix an "implicit function definition" warning.Libravatar Ramsay Jones1-0/+6
2007-03-03Fix a "label defined but unreferenced" warning.Libravatar Ramsay Jones1-0/+2
2007-03-03Document the config variable format.suffixLibravatar Johannes Schindelin1-0/+5
2007-03-03git-merge: fail correctly when we cannot fast forward.Libravatar Junio C Hamano1-1/+1
2007-03-03builtin-archive: use RUN_SETUPLibravatar Johannes Schindelin2-3/+1
2007-03-03Fix git-gc usage noteLibravatar Matthias Kestenholz1-1/+1
2007-03-02Fix quoting in update hook templateLibravatar Gerrit Pape1-1/+1
2007-03-02Another memory overrun in http-push.cLibravatar Eygene Ryabinkin1-3/+7
2007-03-01fetch.o depends on the headers, too.Libravatar Johannes Schindelin1-1/+1
2007-03-01Documentation: Correct minor typo in git-add documentation.Libravatar Christian Schlotter1-1/+1
2007-03-01Documentation/git-send-email.txt: Fix labeled list formattingLibravatar Sergey Vlasov1-6/+6
2007-03-01Documentation/git-quiltimport.txt: Fix labeled list formattingLibravatar Sergey Vlasov1-4/+4
2007-03-01Documentation/build-docdep.perl: Fix dependencies for included asciidoc filesLibravatar Sergey Vlasov1-5/+1
2007-03-01git-gui: Remove unnecessary /dev/null redirection.Libravatar Shawn O. Pearce1-8/+2
2007-02-28Start preparing Release Notes for 1.5.0.3Libravatar Junio C Hamano2-1/+56
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