summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rebase--interactive: fix parent rewriting for dropped commitsStephen Haberman2008-10-162-2/+174
* remote.c: correct the check for a leading '/' in a remote nameBrandon Casey2008-10-141-4/+5
* Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna2008-10-141-0/+26
* Update draft release notes to 1.6.0.3Junio C Hamano2008-10-131-2/+19
* test-lib: fix broken printfShawn O. Pearce2008-10-121-1/+1
* git apply --directory broken for new filesJeff King2008-10-122-0/+59
* rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin2008-10-102-1/+13
* test-lib: fix color reset in say_color()Miklos Vajna2008-10-101-1/+2
* fix pread()'s short read in index-packNicolas Pitre2008-10-103-6/+14
* Merge branch 'sg/maint-intrebase-msghook' into maintShawn O. Pearce2008-10-091-6/+11
|\
| * rebase -i: remove leftover debuggingSZEDER Gábor2008-10-031-1/+1
| * rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor2008-10-021-6/+11
* | builtin-apply: fix typo leading to stack corruptionImre Deak2008-10-091-1/+1
* | git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey2008-10-091-18/+4
* | Merge branch 'jk/maint-soliconv' into maintShawn O. Pearce2008-10-091-1/+0
|\ \
| * | Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King2008-10-031-1/+0
| |/
* | builtin-merge.c: allocate correct amount of memoryBrandon Casey2008-10-091-2/+2
* | Do not use errno when pread() returns 0Samuel Tardieu2008-10-081-1/+4
* | git init: --bare/--shared overrides system/global configDeskin Miller2008-10-082-2/+42
* | git-push.txt: Describe --repo option in more detailJohannes Sixt2008-10-082-6/+20
* | git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-082-8/+18
* | Fix a few typos in relnotesMikael Magnusson2008-10-071-4/+4
* | Update release notes for 1.6.0.3Shawn O. Pearce2008-10-061-1/+51
* | Teach rebase -i to honor pre-rebase hookNanako Shiraishi2008-10-063-7/+148
* | docs: describe pre-rebase hookNanako Shiraishi2008-10-061-0/+7
* | do not segfault if make_cache_entry failedDmitry Potapov2008-10-062-0/+5
* | make prefix_path() never return NULLDmitry Potapov2008-10-061-7/+2
* | fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2008-10-062-0/+25
* | Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz2008-10-061-2/+2
* | builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-051-0/+2
* | bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor2008-10-051-27/+9
|/
* gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski2008-10-021-0/+49
* gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski2008-10-021-1/+2
* Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra2008-10-021-0/+1
* gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta2008-10-021-0/+7
* Improve git-log documentation wrt file filtersmartin f. krafft2008-10-011-3/+6
* Documentation: remove '\' in front of short optionsSZEDER Gábor2008-10-012-6/+6
* git-svn: call 'fatal' correctly in set-treeLuc Heinrich2008-09-301-1/+1
* Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Michael Prokop2008-09-301-4/+4
* t0024: add executable permissionSZEDER Gábor2008-09-301-0/+0
* Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce2008-09-295-49/+72
|\
| * t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey2008-09-221-0/+11
| * diff hunk pattern: fix misconverted "\{" tex macro introducersJunio C Hamano2008-09-201-2/+2
| * diff: use extended regexp to find hunk headersJunio C Hamano2008-09-191-14/+17
| * diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey2008-09-183-3/+8
| * diff.c: associate a flag with each pattern and use it for compiling regexBrandon Casey2008-09-183-12/+15
| * diff.c: return pattern entry pointer rather than just the hunk header patternBrandon Casey2008-09-181-27/+28
* | Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce2008-09-291-8/+15
|\ \
| * | make "git remote" report multiple URLsMichael J Gruber2008-09-221-8/+15
| |/
* | Clarify commit error message for unmerged filesRafael Garcia-Suarez2008-09-291-1/+1