summaryrefslogtreecommitdiffstats
path: root/builtin-ls-files.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-07stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano1-0/+3
2008-09-05Mention the fact that 'git annotate' is only for backward compatibility.Junio C Hamano1-0/+5
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano2-4/+18
2008-09-05log --author/--committer: really match only with name partJunio C Hamano4-17/+114
2008-09-05git-gui: Fix diff parsing for lines starting with "--" or "++"Shawn O. Pearce1-7/+11
2008-09-05git-gui: Show special diffs for complex conflict cases.Alexander Gavrilov1-5/+89
2008-09-05git-gui: Make F5 reselect a diff, if an untracked file is selected.Alexander Gavrilov1-9/+35
2008-09-05git-gui: Reimplement and enhance auto-selection of diffs.Alexander Gavrilov3-39/+109
2008-09-05git-gui: Support conflict states _U & UT.Alexander Gavrilov4-3/+7
2008-09-05git-gui: Support more merge tools.Alexander Gavrilov1-0/+27
2008-09-05git-gui: Don't allow staging files with conflicts.Alexander Gavrilov1-0/+8
2008-09-05git-gui: Support calling merge tools.Alexander Gavrilov3-0/+260
2008-09-05git-gui: Support resolving conflicts via the diff context menu.Alexander Gavrilov2-60/+190
2008-09-05git-gui: Mark forgotten strings for translation.Christian Stimming1-2/+2
2008-09-04diff --cumulative is a sub-option of --dirstatJunio C Hamano2-4/+7
2008-09-04bash completion: Hide more plumbing commandsPetr Baudis1-0/+10
2008-09-04Update draft release notes for 1.6.1Junio C Hamano1-1/+58
2008-09-04Start 1.6.0.2 maintenance cycleJunio C Hamano2-1/+51
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi18-99/+99
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi6-183/+183
2008-09-03Fix passwd(5) ref and reflect that commit doens't use commit-treeJonas Fonseca3-6/+6
2008-09-03improve handling of sideband message displayNicolas Pitre1-23/+43
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi26-130/+130
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi26-103/+103
2008-09-03checkout: fix message when leaving detached HEADJeff King1-6/+4
2008-09-03clone: fix creation of explicitly named target directoryClemens Buchacher2-3/+32
2008-09-03gitweb: ref markers link to named shortlogsGiuseppe Bilotta2-3/+47
2008-09-03Makefile: add merge_recursive.h to LIB_HMiklos Vajna1-0/+1
2008-09-02Improve documentation for --dirstat diff optionHeikki Orsila1-6/+5
2008-09-02Bring local clone's origin URL in line with that of a remote cloneJohan Herland2-4/+4
2008-09-02Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor1-1/+1
2008-09-02Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor1-7/+7
2008-09-02Documentation: fix reference to a for-each-ref optionSZEDER Gábor1-1/+1
2008-09-02git-gui: Fix string escaping in po2msg.shAlexander Gavrilov1-2/+2
2008-09-01git gui: show diffs with a minimum of 1 context lineClemens Buchacher3-3/+3
2008-09-01cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra5-9/+9
2008-09-01Document sendemail.envelopesender configurationAsk Bjørn Hansen1-0/+3
2008-09-01Document clarification: gitmodules, gitattributesGustaf Hendeby2-2/+2
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano15-52/+52
2008-08-31setup_git_directory(): fix move to worktree toplevel directoryNguyễn Thái Ngọc Duy1-0/+2
2008-08-31update-index: fix worktree setupNguyễn Thái Ngọc Duy1-0/+5
2008-08-31config.txt: Add missing colons after option nameTeemu Likonen1-1/+1
2008-08-31git commit --author=$name: look $name up in existing commitsJunio C Hamano2-2/+32
2008-08-31gitattributes: -crlf is not binaryJunio C Hamano1-3/+37
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila6-11/+11
2008-08-30git-apply: Loosen "match_beginning" logicJunio C Hamano2-4/+16
2008-08-30Fix example in git-name-rev documentationJunio C Hamano1-1/+1
2008-08-30shell: do not play duplicated definition games to shrink the executableJunio C Hamano2-16/+1
2008-08-30Fix use of hardlinks in "make install"Alex Riesen1-1/+1
2008-08-30fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre1-3/+8