summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-21legacy-rebase: backport -C<n> and --whitespace=<option> checksJohannes Schindelin1-0/+8
2018-11-20test-lib-functions: make 'test_cmp_rev' more informative on failureSZEDER Gábor1-3/+17
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor7-23/+26
2018-11-20l10n: git.pot: v2.20.0 round 1 (254 new, 27 removed)Jiang Xin1-2969/+4032
2018-11-20msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth1-7/+1
2018-11-19Prepare for 2.20-rc1Junio C Hamano1-0/+29
2018-11-19read-cache: make the split index obey umask settingsÆvar Arnfjörð Bjarmason2-1/+22
2018-11-19RelNotes: name the release properlyJunio C Hamano1-2/+2
2018-11-18Git 2.20-rc0v2.20.0-rc0Junio C Hamano2-1/+63
2018-11-17bundle: dup() output descriptor closer to point-of-useJeff King2-21/+24
2018-11-16tests: add a special setup where rebase.useBuiltin is offÆvar Arnfjörð Bjarmason2-1/+8
2018-11-16rebase doc: document rebase.useBuiltinÆvar Arnfjörð Bjarmason1-0/+14
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin1-2/+2
2018-11-16Makefile: use FUZZ_CXXFLAGS for linking fuzzersJosh Steadmon1-2/+4
2018-11-16tests: explicitly use `git.exe` on WindowsJohannes Schindelin3-5/+11
2018-11-16tests: do not require Git to be built when testing an installed GitJohannes Schindelin1-2/+7
2018-11-16doc: move extensions.worktreeConfig to the right placeNguyễn Thái Ngọc Duy3-19/+16
2018-11-16ref-filter: don't look for objects when outside of a repositorySZEDER Gábor2-0/+10
2018-11-16config: report a bug if git_dir exists without commondirJohannes Schindelin1-0/+2
2018-11-16rebase: validate -C<n> and --whitespace=<mode> parameters earlyJohannes Schindelin2-1/+18
2018-11-16rebase: really just passthru the `git am` optionsJohannes Schindelin1-63/+35
2018-11-14push: change needlessly ambiguous example in errorÆvar Arnfjörð Bjarmason1-2/+2
2018-11-14git-compat-util: prefer poll.h to sys/poll.hĐoàn Trần Công Danh3-2/+17
2018-11-14range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason2-24/+2
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2-159/+7
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin1-13/+1
2018-11-14t/lib-gettext: test installed git-sh-i18n if GIT_TEST_INSTALLED is setJohannes Schindelin1-1/+6
2018-11-14tests: respect GIT_TEST_INSTALLED when initializing repositoriesJohannes Schindelin1-1/+2
2018-11-14tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/Johannes Schindelin1-1/+1
2018-11-14coccicheck: introduce 'pending' semantic patchesSZEDER Gábor2-2/+46
2018-11-13Tenth batch for 2.20Junio C Hamano1-0/+98
2018-11-13format-patch: respect --stat in cover letter's diffstatNguyễn Thái Ngọc Duy2-17/+33
2018-11-13built-in rebase: reinstate `checkout -q` behavior where appropriateJohannes Schindelin1-15/+25
2018-11-13rebase: prepare reset_head() for more flagsJohannes Schindelin1-3/+6
2018-11-13rebase: consolidate clean-up code before leaving reset_head()Johannes Schindelin1-18/+18
2018-11-13refs: fix some exclude patterns being ignoredRafael Ascensão2-12/+16
2018-11-13refs: show --exclude failure with --branches/tags/remotes=globRafael Ascensão1-3/+57
2018-11-13apply --recount: allow "no-op hunks"Johannes Schindelin2-1/+13
2018-11-13status: rebase and merge can be in progress at the same timeJohannes Schindelin1-2/+7
2018-11-13built-in rebase --skip/--abort: clean up stale .git/<name> filesJohannes Schindelin1-0/+3
2018-11-13rebase -i: include MERGE_HEAD into files to clean upJohannes Schindelin1-0/+2
2018-11-13rebase -r: do not write MERGE_HEAD unless neededJohannes Schindelin2-5/+5
2018-11-13rebase -r: demonstrate bug with conflicting mergesJohannes Schindelin1-0/+16
2018-11-13builtin/notes: remove unnecessary freeCarlo Marcelo Arenas Belón1-3/+1
2018-11-12remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)Torsten Bögershausen1-3/+4
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen11-23/+24
2018-11-12p3400: replace calls to `git checkout -b' by `git checkout -B'Alban Gruin1-5/+5
2018-11-12build: fix broken command-list.h generation with core.autocrlfNguyễn Thái Ngọc Duy1-1/+1
2018-11-12Update .mailmapJohannes Schindelin1-0/+13
2018-11-12range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason2-1/+54