summaryrefslogtreecommitdiffstats
path: root/resolve-undo.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-15difftool: handle modified symlinks in dir-diff modeDavid Aguilar2-5/+106
2017-03-15t7800: cleanup cruft left behind by testsDavid Aguilar1-1/+4
2017-03-15t7800: remove whitespace before redirectDavid Aguilar1-1/+1
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
2017-03-07send-pack: read "unpack" status even on pack-objects failureJeff King1-0/+8
2017-03-07send-pack: improve unpack-status error messagesJeff King1-2/+2
2017-03-07send-pack: use skip_prefix for parsing unpack statusJeff King1-3/+3
2017-03-07send-pack: extract parsing of "unpack" responseJeff King1-9/+14
2017-03-07receive-pack: fix deadlock when we cannot create tmpdirJeff King1-1/+4
2017-03-07git svn: fix authentication with 'branch'Hiroshi Shirosaki1-3/+3
2017-03-06Documentation/git-update-index: explain splitIndex.*Christian Couder2-9/+30
2017-03-06Documentation/config: add splitIndex.sharedIndexExpireChristian Couder1-0/+12
2017-03-06read-cache: use freshen_shared_index() in read_index_from()Christian Couder2-7/+8
2017-03-06read-cache: refactor read_index_from()Christian Couder1-6/+8
2017-03-06t1700: test shared index file expirationChristian Couder1-0/+44
2017-03-06read-cache: unlink old sharedindex filesChristian Couder1-1/+63