summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-19cvsexportcommit: be graceful when "cvs status" reorders the argumentsLibravatar Johannes Schindelin2-8/+67
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
2008-02-15diff.c: remove useless check for value != NULLLibravatar Christian Couder1-7/+2
2008-02-15fast-import: check return value from unpack_entry()Libravatar Shawn O. Pearce1-0/+2
2008-02-15Validate nicknames of remote branches to prohibit confusing onesLibravatar Daniel Barkalow1-1/+11
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Libravatar Christian Couder1-1/+1
2008-02-15diff.c: fixup garding of config parser from value=NULLLibravatar Junio C Hamano1-1/+1
2008-02-13config: add test cases for empty value and no value config variables.Libravatar Christian Couder1-0/+23
2008-02-13cvsimport: have default merge regex also match beginning of commit messageLibravatar Gerrit Pape1-1/+1
2008-02-13git clone -s documentation: force a new paragraph for the NOTELibravatar Miklos Vajna1-6/+7
2008-02-13status: suggest "git rm --cached" to unstage for initial commitLibravatar Jeff King2-2/+11
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeLibravatar Junio C Hamano2-1/+23