summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shortlog: take the first populated line of the descriptionAndy Whitcroft2008-03-051-2/+3
* Fix 'git remote show' regression on empty repository in 1.5.4Shawn O. Pearce2008-03-031-4/+0
* Fix incorrect wording in git-merge.txt.Matthieu Moy2008-03-031-1/+2
* git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape2008-03-032-6/+17
* Fix random crashes in http_cleanup()Mike Hommey2008-03-031-11/+3
* Update draft release notes for 1.5.4.4Junio C Hamano2008-03-021-1/+21
* revert: actually check for a dirty indexJeff King2008-03-022-4/+25
* tests: introduce test_must_failJunio C Hamano2008-03-022-8/+25
* git-submodule: Fix typo 'url' which should be '$url'Ping Yin2008-03-021-1/+1
* receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink2008-03-021-0/+2
* Documentation cherry-pick: Fix cut-and-paste errorMike Ralphson2008-02-291-1/+1
* git.el: find the git-status buffer whatever its name isRémi Vanicat2008-02-291-1/+1
* Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2008-02-291-1/+1
|\
| * git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce2008-02-281-1/+1
* | templates/Makefile: don't depend on local umask settingGerrit Pape2008-02-281-3/+3
* | Correct name of diff_flush() in API documentationDaniel Barkalow2008-02-281-1/+1
* | Start preparing for 1.5.4.4Junio C Hamano2008-02-272-1/+27
* | Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-272-6/+10
* | builtin-reflog.c: don't install new reflog on write failureBrandon Casey2008-02-271-2/+3
* | send-email: fix In-Reply-To regressionJay Soffian2008-02-272-3/+27
* | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-272-7/+6
* | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland2008-02-271-1/+17
* | Prompt to continue when editing during rebase --interactiveJonathan del Strother2008-02-271-0/+4
* | Documentation/git svn log: add a note about timezones.Miklos Vajna2008-02-271-0/+4
* | Merge branch 'js/maint-http-push' into maintJunio C Hamano2008-02-271-9/+18
|\ \
| * | http-push: avoid a needless gotoJohannes Schindelin2008-02-151-4/+1
| * | http-push: do not get confused by submodulesJohannes Schindelin2008-02-151-4/+11
| * | http-push: avoid invalid memory accessesJohannes Schindelin2008-02-151-1/+6
* | | Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow2008-02-271-3/+0
* | | Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotestBryan Donlan2008-02-251-1/+1
* | | timezone_names[]: fixed the tz offset for New Zealand.Steven Drake2008-02-251-3/+3
* | | filter-branch documentation: non-zero exit status in command abort the filterCaio Marcelo de Oliveira Filho2008-02-251-2/+4
* | | rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian2008-02-252-1/+44
* | | Use a single implementation and API for copy_file()Daniel Barkalow2008-02-255-43/+27
* | | Documentation/git-filter-branch: add a new msg-filter exampleMiklos Vajna2008-02-251-0/+9
* | | Correct fast-export file mode strings to match fast-import standardShawn O. Pearce2008-02-241-1/+1
* | | Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce2008-02-241-1/+1
* | | Ensure 'make dist' compiles git-archive.exe on CygwinShawn O. Pearce2008-02-241-1/+1
* | | GIT 1.5.4.3v1.5.4.3Junio C Hamano2008-02-233-3/+31
* | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2008-02-235-15/+50
|\ \ \ | | |/ | |/|
| * | git-gui: Focus insertion point at end of strings in repository chooserShawn O. Pearce2008-02-221-0/+4
| * | git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce2008-02-221-1/+11
| * | git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce2008-02-221-1/+5
| * | git-gui: Paper bag fix error dialogs opening over the main windowShawn O. Pearce2008-02-221-1/+5
| * | git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce2008-02-201-7/+11
| * | git-gui: relax "dirty" version detectionWincent Colaiuta2008-02-191-1/+1
| * | git-gui: support Git Gui.app under OS X 10.5Jay Soffian2008-02-122-5/+14
* | | hash: fix lookup_hash semanticsJeff King2008-02-221-1/+1
* | | Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi2008-02-201-2/+2
* | | git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape2008-02-202-5/+21