summaryrefslogtreecommitdiffstats
path: root/wt-status.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-04refs: fix find_containing_dir() regressionJunio C Hamano1-1/+3
2012-05-03refs: read loose references lazilyMichael Haggerty1-29/+96
2012-05-03read_loose_refs(): eliminate ref_cache argumentMichael Haggerty1-4/+4
2012-05-03struct ref_dir: store a reference to the enclosing ref_cacheMichael Haggerty1-4/+11
2012-05-03search_for_subdir(): return (ref_dir *) instead of (ref_entry *)Michael Haggerty1-11/+10
2012-05-03get_ref_dir(): add function for getting a ref_dir from a ref_entryMichael Haggerty1-15/+25
2012-05-03read_loose_refs(): rename function from get_ref_dir()Michael Haggerty1-7/+7
2012-05-03refs: wrap top-level ref_dirs in ref_entriesMichael Haggerty1-18/+19
2012-05-03find_containing_dir(): use strbuf in implementation of this functionMichael Haggerty1-9/+10
2012-05-03bisect: copy filename string obtained from git_path()Michael Haggerty1-3/+5
2012-05-03do_for_each_reflog(): use a strbuf to hold logfile nameMichael Haggerty1-29/+31
2012-05-03do_for_each_reflog(): return early on errorMichael Haggerty1-35/+35
2012-05-03get_ref_dir(): take the containing directory as argumentMichael Haggerty1-4/+8
2012-05-03refs.c: extract function search_for_subdir()Michael Haggerty1-10/+24
2012-05-03get_ref_dir(): require that the dirname argument ends in '/'Michael Haggerty1-7/+7
2012-05-03get_ref_dir(): rename "base" parameter to "dirname"Michael Haggerty1-10/+10
2012-05-03get_ref_dir(): use a strbuf to hold refnameMichael Haggerty1-28/+26
2012-04-25get_ref_dir(): return early if directory cannot be readMichael Haggerty1-41/+44
2012-04-24git-svn: drop redundant blocking of SIGPIPERoman Kagan1-1/+1
2012-04-24git-svn: ignore SIGPIPERoman Kagan1-0/+5
2012-04-24git-svn: use POSIX::sigprocmask to block signalsRoman Kagan1-6/+9
2012-04-23RelNotes: the fourth batch of topics graduated to 'master'Junio C Hamano1-0/+27
2012-04-21RelNotes: the third batchJunio C Hamano1-1/+27
2012-04-19t9400: fix gnuism in grepJunio C Hamano1-2/+2
2012-04-18git-sh-setup.sh: Add an pwd() function for MinGWRamsay Jones1-0/+4
2012-04-18git-submodule.sh: Don't use $path variable in eval_gettext stringRamsay Jones1-79/+82
2012-04-18compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones1-3/+4
2012-04-17mergesort: rename it to llist_mergesort()Junio C Hamano4-11/+19
2012-04-17Do not use SHELL_PATH from build system in prepare_shell_cmd on WindowsJohannes Sixt1-0/+4
2012-04-16RelNotes: the second batch of topics graduated to 'master'Junio C Hamano1-0/+41
2012-04-16RelNotes: the first batch of topics graduated to 'master'Junio C Hamano1-0/+19
2012-04-16merge overwrites unstaged changes in renamed fileClemens Buchacher1-0/+9
2012-04-15fast-import doc: cat-blob and ls responses need to be consumed quicklyJonathan Nieder1-3/+39
2012-04-15submodules: recursive fetch also checks new tags for submodule commitsJens Lehmann1-3/+3
2012-04-15test: am of empty patch should not succeedJonathan Nieder1-1/+1
2012-04-15test: use test_i18ncmp for "Patch format detection failed" messageJonathan Nieder1-1/+1
2012-04-15test: do not rely on US English tracking-info messagesJonathan Nieder2-6/+6
2012-04-12Fix httpd tests that broke when non-ff push advice changedChristopher Tiwald2-2/+2
2012-04-11apply: document buffer ownership rules across functionsJunio C Hamano1-2/+51
2012-04-11apply: tighten constness of line bufferJunio C Hamano1-7/+7
2012-04-11apply: drop unused macroJunio C Hamano1-1/+0
2012-04-11blame: accept --need-minimalJunio C Hamano1-0/+1
2012-04-11Kick off post 1.7.10 cycleJunio C Hamano3-2/+31
2012-04-11gitweb: Fix unintended "--no-merges" for regular Atom feedSebastian Pipping1-0/+1
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini19-74/+65
2012-04-11revision: insert unsorted, then sort in prepare_revision_walk()René Scharfe3-1/+19
2012-04-11commit: use mergesort() in commit_list_sort_by_date()René Scharfe1-6/+23
2012-04-11add mergesort() for linked listsRené Scharfe5-0/+138
2012-04-11unpack-trees: plug minor memory leakRené Scharfe1-9/+16
2012-04-11unpack-trees: don't perform any index operation if we're not mergingRené Scharfe1-1/+1