summaryrefslogtreecommitdiffstats
path: root/t/t4053-diff-no-index.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-04Git 2.13-rc2v2.13.0-rc2Junio C Hamano2-1/+4
2017-05-01Merging a handful of topics before -rc2Junio C Hamano1-0/+10
2017-05-01i18n: read-cache: typofixPeter Krefting1-1/+1
2017-05-01i18n: remove i18n from tag reflog messageJean-Noel Avila1-6/+6
2017-05-01doc: git-pull.txt use US spelling, fix minor typoRené Genz1-2/+3
2017-05-01fix minor typosRené Genz4-5/+5
2017-05-01githooks.txt: clarify push hooks are always executed in $GIT_DIRSimon Ruderich1-2/+4
2017-05-01doc: update SubmittingPatchesRené Genz1-6/+6
2017-04-27rebase -i: reread the todo list if `exec` touched itStephen Hicks2-0/+36
2017-04-27travis-ci: set DEVELOPER knob for Linux32 buildLars Schneider1-0/+1
2017-04-27travis-ci: printf $STATUS as stringLars Schneider1-1/+1
2017-04-26Git 2.13-rc1v2.13.0-rc1Junio C Hamano2-1/+40
2017-04-25prio_queue_reverse: don't swap elements with themselvesJeff King1-1/+1
2017-04-25submodule_init: die cleanly on submodules without url definedJeff King2-3/+11
2017-04-24Getting ready for -rc1Junio C Hamano1-3/+51
2017-04-24t/perf: correctly align non-ASCII descriptions in outputÆvar Arnfjörð Bjarmason2-0/+5
2017-04-24completion: optionally disable checkout DWIMJeff King1-1/+10
2017-04-24completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason2-0/+35
2017-04-21docs/bisect-lk2009: update java code conventions linkJeff King1-1/+1
2017-04-21docs/bisect-lk2009: update nist report linkJeff King1-1/+1
2017-04-21docs/archimport: quote sourcecontrol.net referenceJeff King1-1/+1
2017-04-21gitcore-tutorial: update broken linkJeff King1-1/+1
2017-04-21doc: replace or.cz gitwiki link with git.wiki.kernel.orgJeff King1-1/+1
2017-04-21doc: use https links to avoid http redirectJeff King3-9/+9
2017-04-21connect.c: fix leak in handle_ssh_variantJeff King1-1/+3
2017-04-21am: drop "dir" parameter from am_state_initJeff King1-6/+4
2017-04-21replace strbuf_addstr(git_path()) with git_path_buf()Jeff King2-6/+4
2017-04-21replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2-3/+4
2017-04-21use git_path_* helper functionsJeff King3-11/+11
2017-04-21branch: add edit_description() helperJeff King1-3/+3
2017-04-21bisect: add git_path_bisect_terms helperJeff King1-1/+2
2017-04-21read-cache: avoid using git_path() in freshen_shared_index()Christian Couder1-1/+2
2017-04-21worktree add: add --lock optionNguyễn Thái Ngọc Duy3-5/+23
2017-04-20Git 2.13-rc0v2.13.0-rc0Junio C Hamano2-1/+36
2017-04-20read-cache: speed up has_dir_name (part 2)Jeff Hostetler1-1/+62
2017-04-20read-cache: speed up has_dir_name (part 1)Jeff Hostetler1-0/+45
2017-04-20read-cache: speed up add_index_entry during checkoutJeff Hostetler1-1/+10
2017-04-20p0006-read-tree-checkout: perf test to time read-treeJeff Hostetler4-0/+263
2017-04-20gitmodules: clarify the ignore option valuesSebastian Schuberth1-11/+20
2017-04-20gitmodules: clarify what history depth a shallow clone hasSebastian Schuberth1-2/+2
2017-04-20push: document & test --force-with-lease with multiple remotesÆvar Arnfjörð Bjarmason2-0/+70
2017-04-20config: correct file reading order in read_early_config()Nguyễn Thái Ngọc Duy2-14/+30
2017-04-19rebase: pass --[no-]signoff option to git amGiuseppe Bilotta3-1/+53
2017-04-19xgethostname: handle long hostnamesDavid Turner6-4/+19
2017-04-19use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe6-10/+14
2017-04-19p0004: make perf test executableChristian Couder1-0/+0
2017-04-19ls-files: fix path used when recursing into submodulesJacob Keller2-1/+15
2017-04-18replace: plug a memory leakJunio C Hamano1-0/+1
2017-04-18doc: trivial typo in git-format-patch.txtGiuseppe Bilotta1-1/+1
2017-04-18config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy3-8/+38