summaryrefslogtreecommitdiffstats
path: root/builtin-merge-base.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-20Add a script to edit/inspect notesJohannes Schindelin6-0/+236
2009-10-20Introduce commit notesJohannes Schindelin9-0/+108
2009-10-10GIT 1.6.5v1.6.5Junio C Hamano3-7/+6
2009-10-10git-svn: hide find_parent_branch output in double quiet modeSimon Arlott1-7/+12
2009-10-10Documentation: clone: clarify discussion of initial branchJonathan Nieder1-2/+3
2009-10-10bash: add support for 'git replace'Björn Gustavsson1-0/+6
2009-10-10completion: fix alias listings with newlinesStephen Boyd1-2/+6
2009-10-10completion: fix completion of git <TAB><TAB>Stephen Boyd1-1/+1
2009-10-09import-tars: Add missing closing bracketIngmar Vanhassel1-1/+1
2009-10-09racy-git.txt: explain nsec problem in more detailJonathan Nieder1-4/+6
2009-10-09Documentation: clarify "working tree" definitionJonathan Nieder1-3/+3
2009-10-09Documentation: clarify branch creationJonathan Nieder1-8/+8
2009-10-09Documentation: branch: update --merged descriptionJonathan Nieder1-4/+6
2009-10-09Documentation: clarify mergeoptions descriptionJonathan Nieder2-3/+3
2009-10-09Documentation: git fmt-merge-msg does not have to be a scriptJonathan Nieder2-5/+6
2009-10-09Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in MakefileJonathan Nieder1-1/+5
2009-10-09pull: improve advice for unconfigured error caseJeff King1-4/+12
2009-10-09git-svn: Avoid spurious errors when rewriteRoot is used.Alexander Gavrilov1-2/+9
2009-10-09Update draft release notes to 1.6.5Junio C Hamano1-6/+10
2009-10-09Makefile: add a note about the NO_MMAP setting on IRIX and IRIX64Brandon Casey1-0/+12
2009-10-09ls-files: die instead of fprintf/exit in -i errorBen Walton1-5/+2
2009-10-09Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64Brandon Casey1-0/+2
2009-10-09Fix the exit code of MSVC build scripts on cygwinRamsay Jones2-2/+2
2009-10-09Fix MSVC build on cygwinRamsay Jones1-1/+1
2009-10-09Git archive and trailing "/" in prefixRené Scharfe2-3/+16
2009-10-08completion: add dirstat and friends to diff optionsv1.6.5-rc3Stephen Boyd1-0/+2
2009-10-08completion: update am, commit, and logStephen Boyd1-2/+7
2009-10-08Makefile: enable THREADED_DELTA_SEARCH on SunOSBrandon Casey1-0/+1
2009-10-07fast-import.c::validate_raw_date(): really validate the valueJunio C Hamano1-3/+6
2009-10-07README: git lives at http://git-scm.com these daysStefan Naewe1-1/+1
2009-10-05git-pull: dead code removalJunio C Hamano1-8/+1
2009-10-04show-branch: fix segfault when showbranch.default existsJunio C Hamano2-3/+19
2009-10-03Fix '--relative-date'Johan Sageryd2-1/+2
2009-10-02tests: make all test files executableMark Rada2-0/+0
2009-10-02filter-branch: add --prune-empty to option summaryAdam Brewster1-0/+1
2009-10-02Fix some printf format warningsRamsay Jones1-2/+2
2009-10-01send-email: fix mutt regex for grouped aliasesFelipe Contreras1-1/+1
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund2-4/+6
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund3-9/+9
2009-09-29improve reflog date/number heuristicJeff King3-2/+7
2009-09-29builtin-mailinfo.c: check error status from rewind and ftruncateJunio C Hamano1-2/+4
2009-09-29Make just opening the generated MSVC solution file not modify itSebastian Schuberth1-31/+11
2009-09-29Make generated MSVC solution file open from Windows ExplorerSebastian Schuberth1-1/+4
2009-09-29generators/vcproj.pm: remove UNICODE from buildMichael Wookey1-4/+4
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering1-1/+1
2009-09-29Documentation/git-gc.txt: default --aggressive window is 250, not 10Brandon Casey1-1/+1
2009-09-29Correct minor typo in post-receive hook templateFrederik Schwarzer1-1/+1
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna3-7/+24
2009-09-29parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab3-0/+28
2009-09-26make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre1-10/+17