summaryrefslogtreecommitdiffstats
path: root/trace.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-11Second half of seventh batchJunio C Hamano1-0/+28
2015-06-05Git 2.4.3v2.4.3Junio C Hamano4-3/+80
2015-06-05The first half of the seventh batch for 2.5Junio C Hamano1-0/+14
2015-06-01Sixth batch for 2.5 cycleJunio C Hamano1-1/+50
2015-06-01suppress errors on missing UNINTERESTING linksJeff King1-1/+1
2015-06-01silence broken link warnings with revs->ignore_missing_linksJeff King3-2/+17
2015-06-01add quieter versions of parse_{tree,commit}Jeff King4-6/+16
2015-06-01completion: suggest sequencer commands for revertThomas Braun1-0/+5
2015-05-29glossary: add "remote", "submodule", "superproject"Stefan Beller1-0/+16
2015-05-29t5520: check reflog action in fast-forward mergePaul Tan1-3/+10
2015-05-29t5521: test --dry-run does not make any changesPaul Tan1-0/+13
2015-05-29t5520: test --rebase failure on unborn branch with indexPaul Tan1-0/+15
2015-05-29t5520: test --rebase with multiple branchesPaul Tan1-0/+9
2015-05-29t5520: test work tree fast-forward when fetch updates headPaul Tan1-0/+21
2015-05-29t5520: test for failure if index has unresolved entriesPaul Tan1-0/+19
2015-05-29submodule doc: reorder introductory paragraphsStefan Beller1-28/+22
2015-05-28xmmap(): drop "Out of memory?"Junio C Hamano1-1/+1
2015-05-28config.c: rewrite ENODEV into EISDIR when mmap failsJeff King1-0/+2
2015-05-28config.c: avoid xmmap error messagesJeff King3-6/+21
2015-05-28config.c: fix mmap leak when writing configJeff King1-4/+5
2015-05-28read-cache.c: drop PROT_WRITE from mmap of indexJeff King1-1/+1
2015-05-28p4: retrieve the right revision of the file in UTF-16 codepathMiguel Torroja1-1/+1
2015-05-28ref_transaction_commit(): do not capitalize error messagesMichael Haggerty2-9/+9
2015-05-28verify_lock(): do not capitalize error messagesMichael Haggerty1-2/+2
2015-05-28verify_lock(): report errors via a strbufMichael Haggerty1-7/+12
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King4-20/+20
2015-05-27diff: accept color.diff.context as a synonym for "plain"Jeff King2-2/+3
2015-05-27t7063: hide stderr from setup inside prereqJeff King1-2/+6
2015-05-27verify_lock(): on errors, let the caller unlock the lockMichael Haggerty1-4/+4
2015-05-27verify_lock(): return 0/-1 rather than struct ref_lock *Michael Haggerty1-7/+14
2015-05-27clone: reorder --dissociate and --reference optionsJeff King1-2/+2
2015-05-27clone: use OPT_STRING_LIST for --referenceJeff King1-11/+2
2015-05-27diff.c: --ws-error-highlight=<kind> optionJunio C Hamano4-16/+179
2015-05-27diff.c: add emit_del_line() and emit_context_line()Junio C Hamano1-12/+38
2015-05-26Git 2.4.2v2.4.2Junio C Hamano4-3/+49
2015-05-26Fifth batch for 2.5 cycleJunio C Hamano1-6/+28
2015-05-26git-p4: tests: use test-chmtime in place of touchLuke Diamand2-5/+7
2015-05-26t4015: separate common setup and per-test expectationJunio C Hamano1-12/+13
2015-05-26t4015: modernise styleJunio C Hamano1-238/+173
2015-05-26http-backend: spool ref negotiation requests to bufferJeff King3-11/+105
2015-05-25struct ref_lock: convert old_sha1 member to object_idMichael Haggerty1-12/+12
2015-05-25warn_if_dangling_symref(): convert local variable "junk" to object_idMichael Haggerty1-3/+3
2015-05-25each_ref_fn_adapter(): remove adapterMichael Haggerty2-19/+0
2015-05-25rev_list_insert_ref(): remove unneeded argumentsMichael Haggerty1-3/+3
2015-05-25rev_list_insert_ref_oid(): new function, taking an object_oidMichael Haggerty1-3/+7
2015-05-25mark_complete(): remove unneeded argumentsMichael Haggerty1-3/+3
2015-05-25mark_complete_oid(): new function, taking an object_oidMichael Haggerty1-4/+7
2015-05-25clear_marks(): rewrite to take an object_id argumentMichael Haggerty1-8/+5
2015-05-25mark_complete(): rewrite to take an object_id argumentMichael Haggerty1-6/+5
2015-05-25send_ref(): convert local variable "peeled" to object_idMichael Haggerty1-3/+3