summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-11-13submodule--helper: prefer strip_suffix() to ends_with()Jeff King1-3/+4
2018-11-13fsck: do not reuse child_process structsJeff King1-0/+6
2018-11-13built-in rebase --skip/--abort: clean up stale .git/<name> filesJohannes Schindelin1-0/+3
2018-11-13builtin/notes: remove unnecessary freeCarlo Marcelo Arenas Belón1-3/+1
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen5-14/+15
2018-11-12rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-1/+1
2018-11-12rerere.c: remove the_repository referencesNguyễn Thái Ngọc Duy4-8/+10
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-1/+1
2018-11-12pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-1/+2
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy2-2/+3
2018-11-12delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-2/+2
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy3-3/+5
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-3/+4
2018-11-12branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy5-7/+10
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy1-1/+1
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy2-6/+7
2018-11-12sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-6/+7
2018-11-12transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+2
2018-11-12notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy3-5/+7
2018-11-12fsck: mark strings for translationNguyễn Thái Ngọc Duy1-49/+57
2018-11-12fsck: reduce word legos to help i18nNguyễn Thái Ngọc Duy1-25/+40
2018-11-12parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy2-2/+3
2018-11-12repack: mark more strings for translationNguyễn Thái Ngọc Duy1-13/+13
2018-11-12reflog: mark strings for translationNguyễn Thái Ngọc Duy1-15/+19
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy1-1/+1
2018-11-08built-in rebase --autostash: leave the current branch alone if possibleJohannes Schindelin1-1/+2
2018-11-07pack-objects: ignore ambiguous object warningsDerrick Stolee1-0/+6
2018-11-07pull: handle --verify-signatures for unborn branchJeff King1-0/+11
2018-11-07merge: handle --verify-signatures for unborn branchJeff King1-0/+4
2018-11-07merge: extract verify_merge_signature() helperJeff King1-25/+1
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano3-0/+3
2018-11-06Merge branch 'nd/submodule-unused-vars'Junio C Hamano1-1/+1
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano1-17/+34
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano2-1/+7
2018-11-06Merge branch 'js/remote-archive-dwimfix'Junio C Hamano2-0/+4
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King21-3/+92
2018-11-06cat-file: report an error on multiple --batch optionsJeff King1-1/+1
2018-11-06tag: mark "--message" option with NONEGJeff King1-2/+2
2018-11-06show-branch: mark --reflog option as NONEGJeff King1-1/+1
2018-11-06format-patch: mark "--no-numbered" option with NONEGJeff King1-1/+1
2018-11-06status: mark --find-renames option with NONEGJeff King1-1/+1
2018-11-06cat-file: mark batch options with NONEGJeff King1-2/+4
2018-11-06pack-objects: mark index-version option as NONEGJeff King1-1/+1
2018-11-06ls-files: mark exclude options as NONEGJeff King1-3/+4
2018-11-06am: handle --no-patch-format optionJeff King1-1/+3
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart3-3/+3
2018-11-05pack-objects: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-24/+2
2018-11-05grep: clean up num_threads handlingNguyễn Thái Ngọc Duy1-31/+27
2018-11-05grep: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-37/+22