summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-27send-email: fix In-Reply-To regressionLibravatar Jay Soffian2-3/+27
2008-02-27Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRLibravatar Johan Herland2-7/+6
2008-02-27Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRLibravatar Johan Herland1-1/+17
2008-02-27Prompt to continue when editing during rebase --interactiveLibravatar Jonathan del Strother1-0/+4
2008-02-27Documentation/git svn log: add a note about timezones.Libravatar Miklos Vajna1-0/+4
2008-02-27Merge branch 'js/maint-http-push' into maintLibravatar Junio C Hamano1-9/+18
2008-02-27Don't use GIT_CONFIG in t5505-remoteLibravatar Daniel Barkalow1-3/+0
2008-02-25Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotestLibravatar Bryan Donlan1-1/+1
2008-02-25timezone_names[]: fixed the tz offset for New Zealand.Libravatar Steven Drake1-3/+3
2008-02-25filter-branch documentation: non-zero exit status in command abort the filterLibravatar Caio Marcelo de Oliveira Filho1-2/+4
2008-02-25rev-parse: fix potential bus error with --parseopt option spec handlingLibravatar Jay Soffian2-1/+44
2008-02-25Use a single implementation and API for copy_file()Libravatar Daniel Barkalow5-43/+27
2008-02-25Documentation/git-filter-branch: add a new msg-filter exampleLibravatar Miklos Vajna1-0/+9
2008-02-24Correct fast-export file mode strings to match fast-import standardLibravatar Shawn O. Pearce1-1/+1
2008-02-24Protect peel_ref fallback case from NULL parse_object resultLibravatar Shawn O. Pearce1-1/+1
2008-02-24Ensure 'make dist' compiles git-archive.exe on CygwinLibravatar Shawn O. Pearce1-1/+1
2008-02-23GIT 1.5.4.3Libravatar Junio C Hamano3-3/+31
2008-02-23Merge branch 'maint' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano5-15/+50
2008-02-22hash: fix lookup_hash semanticsLibravatar Jeff King1-1/+1
2008-02-22git-gui: Focus insertion point at end of strings in repository chooserLibravatar Shawn O. Pearce1-0/+4
2008-02-22git-gui: Avoid hardcoded Windows paths in Cygwin package filesLibravatar Shawn O. Pearce1-1/+11
2008-02-22git-gui: Default TCL_PATH to same location as TCLTK_PATHLibravatar Shawn O. Pearce1-1/+5
2008-02-22git-gui: Paper bag fix error dialogs opening over the main windowLibravatar Shawn O. Pearce1-1/+5
2008-02-20git-gui: Ensure error dialogs always appear over all other windowsLibravatar Shawn O. Pearce1-7/+11
2008-02-20Clarified the meaning of git-add -u in the documentationLibravatar Pekka Kaitaniemi1-2/+2
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingLibravatar Gerrit Pape2-5/+21
2008-02-20Documentation/git-stash: document options for git stash listLibravatar Miklos Vajna1-1/+4
2008-02-20send-email: squelch warning due to comparing undefined $_ to ""Libravatar Jay Soffian1-1/+1
2008-02-19Rename git-core rpm to just git and rename the meta-pacakge to git-all.Libravatar Kristian Høgsberg1-30/+39
2008-02-19push: document the status outputLibravatar Jeff King1-0/+49
2008-02-19Documentation/push: clarify matching refspec behaviorLibravatar Jeff King1-3/+3
2008-02-19push: indicate partialness of error messageLibravatar Jeff King1-1/+1
2008-02-19git-gui: relax "dirty" version detectionLibravatar Wincent Colaiuta1-1/+1
2008-02-17GIT 1.5.4.2Libravatar Junio C Hamano5-11/+65
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsLibravatar Pieter de Bie1-0/+17
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetLibravatar Pieter de Bie1-2/+2
2008-02-16Documentation/git-reset:Libravatar Junio C Hamano1-1/+1
2008-02-16commit: discard index after setting up partial commitLibravatar Jeff King2-0/+25
2008-02-15filter-branch: handle filenames that need quotingLibravatar Junio C Hamano2-4/+19
2008-02-15http-push: avoid a needless gotoLibravatar Johannes Schindelin1-4/+1
2008-02-15http-push: do not get confused by submodulesLibravatar Johannes Schindelin1-4/+11
2008-02-15http-push: avoid invalid memory accessesLibravatar Johannes Schindelin1-1/+6
2008-02-15diff: Fix miscounting of --check outputLibravatar Junio C Hamano2-2/+11
2008-02-15hg-to-git: fix parent analysisLibravatar Stelian Pop1-1/+1
2008-02-15mailinfo: feed only one line to handle_filter() for QP inputLibravatar Jay Soffian6-1/+45
2008-02-15diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Libravatar Christian Couder1-5/+2
2008-02-15Add "const" qualifier to "char *excludes_file".Libravatar Christian Couder3-8/+4
2008-02-15Add "const" qualifier to "char *editor_program".Libravatar Christian Couder3-8/+4
2008-02-15Add "const" qualifier to "char *pager_program".Libravatar Christian Couder3-8/+4
2008-02-15config: add 'git_config_string' to refactor string config variables.Libravatar Christian Couder2-13/+13