summaryrefslogtreecommitdiffstats
path: root/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy6-0/+60
2017-08-24refs: remove dead for_each_*_submodule()Nguyễn Thái Ngọc Duy3-48/+2
2017-08-24refs.c: move for_each_remote_ref_submodule() to submodule.cNguyễn Thái Ngọc Duy3-8/+7
2017-08-24revision.c: use refs_for_each*() instead of for_each_*_submodule()Nguyễn Thái Ngọc Duy3-24/+39
2017-08-24refs: add refs_head_ref()Nguyễn Thái Ngọc Duy2-10/+15
2017-08-24refs: move submodule slash stripping code to get_submodule_ref_storeNguyễn Thái Ngọc Duy1-16/+17
2017-08-24refs.c: refactor get_submodule_ref_store(), share common free blockNguyễn Thái Ngọc Duy1-11/+6
2017-08-24revision.c: --indexed-objects add objects from all worktreesNguyễn Thái Ngọc Duy2-0/+30
2017-08-24revision.c: refactor add_index_objects_to_pending()Nguyễn Thái Ngọc Duy1-6/+12
2017-08-24refs.c: use is_dir_sep() in resolve_gitlink_ref()Nguyễn Thái Ngọc Duy1-1/+1
2017-08-24revision.h: new flag in struct rev_info wrt. worktree-related refsNguyễn Thái Ngọc Duy1-0/+1
2017-08-24The fourth batch post 2.14Junio C Hamano1-21/+19
2017-08-23Prepare for 2.14.2Junio C Hamano3-2/+37
2017-08-23The third batch post 2.14Junio C Hamano1-0/+30
2017-08-22The second batch post 2.14Junio C Hamano1-0/+57
2017-08-20doc: fix typo in sendemail.identityJeff King1-2/+2
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano9-18/+19
2017-08-19commit: remove unused inline function single_parent()René Scharfe1-5/+0
2017-08-18Documentation/git-for-each-ref: clarify peeling of tags for --formatMichael J Gruber1-2/+3
2017-08-18Documentation: use proper wording for ref format stringsMichael J Gruber3-6/+6
2017-08-18git-grep: correct exit code with --quiet and -LAnthony Sottile2-1/+6
2017-08-17diff: retire sane_truncate_fnJunio C Hamano1-5/+0
2017-08-17files-backend: cheapen refname_available check when locking refsMichael Haggerty1-4/+4
2017-08-17t5526: fix some broken && chainsHeiko Voigt1-4/+4
2017-08-17submodule.sh: remove unused variableStefan Beller1-1/+0
2017-08-16commit: skip discarding the index if there is no pre-commit hookKevin Willford1-6/+9
2017-08-16sub-process: print the cmd when a capability is unsupportedChristian Couder1-2/+2
2017-08-15sha1_file: make read_info_alternates staticStefan Beller2-2/+2
2017-08-15t1002: stop using sum(1)René Scharfe2-35/+35
2017-08-15doc: clarify "config --bool" behaviour with empty stringAndreas Heiduk2-6/+7
2017-08-15stash: prevent warning about null bytes in inputKevin Daudt1-2/+9
2017-08-14rebase: turn on progress option by default for format-patchKevin Willford2-0/+7
2017-08-14format-patch: have progress option while generating patchesKevin Willford2-0/+14
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe8-23/+23
2017-08-14hook: use correct logical variableKaartic Sivaraam1-1/+1
2017-08-12http: use a feature check to enable GSSAPI delegation controlTom G. Christensen1-3/+3
2017-08-12http: fix handling of missing CURLPROTO_*Tom G. Christensen1-1/+3
2017-08-12stash: clean untracked files before resetNicolas Morey-Chaisemartin2-5/+23
2017-08-12sha1_file: remove read_packed_sha1()Jonathan Tan1-25/+1
2017-08-11sha1_file: set whence in storage-specific info fnJonathan Tan1-7/+6
2017-08-11The first batch of topics after the 2.14 cycleJunio C Hamano2-1/+134
2017-08-11sha1_file: release delta_stack on error in unpack_entry()René Scharfe1-2/+3
2017-08-11fsck: free buffers on error in fsck_obj()René Scharfe1-11/+11
2017-08-10strbuf: clear errno before calling getdelim(3)René Scharfe1-0/+1
2017-08-10win32: plug memory leak on realloc() failure in syslog()René Scharfe1-0/+2
2017-08-10merge: use skip_prefix()René Scharfe1-2/+2
2017-08-10t1200: remove t1200-tutorial.shStefan Beller1-268/+0
2017-08-09sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King4-238/+1
2017-08-09hashcmp: use memcmp instead of open-coded loopJeff King1-8/+1
2017-08-09apply: remove prefix_length member from apply_stateRené Scharfe2-8/+5