summaryrefslogtreecommitdiffstats
path: root/builtin-fetch-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-30Documentation/git-rev-parse.txt: update for new git-describe output formatCesar Eduardo Barros1-2/+3
2008-07-30Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano1-5/+22
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen2-3/+5
2008-07-30Support copy and rename detection in fast-export.Alexander Gavrilov3-2/+81
2008-07-30format-patch: Produce better output with --inline or --attachKevin Ballard10-3/+34
2008-07-30Documentation: Remove mentions of git-svnimport.Brian Gernhardt1-14/+12
2008-07-30Make it clear that push can take multiple refspecsAbhijit Menon-Sen1-8/+9
2008-07-30`git submodule add` now requires a <path>Abhijit Menon-Sen1-4/+4
2008-07-30git-gui (Windows): Change wrapper to execdir 'libexec/git-core'Steffen Prohaska1-4/+7
2008-07-30git-gui (Windows): Switch to relative discovery of oguilibSteffen Prohaska1-0/+1
2008-07-30git-gui: Correct installation of library to be $prefix/shareSteffen Prohaska1-0/+4
2008-07-30git-gui: Fix gitk search in $PATH to work on WindowsShawn O. Pearce1-3/+9
2008-07-29Make use of stat.ctime configurableAlex Riesen6-1/+19
2008-07-29merge-base: die with an error message if not passed a commit refChristian Couder1-9/+17
2008-07-29t7001: fix "git mv" testJunio C Hamano1-0/+2
2008-07-29Documentation: clarify what is shown in "git-ls-files -s" outputJunio C Hamano1-1/+1
2008-07-29run-command (Windows): Run dashless "git <cmd>"Steffen Prohaska1-7/+4
2008-07-29Refactor, adding prepare_git_cmd(const char **argv)Steffen Prohaska2-1/+7
2008-07-29builtin-verify-tag: fix -v option parsingOlivier Marin1-4/+5
2008-07-29ls-tree documentation: enhance notes on subdirectory and pathspec behaviourJunio C Hamano1-4/+14
2008-07-28Allow installing in the traditional wayJunio C Hamano1-1/+4
2008-07-28Allow building without any git installedJunio C Hamano1-1/+1
2008-07-28init: handle empty "template" parameterJeff King2-0/+28
2008-07-28GIT 1.6.0-rc1v1.6.0-rc1Junio C Hamano1-1/+18
2008-07-28git-mv: Keep moved index entries inactPetr Baudis4-55/+80
2008-07-28git-mv: Remove dead code branchPetr Baudis1-9/+7
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce1-4/+2
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin1-2/+10
2008-07-27builtin-branch: fix -v for --[no-]mergedLars Hjemli1-0/+15
2008-07-27builtin-branch: factor out merge_filter matchingLars Hjemli1-5/+13
2008-07-27builtin-branch: remove duplicated codeLars Hjemli1-7/+2
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2-0/+34
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano2-18/+64
2008-07-27gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski1-1/+2
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder1-1/+1
2008-07-27Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros1-1/+1
2008-07-27bash completion: Add completion for 'git help'Lee Marlow1-7/+39
2008-07-27Documentation: fix diff.external exampleAnders Melchiorsen2-5/+7
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast1-0/+9
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen1-1/+1
2008-07-27git-gui: Preserve scroll position on reshow_diff.Alexander Gavrilov1-4/+14
2008-07-27git-gui: Fix the Remote menu separator.Alexander Gavrilov1-0/+1
2008-07-27git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt1-3/+58
2008-07-27git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt1-0/+3
2008-07-26git-reset: Let -q hush "locally modified" messagesStephan Beyer1-6/+9
2008-07-26git-svn: teach dcommit about svn auto-propsBrad King2-0/+139
2008-07-26Windows: Do not compile git-shellJohannes Sixt1-2/+2
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt1-0/+12
2008-07-26Windows: Make $(gitexecdir) relativeJohannes Sixt1-0/+1
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt3-37/+37