summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Merge branch 'master' of git://github.com/git-l10n/git-poLibravatar Jiang Xin5-8458/+13907
2018-08-31fetch: stop clobbering existing tags without --forceLibravatar Ævar Arnfjörð Bjarmason4-14/+28
2018-08-31fetch: document local ref updates with/without --forceLibravatar Ævar Arnfjörð Bjarmason2-10/+37
2018-08-31push doc: correct lies about how push refspecs workLibravatar Ævar Arnfjörð Bjarmason2-11/+48
2018-08-31push doc: move mention of "tag <tag>" later in the proseLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-08-31push doc: remove confusing mention of remote mergerLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2018-08-31fetch tests: add a test for clobbering tag behaviorLibravatar Ævar Arnfjörð Bjarmason1-0/+24
2018-08-31push tests: use spaces in interpolated stringLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-31push tests: make use of unused $1 in test descriptionLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-31fetch: change "branch" to "reference" in --force -h outputLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-31config.mak.uname: resolve FreeBSD iconv-related compilation warningLibravatar Eric Sunshine1-1/+11
2018-08-31doc/Makefile: drop doc-diff worktree and temporary files on "make clean"Libravatar Eric Sunshine1-0/+1
2018-08-31doc-diff: add --clean mode to remove temporary working gunkLibravatar Eric Sunshine1-3/+16
2018-08-31doc-diff: fix non-portable 'man' invocationLibravatar Eric Sunshine1-1/+1
2018-08-30doc/git-branch: remove obsolete "-l" referencesLibravatar Jeff King1-5/+1
2018-08-30t5303: use printf to generate delta basesLibravatar Jeff King1-10/+10
2018-08-30commit: don't use generation numbers if not neededLibravatar Derrick Stolee1-1/+4
2018-08-30patch-delta: handle truncated copy parametersLibravatar Jeff King2-8/+15
2018-08-30patch-delta: consistently report corruptionLibravatar Jann Horn2-2/+33
2018-08-30patch-delta: fix oob readLibravatar Jann Horn2-2/+2
2018-08-30t5303: test some corrupt deltasLibravatar Jeff King1-0/+59
2018-08-30test-delta: read input into a heap bufferLibravatar Jeff King1-4/+4
2018-08-30doc-diff: always use oids inside worktreeLibravatar Jeff King1-4/+4
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Libravatar Eric Sunshine2-1/+19
2018-08-30worktree: teach 'remove' to override lock when --force given twiceLibravatar Eric Sunshine3-5/+17
2018-08-30worktree: teach 'move' to override lock when --force given twiceLibravatar Eric Sunshine3-4/+26
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathLibravatar Eric Sunshine3-5/+26
2018-08-30worktree: disallow adding same path multiple timesLibravatar Eric Sunshine2-0/+32
2018-08-30worktree: prepare for more checks of whether path can become worktreeLibravatar Eric Sunshine1-2/+7
2018-08-30worktree: generalize delete_git_dir() to reduce code duplicationLibravatar Eric Sunshine1-16/+9
2018-08-30worktree: move delete_git_dir() earlier in file for upcoming new callersLibravatar Eric Sunshine1-14/+14
2018-08-30worktree: don't die() in library function find_worktree()Libravatar Eric Sunshine2-1/+13
2018-08-30am: avoid directory rename detection when calling recursive merge machineryLibravatar Elijah Newren2-2/+3
2018-08-30merge-recursive: add ability to turn off directory rename detectionLibravatar Elijah Newren2-5/+14
2018-08-30t3401: add another directory rename testcase for rebase and amLibravatar Elijah Newren1-1/+109
2018-08-29mailinfo: support format=flowedLibravatar René Scharfe7-2/+2646
2018-08-29Documentation/Makefile: make manpage-base-url.xsl generation quieterLibravatar Tim Schumacher1-1/+1
2018-08-29show_dirstat: simplify same-content checkLibravatar Jeff King1-8/+3
2018-08-29read-cache: use oideq() in ce_compare functionsLibravatar Jeff King1-2/+2
2018-08-29convert hashmap comparison functions to oideq()Libravatar Jeff King3-13/+13
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Libravatar Jeff King12-15/+24
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King31-49/+55
2018-08-29convert "hashcmp() == 0" to hasheq()Libravatar Jeff King8-14/+23
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King52-111/+117
2018-08-29introduce hasheq() and oideq()Libravatar Jeff King1-0/+10
2018-08-29coccinelle: use <...> for function exclusionLibravatar Jeff King3-13/+13
2018-08-29.gitattributes: add conflict-marker-size for relevant filesLibravatar Thomas Gummerer1-0/+4
2018-08-29chainlint: match "quoted" here-doc tagsLibravatar Eric Sunshine5-4/+18
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHLibravatar Derrick Stolee8-12/+22
2018-08-29tests: fix non-portable iconv invocationLibravatar Ævar Arnfjörð Bjarmason1-1/+5