summaryrefslogtreecommitdiffstats
path: root/iterator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-21docs/bisect-lk2009: update java code conventions linkJeff King1-1/+1
2017-04-21docs/bisect-lk2009: update nist report linkJeff King1-1/+1
2017-04-21docs/archimport: quote sourcecontrol.net referenceJeff King1-1/+1
2017-04-21gitcore-tutorial: update broken linkJeff King1-1/+1
2017-04-21doc: replace or.cz gitwiki link with git.wiki.kernel.orgJeff King1-1/+1
2017-04-21doc: use https links to avoid http redirectJeff King3-9/+9
2017-03-28Prepare for 2.12.3Junio C Hamano2-1/+58
2017-03-24Git 2.12.2v2.12.2Junio C Hamano3-2/+25
2017-03-24mailmap: use Michael J Gruber's new addressMichael J Gruber1-1/+2
2017-03-24t7004, t7030: fix here-doc syntax errorsSantiago Torres2-14/+10
2017-03-23doc/config: grammar fixes for core.{editor,commentChar}Kyle Meyer1-3/+3
2017-03-22t7406: correct test case for submodule-update initial populationJunio C Hamano1-3/+3
2017-03-22t5615: fix a here-doc syntax errorJunio C Hamano1-0/+1
2017-03-22t3600: rename test to describe its functionalityStefan Beller1-1/+1
2017-03-21Prepare for 2.12.2Junio C Hamano2-1/+62
2017-03-20Git 2.12.1v2.12.1Junio C Hamano1-1/+2
2017-03-20push: mention "push.default=tracking" in the documentationÆvar Arnfjörð Bjarmason1-0/+2
2017-03-20git-commit.txt: list post-rewrite in HOOKS sectionNguyễn Thái Ngọc Duy1-1/+1
2017-03-20doc: change erroneous --[no]-whatever into --[no-]whateverÆvar Arnfjörð Bjarmason2-2/+2
2017-03-18pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2-2/+10
2017-03-18run-command: fix segfault when cleaning forked async processJeff King1-1/+1
2017-03-18shortlog: don't set after_subject to an empty stringRené Scharfe1-1/+0
2017-03-18tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor1-7/+2
2017-03-18tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2-1/+2
2017-03-18revision: remove declaration of path_name()René Scharfe1-2/+0
2017-03-18http-push: don't check return value of lookup_unknown_object()René Scharfe1-5/+3
2017-03-18receive-pack: simplify run_update_post_hook()René Scharfe1-8/+5
2017-03-17wt-status: simplify by using for_each_string_list_itemStefan Beller1-15/+5
2017-03-16Preparing for 2.12.1Junio C Hamano3-2/+43
2017-03-16index-pack: make pointer-alias fallbacks saferJeff King1-8/+12
2017-03-16replace snprintf with odb_pack_name()Jeff King2-31/+24
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King4-12/+12
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King2-11/+15
2017-03-16move odb_* declarations out of git-compat-util.hJeff King2-2/+12
2017-03-15rev-parse: simplify parsing of ref optionsJeff King1-29/+16
2017-03-15rev-parse: add helper for parsing "--foo/--foo="Jeff King1-10/+28
2017-03-15rev-parse: use skip_prefix when parsing optionsJeff King1-20/+20
2017-03-15submodule-config: correct error reporting for invalid ignore valueStefan Beller1-1/+1
2017-03-14git-status: make porcelain more robustMichael J Gruber1-4/+4
2017-03-13http-walker: fix buffer underflow processing remote alternatesJeff King1-4/+7
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-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-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