summaryrefslogtreecommitdiffstats
path: root/builtin-ls-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-04fsck --lost-found writes to subdirectories in .git/lost-found/Jonas Fonseca1-2/+2
2007-07-04Add diff-option --ext-diffJohannes Schindelin2-0/+12
2007-07-04Document git-filter-branchJohannes Schindelin3-184/+266
2007-07-04stash: end commit log with a newlineUwe Kleine-König1-1/+1
2007-07-04Update draft Release Notes for 1.5.3Junio C Hamano2-15/+47
2007-07-04Document -<n> for git-format-patchMiklos Vajna1-0/+3
2007-07-03glossary: add 'reflog'Johannes Schindelin1-0/+6
2007-07-03diff --no-index: fix --name-status with added filesJohannes Schindelin3-1/+7
2007-07-03Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering1-3/+13
2007-07-03Mark disused commit walkers officially deprecated.v1.5.3-rc0Junio C Hamano3-0/+6
2007-07-03git-stash: make "save" the default action again.Junio C Hamano2-6/+7
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano142-2094/+2094
2007-07-03Start deprecating "git-command" in favor of "git command"Linus Torvalds3-2/+19
2007-07-03git-fsck: add --lost-found optionJohannes Schindelin3-1/+62
2007-07-03format-patch: Add format.subjectprefix config optionAdam Roben6-3/+76
2007-07-03Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt1-10/+17
2007-07-03"git-push $URL" without refspecs pushes only matching branchesJunio C Hamano1-0/+7
2007-07-03Correctly document the name of the global excludes file configurationMichael Hendricks1-1/+1
2007-07-03Make git-prune submodule aware (and fix a SEGFAULT in the process)Andy Parkins1-0/+20
2007-07-02Documentation: minor cleanups to branch/checkout wordingJeff King2-5/+5
2007-07-02Documentation: quote {non-attributes} for asciidocJeff King4-9/+9
2007-07-02Make '!' aliases more usefulJohannes Schindelin1-0/+15
2007-07-02getenv/setenv: use constants if availableMatthias Lederhofer2-3/+3
2007-07-02git-clone: fetch possibly detached HEAD over dumb httpSven Verdoolaege1-0/+11
2007-07-02git-submodule: Instead of using only annotated tags, use any tags.Emil Medve1-4/+17
2007-07-02git-submodule: provide easy way of adding new submodulesSven Verdoolaege2-6/+107
2007-07-02Update public documentation links for 1.5.2.3Junio C Hamano1-1/+2
2007-07-02GIT 1.5.2.3v1.5.2.3Junio C Hamano3-2/+29
2007-07-02Documentation: quote {non-attributes} for asciidocJeff King1-4/+4
2007-07-02git-stash: don't complain when listing in a repo with no stashJeff King1-0/+5
2007-07-02git-stash: fix "can't shift that many" with no argumentsJeff King1-1/+1
2007-07-02git-stash: fix "no arguments" case in documentationJeff King1-2/+2
2007-07-02git-stash: require "save" to be explicit and update documentationJunio C Hamano2-31/+30
2007-07-01Fix t5516-fetch for systems where `wc -l` outputs whitespace.Brian Gernhardt1-2/+2
2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin2-1/+55