summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-02remote-bzr: add support for fecthing special modesLibravatar Felipe Contreras2-11/+59
2013-01-02remote-bzr: add simple testsLibravatar Felipe Contreras1-0/+111
2013-01-02test: Add check-non-portable-shell.plLibravatar Torsten Bögershausen2-2/+33
2013-01-02format-patch: document and test --reroll-countLibravatar Junio C Hamano2-1/+17
2013-01-02Start 1.8.2 cycleLibravatar Junio C Hamano3-2/+99
2013-01-02Merge branch 'jc/test-portability'Libravatar Junio C Hamano2-6/+10
2013-01-02Merge branch 'jc/maint-fbsd-sh-ifs-workaround'Libravatar Junio C Hamano1-2/+5
2013-01-02Merge branch 'sp/shortlog-missing-lf'Libravatar Junio C Hamano4-12/+34
2013-01-02Merge branch 'md/gitweb-sort-by-age'Libravatar Junio C Hamano1-14/+21
2013-01-02Merge branch 'nd/invalidate-i-t-a-cache-tree'Libravatar Junio C Hamano3-17/+65
2013-01-02Merge branch 'jk/repack-ref-racefix'Libravatar Junio C Hamano1-1/+4
2013-01-02Merge branch 'rb/http-cert-cred-no-username-prompt'Libravatar Junio C Hamano1-0/+1
2013-01-02Merge branch 'mk/maint-graph-infinity-loop'Libravatar Junio C Hamano3-6/+16
2013-01-02Merge branch 'ss/svn-prompt'Libravatar Junio C Hamano2-28/+60
2013-01-02Merge branch 'jc/mkstemp-more-careful-error-reporting'Libravatar Junio C Hamano1-1/+1
2013-01-02Merge branch 'jc/test-cvs-no-init-in-existing-dir'Libravatar Junio C Hamano1-1/+2
2013-01-02Merge branch 'jc/maint-test-portability'Libravatar Junio C Hamano3-6/+8
2013-01-02Merge branch 'mh/ceiling'Libravatar Junio C Hamano11-165/+202
2013-01-02build: do not automatically reconfigure unless configure.ac changedLibravatar Jonathan Nieder1-2/+8
2013-01-02SubmittingPatches: give list and maintainer addressesLibravatar Junio C Hamano1-2/+6
2013-01-02SubmittingPatches: remove overlong checklistLibravatar Junio C Hamano1-76/+61
2013-01-02gitk: Display important heads even when there are manyLibravatar Paul Mackerras1-15/+44
2013-01-01t9020: which is not portableLibravatar Torsten Bögershausen1-2/+2
2013-01-01t9810: Do not use sed -iLibravatar Torsten Bögershausen1-10/+14
2013-01-01gitweb: fix error in sanitize when highlight is enabledLibravatar Orgad Shaneh1-1/+1
2013-01-01git-status: Test --ignored behaviorLibravatar Antoine Pelisse1-0/+146
2013-01-01dir.c: Make git-status --ignored more consistentLibravatar Antoine Pelisse2-21/+81
2013-01-01Documentation: full-ness of a bundle is significant for cloningLibravatar Junio C Hamano1-4/+3
2013-01-01Makefile: add USE_WILDMATCH to use wildmatch as fnmatchLibravatar Nguyễn Thái Ngọc Duy3-0/+22
2013-01-01wildmatch: advance faster in <asterisk> + <literal> patternsLibravatar Nguyễn Thái Ngọc Duy2-0/+31
2013-01-01wildmatch: make a special case for "*/" with FNM_PATHNAMELibravatar Nguyễn Thái Ngọc Duy2-0/+20
2013-01-01test-wildmatch: add "perf" command to compare wildmatch and fnmatchLibravatar Nguyễn Thái Ngọc Duy1-0/+73
2013-01-01wildmatch: support "no FNM_PATHNAME" modeLibravatar Nguyễn Thái Ngọc Duy5-7/+42
2013-01-01wildmatch: replace variable 'special' with better named onesLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2013-01-01wildmatch: make dowild() take arbitrary flagsLibravatar Nguyễn Thái Ngọc Duy1-7/+6
2013-01-01compat/fnmatch: respect NO_FNMATCH* even on glibcLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-01-01wildmatch: rename constants and update prototypeLibravatar Nguyễn Thái Ngọc Duy4-55/+62
2013-01-01wildmatch: fix "**" special caseLibravatar Nguyễn Thái Ngọc Duy2-2/+3
2013-01-01SubmittingPatches: mention subsystems with dedicated repositoriesLibravatar Junio C Hamano1-0/+24
2013-01-01SubmittingPatches: who am I and who cares?Libravatar Junio C Hamano1-8/+2
2013-01-01Documentation: correct example restore from bundleLibravatar Kirill Brilliantov1-1/+1
2013-01-01config.txt: a few lines about branch.<name>.descriptionLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2013-01-01gitk: Improve display of list of nearby tags and headsLibravatar Paul Mackerras1-3/+9
2013-01-01gitk: Fix display of branch names on some commitsLibravatar Paul Mackerras1-2/+2
2012-12-31Git 1.8.1Libravatar Junio C Hamano3-16/+21
2012-12-28merge --no-edit: do not credit people involved in the side branchLibravatar Junio C Hamano3-8/+17
2012-12-28Use longer alias names in subdirectory testsLibravatar Aaron Schrab1-6/+6
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Libravatar Adam Spiers3-3/+7
2012-12-28dir.c: refactor is_path_excluded()Libravatar Adam Spiers2-9/+41
2012-12-28dir.c: refactor is_excluded()Libravatar Adam Spiers1-9/+29