summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-08Merge branch 'ew/maint-svn-cert-fileprovider' into maintJunio C Hamano
2008-03-07unquote_c_style: fix off-by-one.Pierre Habouzit
2008-03-07test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano
2008-03-07config.txt: refer to --upload-pack and --receive-pack instead of --execUwe Kleine-König
2008-03-06Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2008-03-05git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl failsShawn O. Pearce
2008-03-04Fix 'git remote show' regression on empty repository in 1.5.4Shawn O. Pearce
2008-03-03Fix incorrect wording in git-merge.txt.Matthieu Moy
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape
2008-03-03Fix random crashes in http_cleanup()Mike Hommey
2008-03-03Update draft release notes for 1.5.4.4Junio C Hamano
2008-03-03revert: actually check for a dirty indexJeff King
2008-03-03tests: introduce test_must_failJunio C Hamano
2008-03-03git-submodule: Fix typo 'url' which should be '$url'Ping Yin
2008-03-03receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink
2008-03-01Documentation cherry-pick: Fix cut-and-paste errorMike Ralphson
2008-03-01git.el: find the git-status buffer whatever its name isRémi Vanicat
2008-03-01Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2008-02-28templates/Makefile: don't depend on local umask settingGerrit Pape
2008-02-28Correct name of diff_flush() in API documentationDaniel Barkalow
2008-02-28Start preparing for 1.5.4.4Junio C Hamano
2008-02-28git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureCarl Worth
2008-02-27builtin-reflog.c: don't install new reflog on write failureBrandon Casey
2008-02-27send-email: fix In-Reply-To regressionJay Soffian
2008-02-27git-svn: Don't prompt for client cert password everytime.Sebastian Noack
2008-02-27Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland
2008-02-27Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland
2008-02-27Prompt to continue when editing during rebase --interactiveJonathan del Strother
2008-02-27Documentation/git svn log: add a note about timezones.Miklos Vajna
2008-02-27Merge branch 'js/maint-http-push' into maintJunio C Hamano
2008-02-27Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow
2008-02-26Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotestBryan Donlan
2008-02-26timezone_names[]: fixed the tz offset for New Zealand.Steven Drake
2008-02-26filter-branch documentation: non-zero exit status in command abort the filterCaio Marcelo de Oliveira Filho
2008-02-26rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow
2008-02-25Documentation/git-filter-branch: add a new msg-filter exampleMiklos Vajna
2008-02-25Correct fast-export file mode strings to match fast-import standardShawn O. Pearce
2008-02-24Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce
2008-02-24Ensure 'make dist' compiles git-archive.exe on CygwinShawn O. Pearce
2008-02-23GIT 1.5.4.3v1.5.4.3Junio C Hamano
2008-02-23Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2008-02-22hash: fix lookup_hash semanticsJeff King
2008-02-22git-gui: Focus insertion point at end of strings in repository chooserShawn O. Pearce
2008-02-22git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce
2008-02-22git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce
2008-02-22git-gui: Paper bag fix error dialogs opening over the main windowShawn O. Pearce
2008-02-21git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce
2008-02-21Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi