summaryrefslogtreecommitdiffstats
path: root/unpack-file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-03Update draft release notes for 1.5.4.4Junio C Hamano1-1/+21
2008-03-03revert: actually check for a dirty indexJeff King2-4/+25
2008-03-03tests: introduce test_must_failJunio C Hamano2-8/+25
2008-03-03git-submodule: Fix typo 'url' which should be '$url'Ping Yin1-1/+1
2008-03-03receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink1-0/+2
2008-03-01Documentation cherry-pick: Fix cut-and-paste errorMike Ralphson1-1/+1
2008-03-01git.el: find the git-status buffer whatever its name isRémi Vanicat1-1/+1
2008-02-28templates/Makefile: don't depend on local umask settingGerrit Pape1-3/+3
2008-02-28Correct name of diff_flush() in API documentationDaniel Barkalow1-1/+1
2008-02-28Start preparing for 1.5.4.4Junio C Hamano2-1/+27
2008-02-28git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce1-1/+1
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2-6/+10
2008-02-27builtin-reflog.c: don't install new reflog on write failureBrandon Casey1-2/+3
2008-02-27send-email: fix In-Reply-To regressionJay Soffian2-3/+27
2008-02-27Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2-7/+6
2008-02-27Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland1-1/+17
2008-02-27Prompt to continue when editing during rebase --interactiveJonathan del Strother1-0/+4
2008-02-27Documentation/git svn log: add a note about timezones.Miklos Vajna1-0/+4
2008-02-27Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow1-3/+0
2008-02-26Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotestBryan Donlan1-1/+1
2008-02-26timezone_names[]: fixed the tz offset for New Zealand.Steven Drake1-3/+3
2008-02-26filter-branch documentation: non-zero exit status in command abort the filterCaio Marcelo de Oliveira Filho1-2/+4
2008-02-26rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian2-1/+44
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow5-43/+27
2008-02-25Documentation/git-filter-branch: add a new msg-filter exampleMiklos Vajna1-0/+9
2008-02-25Correct fast-export file mode strings to match fast-import standardShawn O. Pearce1-1/+1
2008-02-24Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce1-1/+1
2008-02-24Ensure 'make dist' compiles git-archive.exe on CygwinShawn O. Pearce1-1/+1
2008-02-23GIT 1.5.4.3v1.5.4.3Junio C Hamano3-3/+31
2008-02-22hash: fix lookup_hash semanticsJeff King1-1/+1
2008-02-22git-gui: Focus insertion point at end of strings in repository chooserShawn O. Pearce1-0/+4
2008-02-22git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce1-1/+11
2008-02-22git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce1-1/+5
2008-02-22git-gui: Paper bag fix error dialogs opening over the main windowShawn O. Pearce1-1/+5
2008-02-21git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce1-7/+11
2008-02-21Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi1-2/+2
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape2-5/+21
2008-02-20Documentation/git-stash: document options for git stash listMiklos Vajna1-1/+4
2008-02-20send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian1-1/+1
2008-02-20Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg1-30/+39
2008-02-20push: document the status outputJeff King1-0/+49
2008-02-20Documentation/push: clarify matching refspec behaviorJeff King1-3/+3
2008-02-20push: indicate partialness of error messageJeff King1-1/+1
2008-02-20git-gui: relax "dirty" version detectionWincent Colaiuta1-1/+1
2008-02-17GIT 1.5.4.2v1.5.4.2Junio C Hamano5-11/+65
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie1-0/+17
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie1-2/+2
2008-02-16Documentation/git-reset:Junio C Hamano1-1/+1
2008-02-16commit: discard index after setting up partial commitJeff King2-0/+25
2008-02-16filter-branch: handle filenames that need quotingJunio C Hamano2-4/+19