summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Merge branch 'es/freebsd-iconv-portability'Libravatar Junio C Hamano1-1/+11
2018-09-04Merge branch 'ds/commit-graph-lockfile-fix'Libravatar Junio C Hamano1-1/+4
2018-09-04Merge branch 'en/directory-renames-nothanks'Libravatar Junio C Hamano4-6/+124
2018-09-04Merge branch 'pw/rebase-i-author-script-fix'Libravatar Junio C Hamano2-12/+53
2018-09-04Documentation/git.txt: clarify that GIT_TRACE=/path appendsLibravatar SZEDER Gábor1-2/+2
2018-09-04pack-bitmap: drop "loaded" flagLibravatar Jeff King1-6/+3
2018-09-04traverse_bitmap_commit_list(): don't free resultLibravatar Jeff King1-3/+0
2018-09-04t5310: test delta reuse with bitmapsLibravatar Jeff King1-0/+93
2018-09-04bitmap_has_sha1_in_uninteresting(): drop BUG checkLibravatar Jeff King2-3/+1
2018-09-04l10n: git.pot: v2.19.0 round 2 (3 new, 5 removed)Libravatar Jiang Xin1-255/+247
2018-09-04Merge branch 'master' of git://github.com/git-l10n/git-poLibravatar Jiang Xin5-8458/+13907
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