summaryrefslogtreecommitdiffstats
path: root/builtin-grep.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-16xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey2-2/+12
2008-10-16t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey1-0/+6
2008-10-16t4018-diff-funcname: rework negated last expression testBrandon Casey1-1/+2
2008-10-16Typo "does not exists" when git remote update remote.Mikael Magnusson1-1/+1
2008-10-15remote.c: correct the check for a leading '/' in a remote nameBrandon Casey1-4/+5
2008-10-15Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna1-0/+26
2008-10-14Update draft release notes to 1.6.0.3Junio C Hamano1-2/+19
2008-10-12test-lib: fix broken printfShawn O. Pearce1-1/+1
2008-10-12git apply --directory broken for new filesJeff King2-0/+59
2008-10-10rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin2-1/+13
2008-10-10test-lib: fix color reset in say_color()Miklos Vajna1-1/+2
2008-10-10fix pread()'s short read in index-packNicolas Pitre3-6/+14
2008-10-09builtin-apply: fix typo leading to stack corruptionImre Deak1-1/+1
2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey1-18/+4
2008-10-09builtin-merge.c: allocate correct amount of memoryBrandon Casey1-2/+2
2008-10-08Do not use errno when pread() returns 0Samuel Tardieu1-1/+4
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller2-2/+42
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt2-6/+20
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin2-8/+18
2008-10-07Fix a few typos in relnotesMikael Magnusson1-4/+4
2008-10-06Update release notes for 1.6.0.3Shawn O. Pearce1-1/+51
2008-10-06Teach rebase -i to honor pre-rebase hookNanako Shiraishi3-7/+148
2008-10-06docs: describe pre-rebase hookNanako Shiraishi1-0/+7
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov2-0/+5
2008-10-06make prefix_path() never return NULLDmitry Potapov1-7/+2
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2-0/+25
2008-10-06Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz1-2/+2
2008-10-06builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov1-0/+2
2008-10-06bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor1-27/+9
2008-10-03Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King1-1/+0
2008-10-03rebase -i: remove leftover debuggingSZEDER Gábor1-1/+1
2008-10-03rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor1-6/+11
2008-10-03gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski1-0/+49
2008-10-03gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski1-1/+2
2008-10-03Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra1-0/+1
2008-10-03gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta1-0/+7
2008-10-01Improve git-log documentation wrt file filtersmartin f. krafft1-3/+6
2008-10-01Documentation: remove '\' in front of short optionsSZEDER Gábor2-6/+6
2008-09-30git-svn: call 'fatal' correctly in set-treeLuc Heinrich1-1/+1
2008-09-30Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Michael Prokop1-4/+4
2008-09-30t0024: add executable permissionSZEDER Gábor1-0/+0
2008-09-29Clarify commit error message for unmerged filesRafael Garcia-Suarez1-1/+1
2008-09-29Use strchrnul() instead of strchr() plus manual workaroundJohan Herland1-3/+1
2008-09-29Use remove_path from dir.c instead of own implementationAlex Riesen3-49/+5
2008-09-29Add remove_path: a function to remove as much as possible of a pathAlex Riesen2-0/+23
2008-09-29git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin1-2/+7
2008-09-29Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman1-1/+1
2008-09-26Remove empty directories in recursive mergeAlex Riesen2-3/+12
2008-09-26Documentation: clarify the details of overriding LESS via core.pagerChris Frey1-2/+11
2008-09-25Update release notes for 1.6.0.3Shawn O. Pearce1-1/+17