summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Merge branch 'jk/detect-truncated-zlib-input'Libravatar Junio C Hamano3-7/+35
2018-11-13Merge branch 'nd/config-split'Libravatar Junio C Hamano88-2894/+2980
2018-11-13format-patch: respect --stat in cover letter's diffstatLibravatar Nguyễn Thái Ngọc Duy2-17/+33
2018-11-13built-in rebase: reinstate `checkout -q` behavior where appropriateLibravatar Johannes Schindelin1-15/+25
2018-11-13rebase: prepare reset_head() for more flagsLibravatar Johannes Schindelin1-3/+6
2018-11-13rebase: consolidate clean-up code before leaving reset_head()Libravatar Johannes Schindelin1-18/+18
2018-11-13refs: fix some exclude patterns being ignoredLibravatar Rafael Ascensão2-12/+16
2018-11-13refs: show --exclude failure with --branches/tags/remotes=globLibravatar Rafael Ascensão1-3/+57
2018-11-13fetch-pack: drop custom loose object cacheLibravatar Jeff King1-37/+2
2018-11-13sha1-file: use loose object cache for quick existence checkLibravatar Jeff King2-0/+21
2018-11-13object-store: provide helpers for loose_objects_cacheLibravatar Jeff King4-25/+48
2018-11-13sha1-file: use an object_directory for the main object dirLibravatar Jeff King11-147/+90
2018-11-13handle alternates paths the same as the main object dirLibravatar Jeff King4-44/+23
2018-11-13sha1_file_name(): overwrite buffer instead of appendingLibravatar Jeff King4-14/+12
2018-11-13rename "alternate_object_database" to "object_directory"Libravatar Jeff King10-69/+69
2018-11-13submodule--helper: prefer strip_suffix() to ends_with()Libravatar Jeff King1-3/+4
2018-11-13fsck: do not reuse child_process structsLibravatar Jeff King1-0/+6
2018-11-13apply --recount: allow "no-op hunks"Libravatar Johannes Schindelin2-1/+13
2018-11-13status: rebase and merge can be in progress at the same timeLibravatar Johannes Schindelin1-2/+7
2018-11-13built-in rebase --skip/--abort: clean up stale .git/<name> filesLibravatar Johannes Schindelin1-0/+3
2018-11-13rebase -i: include MERGE_HEAD into files to clean upLibravatar Johannes Schindelin1-0/+2
2018-11-13rebase -r: do not write MERGE_HEAD unless neededLibravatar Johannes Schindelin2-5/+5
2018-11-13rebase -r: demonstrate bug with conflicting mergesLibravatar Johannes Schindelin1-0/+16
2018-11-13builtin/notes: remove unnecessary freeLibravatar Carlo Marcelo Arenas Belón1-3/+1
2018-11-12remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)Libravatar Torsten Bögershausen1-3/+4
2018-11-12Upcast size_t variables to uintmax_t when printingLibravatar Torsten Bögershausen11-23/+24
2018-11-12p3400: replace calls to `git checkout -b' by `git checkout -B'Libravatar Alban Gruin1-5/+5
2018-11-12build: fix broken command-list.h generation with core.autocrlfLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12rebase-interactive.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy3-5/+8
2018-11-12rerere.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy6-24/+26
2018-11-12pack-*.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy6-14/+21
2018-11-12pack-check.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy3-6/+10
2018-11-12notes-cache.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy9-21/+28
2018-11-12line-log.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12diff-lib.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy5-8/+11
2018-11-12delta-islands.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy3-15/+22
2018-11-12cache-tree.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy8-19/+25
2018-11-12bundle.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy4-20/+24
2018-11-12branch.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy7-19/+27
2018-11-12bisect.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy3-22/+33
2018-11-12blame.c: remove implicit dependency the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-17/+22
2018-11-12sequencer.c: remove implicit dependency on the_repositoryLibravatar Nguyễn Thái Ngọc Duy5-77/+86
2018-11-12sequencer.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy6-152/+197
2018-11-12transport.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy3-5/+8
2018-11-12notes-merge.c: remove implicit dependency the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12notes-merge.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy3-7/+12
2018-11-12list-objects.c: reduce the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12list-objects-filter.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy3-6/+15
2018-11-12wt-status.c: remove implicit dependency the_repositoryLibravatar Nguyễn Thái Ngọc Duy3-10/+14
2018-11-12wt-status.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy6-47/+66