summaryrefslogtreecommitdiffstats
path: root/prompt.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-27refs.c: kill register_ref_store(), add register_submodule_ref_store()Nguyễn Thái Ngọc Duy1-25/+20
2017-03-27refs.c: flatten get_ref_store() a bitNguyễn Thái Ngọc Duy1-10/+13
2017-03-27refs: rename lookup_ref_store() to lookup_submodule_ref_store()Nguyễn Thái Ngọc Duy1-9/+4
2017-03-27refs.c: introduce get_main_ref_store()Nguyễn Thái Ngọc Duy1-4/+9
2017-03-27files-backend: remove the use of git_path()Nguyễn Thái Ngọc Duy1-5/+38
2017-03-27files-backend: add and use files_ref_path()Nguyễn Thái Ngọc Duy1-24/+23
2017-03-27files-backend: add and use files_reflog_path()Nguyễn Thái Ngọc Duy1-56/+86
2017-03-27files-backend: move "logs/" out of TMP_RENAMED_LOGNguyễn Thái Ngọc Duy1-5/+5
2017-03-27files-backend: convert git_path() to strbuf_git_path()Nguyễn Thái Ngọc Duy1-33/+97
2017-03-27files-backend: make sure files_rename_ref() always reach the endNguyễn Thái Ngọc Duy1-14/+28
2017-03-27files-backend: add and use files_packed_refs_path()Nguyễn Thái Ngọc Duy1-11/+18
2017-03-27files-backend: delete dead code in files_init_db()Nguyễn Thái Ngọc Duy1-4/+0
2017-03-27files-backend.c: delete dead code in files_ref_iterator_begin()Nguyễn Thái Ngọc Duy1-3/+0
2017-03-27files-backend: make files_log_ref_write() staticNguyễn Thái Ngọc Duy2-7/+6
2017-03-18refs.h: add forward declaration for structs used in this fileNguyễn Thái Ngọc Duy1-0/+4
2017-03-17Fifth batch for 2.13Junio C Hamano1-9/+54
2017-03-16Preparing for 2.12.1Junio C Hamano3-2/+43
2017-03-15cherry-pick: detect bogus arguments to --mainlineJeff King2-1/+29
2017-03-15hash.h: move SHA-1 implementation selection into a header filebrian m. carlson3-8/+20
2017-03-14Fourth batch after 2.12Junio C Hamano1-0/+42
2017-03-14setup.c: mention unresolved problemsJohannes Schindelin1-0/+2
2017-03-14t1309: document cases where we would want early config not to die()Johannes Schindelin1-0/+24
2017-03-14setup_git_directory_gently_1(): avoid die()ingJohannes Schindelin1-8/+17
2017-03-14t1309: test read_early_config()Johannes Schindelin2-0/+65
2017-03-14read_early_config(): really discover .git/Johannes Schindelin2-23/+16
2017-03-14read_early_config(): avoid .git/config hack when unneededJohannes Schindelin1-2/+3
2017-03-14setup: make read_early_config() reusableJohannes Schindelin3-31/+32
2017-03-14setup: introduce the discover_git_directory() functionJohannes Schindelin2-0/+50
2017-03-14setup_git_directory_1(): avoid changing global stateJohannes Schindelin1-75/+118
2017-03-14setup: prepare setup_discovered_git_dir() for the root directoryJohannes Schindelin1-2/+4
2017-03-14add--interactive: do not expand pathspecs with ls-filesJeff King2-11/+45
2017-03-14git-status: make porcelain more robustMichael J Gruber1-4/+4
2017-03-13pathspec: allow escaped query valuesBrandon Williams2-4/+67
2017-03-13pathspec: allow querying for attributesBrandon Williams7-9/+382
2017-03-13http-walker: fix buffer underflow processing remote alternatesJeff King1-4/+7
2017-03-13Third batch after 2.12Junio C Hamano1-0/+39
2017-03-12blame: move blame_entry duplication to add_blame_entry()René Scharfe1-17/+8
2017-03-10t/interop: add test of old clients against modern git-daemonJeff King2-1/+43
2017-03-10t: add an interoperability test harnessJeff King6-0/+227
2017-03-10Second batch after 2.12Junio C Hamano1-0/+65
2017-03-10ref-filter: use separate cache for contains_tag_algoJeff King1-20/+35
2017-03-10ref-filter: die on parse_commit errorsJeff King1-3/+1
2017-03-10ref-filter: use contains_result enum consistentlyJeff King1-8/+8
2017-03-10ref-filter: move ref_cbdata definition into ref-filter.cJeff King2-5/+5
2017-03-10branch: honor --abbrev/--no-abbrev in --list modeJunio C Hamano2-4/+40
2017-03-09rev-parse: add --show-superproject-working-treeStefan Beller5-0/+117
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin9-18/+18
2017-03-08t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREEJohannes Schindelin1-0/+8
2017-03-08setup_git_directory(): use is_dir_sep() helperJohannes Schindelin1-1/+3
2017-03-07send-pack: report signal death of pack-objectsJeff King1-1/+14