summaryrefslogtreecommitdiffstats
path: root/userdiff.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-22Git 2.7.2v2.7.2Junio C Hamano3-2/+17
2016-02-22completion: fix mis-indentation in _git_stash()SZEDER Gábor1-2/+2
2016-02-17Start preparing for 2.7.2Junio C Hamano2-1/+28
2016-02-17git-cvsserver.perl: fix typoGyuYong Jung1-1/+1
2016-02-12mergetool: reorder vim/gvim buffers in three-way diffsDickson Wong1-2/+2
2016-02-09Documentation/git-clean.txt: don't mention deletion of .git/modules/*Matt McCutchen1-3/+1
2016-02-05Git 2.7.1v2.7.1Junio C Hamano4-3/+91
2016-02-02test-lib: limit the output of the yes utilityJohannes Schindelin1-2/+4
2016-02-02push: fix ref status reporting for --force-with-leaseAndrew Wheeler2-12/+18
2016-01-30stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie1-1/+1
2016-01-27merge-file: ensure that conflict sections match eol styleJohannes Schindelin2-15/+25
2016-01-27merge-file: let conflict markers match end-of-line style of the contextJohannes Schindelin2-4/+69
2016-01-27git-svn: fix auth parameter handling on SVN 1.9.0+Eric Wong1-2/+6
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King7-4/+62
2016-01-26completion: update completion arguments for stashPaul Wagland1-3/+14
2016-01-26completion: complete show-branch "--date-order"Paul Wagland1-1/+1
2016-01-26completion: add missing git-rebase optionsJohn Keeping1-2/+6
2016-01-25mingw: avoid linking to the C library's isalpha()Johannes Sixt2-6/+8
2016-01-25t6300: use test_atom for some un-modern testsJeff King1-52/+10
2016-01-25resolve_gitlink_ref: ignore non-repository pathsJeff King3-14/+43
2016-01-25clean: make is_git_repository a public functionJeff King3-26/+37
2016-01-22worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy2-17/+10
2016-01-21diff: make -O and --output work in subdirectoryDuy Nguyen6-8/+21
2016-01-21diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy3-4/+4
2016-01-21git-add doc: do not say working directory when you mean working treeLars Vogel1-1/+1
2016-01-21completion: complete "diff --word-diff-regex="Thomas Braun1-1/+1
2016-01-20contrib/subtree: fix "subtree split" skipped-merge bugDave Ware2-2/+70
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseJeff King2-1/+9
2016-01-19test-lib: clarify and tighten SANITYJunio C Hamano1-5/+13
2016-01-19worktree.c: fix indentationNguyễn Thái Ngọc Duy1-4/+4
2016-01-15t0060: loosen overly strict expectationsJohannes Schindelin1-57/+21
2016-01-13rebase: ignore failures from "gc --auto"Jeff King1-1/+1
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13merge: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13am: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin2-0/+15
2016-01-12gitweb: squelch "uninitialized value" warningØyvind A. Holm1-1/+1
2016-01-12t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2-0/+169
2016-01-12compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2-0/+46
2016-01-12compat/basename: make basename() conform to POSIXJohannes Schindelin1-3/+17
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin5-22/+28
2016-01-11Handle more file writes correctly in shared reposJohannes Schindelin2-2/+2
2016-01-08docs: clarify that --depth for git-fetch works with newly initialized reposSebastian Schuberth1-4/+5
2016-01-08docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth1-1/+1
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy3-117/+5
2016-01-07commit: allow editing the commit message even in shared reposJohannes Schindelin3-1/+15
2016-01-07docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth1-5/+4
2016-01-05Expand documentation describing --signoffDavid A. Wheeler5-1/+9
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker2-5/+24
2016-01-05t6050-replace: make failing editor test more robustSZEDER Gábor1-3/+7