summaryrefslogtreecommitdiffstats
path: root/progress.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine3-5/+17
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine3-4/+26
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine3-5/+26
2018-08-30worktree: disallow adding same path multiple timesEric Sunshine2-0/+32
2018-08-30worktree: prepare for more checks of whether path can become worktreeEric Sunshine1-2/+7
2018-08-30worktree: generalize delete_git_dir() to reduce code duplicationEric Sunshine1-16/+9
2018-08-30worktree: move delete_git_dir() earlier in file for upcoming new callersEric Sunshine1-14/+14
2018-08-30worktree: don't die() in library function find_worktree()Eric Sunshine2-1/+13
2018-08-28Git 2.19-rc1v2.19.0-rc1Junio C Hamano1-1/+1
2018-08-27Getting ready for -rc1Junio C Hamano1-1/+34
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer1-1/+1
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila3-3/+3
2018-08-23config: fix commit-graph related config docsDerrick Stolee1-6/+11
2018-08-23t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'SZEDER Gábor1-3/+3
2018-08-23hashcmp: assert constant hash sizeJeff King1-0/+10
2018-08-22t3420-rebase-autostash: don't try to grep non-existing filesSZEDER Gábor1-4/+4
2018-08-22t3903-stash: don't try to grep non-existing fileSZEDER Gábor1-1/+1
2018-08-22t6018-rev-list-glob: fix 'empty stdin' testSZEDER Gábor1-1/+1
2018-08-22t4051-diff-function-context: read the right fileSZEDER Gábor1-1/+1
2018-08-22t0020-crlf: check the right fileSZEDER Gábor1-1/+1
2018-08-22t7501-commit: drop silly command substitutionSZEDER Gábor1-1/+1
2018-08-21commit: use timestamp_t for author_date_slabDerrick Stolee1-1/+1
2018-08-21test-tool.h: include git-compat-util.hJeff King1-0/+2
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor46-226/+114
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor10-16/+16
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor4-4/+4
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor25-99/+98
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe3-4/+4
2018-08-21remote: improve argument help for add --mirrorRené Scharfe1-1/+1
2018-08-21checkout-index: improve argument help for --stageRené Scharfe1-1/+1
2018-08-21generate-cmdlist.sh: collect config from all config.txt filesNguyễn Thái Ngọc Duy4-14/+14
2018-08-20Git 2.19-rc0v2.19.0-rc0Junio C Hamano2-1/+81
2018-08-18t2024: mark test using "checkout -p" with PERL prerequisiteÆvar Arnfjörð Bjarmason1-2/+7
2018-08-18sideband: do not read beyond the end of inputJunio C Hamano2-2/+20
2018-08-18worktree: add --quiet optionElia Pinto3-3/+22
2018-08-17Seventh batch for 2.19 cycleJunio C Hamano1-0/+64
2018-08-17refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)Ævar Arnfjörð Bjarmason4-12/+4
2018-08-17config.txt: clarify core.checkStatJunio C Hamano1-4/+14
2018-08-16branch: support configuring --sort via .gitconfigSamuel Maftoul4-3/+64
2018-08-16builtin/submodule--helper: remove stray new lineStefan Beller1-1/+0
2018-08-16t7410: update to new styleStefan Beller1-41/+58
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy2-3/+13
2018-08-16rebase -i: fix SIGSEGV when 'merge <branch>' failsPhillip Wood2-6/+33
2018-08-16t3430: add conflicting commitPhillip Wood1-6/+9
2018-08-16Sixth batch for 2.19 cycleJunio C Hamano1-0/+77
2018-08-15Remove forward declaration of an enumElijah Newren1-1/+1
2018-08-15compat/precompose_utf8.h: use more common include guard styleElijah Newren1-1/+2
2018-08-15urlmatch.h: fix include guardElijah Newren1-0/+2
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren4-10/+13
2018-08-15alloc: make allocate_alloc_state and clear_alloc_state more consistentElijah Newren2-2/+2