summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-06object.h: update flag allocation commentNguyễn Thái Ngọc Duy
2018-03-05add--interactive: detect bogus diffFilter outputJeff King
2018-03-05t3701: add a test for interactive.diffFilterJeff King
2018-03-05smart-http: document flush after "# service" lineJeff King
2018-03-05add -p: don't rely on apply's '--recount' optionPhillip Wood
2018-03-05add -p: fix counting when splitting and coalescingPhillip Wood
2018-03-05add -p: calculate offset delta for edited patchesPhillip Wood
2018-03-01userdiff: add built-in pattern for golangAlban Gruin
2018-03-01add -p: adjust offsets of subsequent hunks when one is skippedPhillip Wood
2018-03-01t3701: add failing test for pathological context linesPhillip Wood
2018-03-01t3701: don't hard code sha1 hash valuesPhillip Wood
2018-03-01commit: run git gc --auto just before the post-commit hookÆvar Arnfjörð Bjarmason
2018-02-28hooks/pre-auto-gc-battery: allow gc to run on non-laptopsAdam Borowski
2018-02-28Sixth batch for 2.17Junio C Hamano
2018-02-28Merge branch 'jk/push-options-via-transport-fix'Junio C Hamano
2018-02-28Merge branch 'tz/do-not-clean-spec-file'Junio C Hamano
2018-02-28Merge branch 'tg/worktree-create-tracking'Junio C Hamano
2018-02-28Merge branch 'gs/test-unset-xdg-cache-home'Junio C Hamano
2018-02-28Merge branch 'tk/apply-dev-null-verify-name-fix'Junio C Hamano
2018-02-28Merge branch 'sb/status-doc-fix'Junio C Hamano
2018-02-28Merge branch 'es/worktree-add-post-checkout-hook'Junio C Hamano
2018-02-28Merge branch 'nd/am-quit'Junio C Hamano
2018-02-28untracked cache: use git_env_bool() not getenv() for customizationJunio C Hamano
2018-02-28travis-ci: run tests with '-x' tracingSZEDER Gábor
2018-02-28t/README: add a note about don't saving stderr of compound commandsSZEDER Gábor
2018-02-28t1510-repo-setup: mark as untraceable with '-x'SZEDER Gábor
2018-02-28t9903-bash-prompt: don't check the stderr of __git_ps1()SZEDER Gábor
2018-02-28t5570-git-daemon: don't check the stderr of a subshellSZEDER Gábor
2018-02-28t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log fileSZEDER Gábor
2018-02-28t5500-fetch-pack: don't check the stderr of a subshellSZEDER Gábor
2018-02-28t3030-merge-recursive: don't check the stderr of a subshellSZEDER Gábor
2018-02-28sequencer: do not roll back lockfile unnecessarilyMartin Ågren
2018-02-28merge: always roll back lock in `checkout_fast_forward()`Martin Ågren
2018-02-28merge-recursive: always roll back lock in `merge_recursive_generic()`Martin Ågren
2018-02-28t5536: simplify checking of messages output to stderrSZEDER Gábor
2018-02-27diff: add --compact-summaryNguyễn Thái Ngọc Duy
2018-02-27revision.c: reduce object database queriesDerrick Stolee
2018-02-27perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config fileRené Scharfe
2018-02-27sequencer: always roll back lock in `do_recursive_merge()`Martin Ågren
2018-02-27sequencer: make lockfiles non-staticMartin Ågren
2018-02-27sha1_name: fix uninitialized memory errorsDerrick Stolee
2018-02-27docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'Mårten Kongstad
2018-02-27test_must_be_empty: make sure the file exists, not just emptyJunio C Hamano
2018-02-27t1507-rev-parse-upstream: don't check the stderr of a shell functionSZEDER Gábor
2018-02-27t: add means to disable '-x' tracing for individual test scriptsSZEDER Gábor
2018-02-27t: prevent '-x' tracing from interfering with test helpers' stderrSZEDER Gábor
2018-02-27Fifth batch for 2.17Junio C Hamano
2018-02-27Sync with maintJunio C Hamano
2018-02-27Merge branch 'ys/bisect-object-id-missing-conversion-fix' into maintJunio C Hamano
2018-02-27Merge branch 'sb/submodule-update-reset-fix' into maintJunio C Hamano