summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-20GIT 1.5.4-rc4v1.5.4-rc4Junio C Hamano1-1/+6
2008-01-20Merge git://repo.or.cz/git-guiJunio C Hamano11-71/+2119
2008-01-20Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-0/+1
2008-01-20http-push and http-fetch: handle URLs without trailing /Grégoire Barbier2-0/+21
2008-01-20http-push: clarify the reason of error from the initial PROPFIND requestJunio C Hamano1-2/+9
2008-01-20http-push: fail when info/refs exists and is already lockedGrégoire Barbier1-0/+5
2008-01-20http-push: fix webdav lock leak.Grégoire Barbier1-5/+8
2008-01-20parse_commit_buffer: tighten checks while parsingMartin Koegler1-7/+20
2008-01-19Update git-completion for new 'remote rm' optionDan McGee1-3/+3
2008-01-19doc typo: s/prior committing/prior to committing/Jim Meyering2-2/+2
2008-01-18Include rev-list options in git-log manpage.Miklos Vajna3-376/+365
2008-01-18http-push: disable http-push without USE_CURL_MULTIGrégoire Barbier1-0/+4
2008-01-18send-email: add no-validate optionJeff King2-3/+19
2008-01-18send-email: validate patches before sending anythingJeff King2-0/+37
2008-01-18send-email: detect invocation errors earlierJeff King1-28/+27
2008-01-18fast-import: Don't use a maybe-clobbered errno valueJim Meyering1-3/+6
2008-01-18Move sha1_file_to_archive into libgitLars Hjemli3-81/+85
2008-01-18color unchanged lines as "plain" in "diff --color-words"Jeff King1-5/+5
2008-01-17autoconf: Add checking for unsetenv functionJakub Narebski3-0/+9
2008-01-17core-tutorial typofixThomas Zander1-1/+1
2008-01-17Officially deprecate repo-config.Junio C Hamano9-20/+25
2008-01-17Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce3-2/+21
2008-01-17fast-import.c: don't try to commit marks file if write failedBrandon Casey1-8/+16
2008-01-17git-gui: Makefile - Handle $DESTDIR on CygwinMark Levedahl1-2/+3
2008-01-17git-gui: add french glossary: glossary/fr.poChristian Couder1-0/+166
2008-01-16refs.c: rework ref_locks by abstracting from underlying struct lock_fileBrandon Casey1-3/+18
2008-01-16Improve use of lockfile APIBrandon Casey20-45/+54
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey3-12/+35
2008-01-16Document lockfile APIJunio C Hamano1-7/+60
2008-01-16Be more careful about updating refsLinus Torvalds2-6/+32
2008-01-16Correct spelling in diff.c commentBill Lear1-1/+1
2008-01-16Documentation: fix and clarify grammar in git-merge docs.Dave Peticolas1-6/+6
2008-01-16Make 'git fsck' complain about non-commit branchesLinus Torvalds1-5/+8
2008-01-16Make builtin-commit.c more careful about parenthoodLinus Torvalds1-5/+19
2008-01-16treat any file with NUL as binaryDmitry Potapov1-2/+7
2008-01-16git-gui: Refresh file status description after hunk applicationShawn O. Pearce1-0/+2
2008-01-16git-gui: Allow 'Create New Repository' on existing directoriesShawn O. Pearce1-28/+22
2008-01-16git-gui: Initial french translationChristian Couder1-0/+1875
2008-01-16git-gui: Improve German translation.Christian Stimming2-9/+9
2008-01-16git-gui: Updated Swedish translation after mailing list review.Peter Karlsson1-11/+11
2008-01-16git-gui: Fix broken revert confirmation.Christian Stimming1-1/+3
2008-01-16git-gui: Update German translationChristian Stimming2-21/+24
2008-01-16git-gui: Update glossary: add term "hunk"Christian Stimming2-1/+6
2008-01-15git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg1-4/+4
2008-01-15hg-to-git: improve popen callsMark Drago1-24/+22
2008-01-15ls-remote: add -t and -h options.Miklos Vajna1-2/+2
2008-01-14Squelch bogus progress output from git-rebase--interactiveJunio C Hamano1-2/+7
2008-01-14Add using merge subtree How-ToMiklos Vajna2-1/+76
2008-01-14Fix git-rerere documentationJunio C Hamano3-2/+7
2008-01-14Revert "builtin-commit.c: remove useless check added by faulty cut and paste"Junio C Hamano1-0/+2
2008-01-14Make default pre-commit hook less noisyJean-Luc Herren1-1/+1
2008-01-13cvsimport: remove last use of repo-config from git standard toolsDan McGee1-3/+3
2008-01-13Remove usage of git- (dash) commands from email hookDan McGee1-17/+17
2008-01-13builtin-commit.c: remove useless check added by faulty cut and pasteJunio C Hamano1-2/+0
2008-01-14[PATCH] gitk: make Ctrl "+" really increase the font sizeJohannes Schindelin1-0/+1
2008-01-13Fix performance regression for partial commitsLinus Torvalds1-9/+28
2008-01-12git-clean: fix off-by-one memory access when given no argumentsJeff King1-2/+2
2008-01-12git-svn: handle leading/trailing whitespace from svnsync revpropsEric Wong1-6/+12
2008-01-11GIT 1.5.4-rc3v1.5.4-rc3Junio C Hamano2-3/+3
2008-01-11RPM spec: include gitk message files.Junio C Hamano1-0/+4
2008-01-11git-relink.txt: describe more clearly how hard linking occursBrandon Casey1-3/+4
2008-01-11Document some default values in config.txtMichele Ballabio1-6/+9
2008-01-11Merge ../gitkJunio C Hamano5-202/+363
2008-01-11gitk: Update German translation.Christian Stimming1-198/+220
2008-01-11gitk: Fix typo in user message.Christian Stimming1-3/+3
2008-01-11gitk: Fix the Makefile to cope with systems lacking msgfmtCharles Bailey3-1/+140
2008-01-10pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano1-1/+1
2008-01-10bundle, fast-import: detect write failureJim Meyering2-5/+6
2008-01-09Trim leading / off of paths in git-svn prop_walkKevin Ballard1-0/+1
2008-01-09shortlog: mention the "-e" option in the usageJohannes Schindelin1-1/+1
2008-01-09Change git-gc documentation to reflect gc.packrefs implementation.Florian La Roche1-3/+3
2008-01-09recv_sideband: Do not use ANSI escape sequence on dumb terminals.Johannes Sixt1-5/+18
2008-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano3-295/+1032
2008-01-09[PATCH] gitk: use user-configured background in view definition dialogGerrit Pape1-3/+3
2008-01-09[PATCH] gitk: Update German translationChristian Stimming1-27/+27
2008-01-09[PATCH] gitk: Update and fix MakefileChristian Stimming1-25/+38
2008-01-08git.el: Make status refresh faster.Alexandre Julliard1-11/+13
2008-01-08git.el: Refresh files from their real state upon commit.Alexandre Julliard1-10/+12
2008-01-08git.el: Make sure we never insert the same file twice.Alexandre Julliard1-3/+3
2008-01-08"git-apply --check" should not report "fixed"Junio C Hamano1-1/+1
2008-01-08Merge in GIT 1.5.3.8Junio C Hamano3-1/+31
2008-01-07GIT 1.5.3.8v1.5.3.8Junio C Hamano3-2/+27
2008-01-07Documentation: config: add 'help.*' and 'instaweb.*' variables.Christian Couder1-0/+33
2008-01-07Allow git-mergetool to handle paths with a leading spaceRogan Dawes1-2/+5
2008-01-07git-svn: clarify the "Ignoring error from SVN" pieceEric Wong1-0/+4
2008-01-07git-svn: support for funky branch and project names over HTTP(S)Eric Wong2-2/+62
2008-01-07slightly better auto gc messageNicolas Pitre1-1/+1
2008-01-07Documentation: typofixRalf Wildenhues3-5/+5
2008-01-06Update draft release notes for 1.5.4Junio C Hamano1-2/+13
2008-01-06diff: do not chomp hunk-header in the middle of a characterJunio C Hamano2-0/+69
2008-01-06utf8_width(): allow non NUL-terminated inputJunio C Hamano2-34/+54
2008-01-06utf8: pick_one_utf8_char()Junio C Hamano2-6/+24
2008-01-06git.el: Display file types and type changes.Alexandre Julliard1-3/+31
2008-01-06git.el: Retrieve the permissions for up-to-date files.Alexandre Julliard1-2/+18
2008-01-06git.el: Support for getting diffs from inside the log-edit buffer.Alexandre Julliard1-2/+12
2008-01-06Make the git metapackage require the same version of the subpackages.James Bowes1-1/+12
2008-01-06tree-walk: don't parse incorrect entriesMartin Koegler1-2/+8
2008-01-06Document the color.interactive semanticsJeff King1-1/+2
2008-01-06add--interactive: allow diff colors without interactive colorsJeff King1-24/+15
2008-01-06add--interactive: remove unused diff colorsJeff King1-5/+1
2008-01-06parse_tag_buffer: don't parse invalid tagsMartin Koegler1-2/+3
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee149-603/+603
2008-01-06Documentation: fix "gitlink::foobar[s]"Junio C Hamano2-2/+2
2008-01-06Documentation: remove gitman.info with "make clean"Junio C Hamano1-1/+2
2008-01-06custom pretty format: tolerate empty e-mail addressJunio C Hamano2-4/+22
2008-01-06Documentation/Makefile - honor $DESTDIR for quick-install targetMark Levedahl1-1/+1
2008-01-06filter-branch: work correctly with ambiguous refnamesJunio C Hamano1-19/+3
2008-01-06git-rev-parse --symbolic-full-nameJunio C Hamano2-3/+41
2008-01-06git-stash clear: refuse to work with extra parameter for nowJunio C Hamano1-1/+6
2008-01-06gitk: Restore some widget options whose defaults changed in Tk 8.5Paul Mackerras1-60/+45
2008-01-05git-stash: use stdout instead of stderr for non error messagesMarco Costalba1-3/+3
2008-01-05Update draft release notes for 1.5.4Junio C Hamano1-1/+4
2008-01-05git-am: Run git gc only once and not for every patch.Michael Stefaniuc1-2/+2
2008-01-05t/t3800: do not use a temporary file to hold expected result.Junio C Hamano1-64/+25
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano3-3/+3
2008-01-05t/t7001: avoid unnecessary ERE when using grepMiklos Vajna1-6/+6
2008-01-05t/t7600: avoid GNUism in grepJunio C Hamano1-2/+2
2008-01-04Merge git://repo.or.cz/git-guiJunio C Hamano5-28/+1922
2008-01-04Document git-reset defaults to HEAD if no commit is givenMarco Costalba1-2/+2
2008-01-04diff: remove lazy config loadingJeff King1-9/+0
2008-01-04diff: load funcname patterns in "basic" configJeff King1-3/+8
2008-01-04add a "basic" diff config callbackJeff King5-3/+10
2008-01-04receive-pack: reject invalid refnamesMartin Koegler1-1/+2
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering6-6/+6
2008-01-03git-clean: make "Would remove ..." path relative to cwd againJunio C Hamano1-6/+15
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering6-6/+6
2008-01-03Uninline prefixcmp()Junio C Hamano2-9/+11
2008-01-02Update callers of check_ref_format()Junio C Hamano3-9/+12
2008-01-02git-svn: unlink index files that were globbed, tooEric Wong1-3/+6
2008-01-02git-svn: allow dcommit --no-rebase to commit multiple, dependent changesEric Wong1-2/+2
2008-01-02receive-pack: check object type of sha1 before using them as commitsMartin Koegler1-2/+12
2008-01-02Optimize prefixcmp()Johannes Schindelin1-1/+5
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano2-10/+22
2008-01-02git-reset: refuse to do hard reset in a bare repositoryJeff King2-0/+31
2008-01-02config: handle lack of newline at end of file betterJeff King2-5/+46
2007-12-31Merge branch 'maint' of git://linux-nfs.org/~bfields/gitJunio C Hamano2-2/+2
2007-12-31Documentation/user-manual.txt: fix typoGustaf Hendeby1-1/+1
2007-12-31Documentation: fix remote.<name>.skipDefaultUpdate descriptionJ. Bruce Fields1-1/+1
2007-12-31gitk: Recode de.po to UTF-8Paul Mackerras1-27/+27
2007-12-30git-rebase -i: clean-up error check codepath.Junio C Hamano1-10/+19
2007-12-30git-rebase -i behaves better on commits with incomplete messagesJunio C Hamano1-2/+4
2007-12-30Fix double-free() in http-push.c:remote_exists()Grégoire Barbier1-2/+0
2007-12-29git-gui: Make commit log messages end with a newlinegitgui-0.9.1Bernt Hansen1-1/+1
2007-12-29Added Swedish translation.Peter Karlsson1-0/+1895
2007-12-28"git pull --tags": error out with a better message.Junio C Hamano1-26/+40
2007-12-28git-sh-setup: document git_editor() and get_author_ident_from_commit()Miklos Vajna1-0/+9
2007-12-27Documentation/git-submodule.txt: typofixJunio C Hamano1-1/+1
2007-12-26GIT 1.5.4-rc2v1.5.4-rc2Junio C Hamano2-2/+19
2007-12-26Merge branch 'rs/pretty-safety'Junio C Hamano1-1/+3
2007-12-26Make "--pretty=format" parser a bit more careful.René Scharfe1-1/+3
2007-12-26contrib: resurrect scripted git-revert.Junio C Hamano1-0/+197
2007-12-26Merge branch 'ar/commit-cleanup'Junio C Hamano4-16/+125
2007-12-26Fix rewrite_diff() name quoting.Junio C Hamano4-13/+27
2007-12-26combine-diff: Fix path quotingJunio C Hamano1-10/+31
2007-12-26Fix documentation of --first-parent in git-log and copy it to git-rev-listJunio C Hamano2-2/+16
2007-12-26Fix "git log --diff-filter" bugArjen Laarhoven2-2/+78
2007-12-26Improve error messages when int/long cannot be parsed from configShawn O. Pearce2-10/+38
2007-12-23cvsimport: die on cvsps errorsJeff King1-0/+1
2007-12-23shortlog manpage documentation: work around asciidoc markup issuesGustaf Hendeby1-9/+10
2007-12-22Documentation: describe 'union' low-level merge driverJunio C Hamano3-4/+41
2007-12-22Allow selection of different cleanup modes for commit messagesAlex Riesen3-5/+114
2007-12-22builtin-commit: avoid double-negation in the code.Junio C Hamano1-6/+6
2007-12-22builtin-commit: fix amending of the initial commitJunio C Hamano1-4/+4
2007-12-22t7005: do not exit inside test.Junio C Hamano1-1/+1
2007-12-22Don't dereference NULL upon lookup failure.Jim Meyering1-13/+22
2007-12-22Emit helpful status for accidental "git stash" saveWincent Colaiuta1-2/+4
2007-12-22parse-options: Add a gitcli(5) man page.Pierre Habouzit3-1/+115
2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit2-51/+51
2007-12-22Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano1-1/+13
2007-12-22Small comment fix for git-cvsimport.Stefan Sperling1-1/+1
2007-12-22Make git send-email accept $EDITOR with argumentsGustaf Hendeby1-1/+1
2007-12-22git-tag: fix -l switch handling regression.Pierre Habouzit2-15/+5
2007-12-21Documentation: ls-files -v is about "assume unchanged".Junio C Hamano1-1/+2
2007-12-20Re(-re)*fix trim_common_tail()Linus Torvalds1-4/+7
2007-12-20gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski1-1/+1
2007-12-20everyday: replace 'prune' and 'repack' with 'gc'Miklos Vajna1-13/+6
2007-12-20Remove old generated files from .gitignore.Charles Bailey1-6/+0
2007-12-20clean up 1.5.4 release notesJeff King1-16/+17
2007-12-20Mention git-shell's "cvs" substitution in the RelNotesJohannes Schindelin1-1/+3
2007-12-20shell-scripts usage(): consistently exit with non-zeroJunio C Hamano1-1/+2
2007-12-20Reallow git-rebase --interactive --continue if commit is unnecessaryShawn O. Pearce1-1/+3
2007-12-20fix git commit --amend -m "new message"Junio C Hamano1-1/+5
2007-12-20t4024: fix test script to use simpler sed patternJunio C Hamano1-35/+123
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin3-8/+27
2007-12-19GIT 1.5.4-rc1v1.5.4-rc1Junio C Hamano3-10/+21
2007-12-19Catch and handle git-commit failures in git-rebase --interactiveShawn O. Pearce1-8/+9
2007-12-19Avoid update hook during git-rebase --interactiveShawn O. Pearce1-2/+2
2007-12-19Improved submodule merge supportFinn Arne Gangstad1-1/+8
2007-12-20[PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright ...Christian Stimming1-1/+1
2007-12-20[PATCH] gitk i18n: More markup -- various options menusChristian Stimming1-46/+46
2007-12-20[PATCH] gitk i18n: Initial German translationChristian Stimming1-0/+703
2007-12-20[PATCH] gitk i18n: Markup several strings for translationChristian Stimming1-200/+201
2007-12-20[PATCH] gitk i18n: Import msgcat for message string translation; load transla...Christian Stimming1-0/+19
2007-12-20[PATCH] gitk i18n: Add Makefile with rules for po file creation and installationChristian Stimming1-0/+45
2007-12-19Fix interactive rebase to preserve author email addressSean1-1/+1
2007-12-19make 'git describe --all --contains' workNicolas Pitre1-6/+8
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey2-6/+10
2007-12-19test "git clone -o"Jeff King1-0/+22
2007-12-19clone: fix options '-o' and '--origin' to be recognised againMarco Roeland1-1/+1
2007-12-19git show <tag>: show the taggerJohannes Schindelin1-7/+31