summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* attr: make sure we have an xdg path before using itJeff King2012-07-242-5/+13
* test-lib.sh: unset XDG_CONFIG_HOMEJeff King2012-07-241-0/+1
* config: fix several access(NULL) callsMatthieu Moy2012-07-162-6/+14
* config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen2012-06-253-5/+33
* Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesHuynh Khoi Nguyen Nguyen2012-06-254-8/+44
* Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignoreHuynh Khoi Nguyen Nguyen2012-06-254-3/+41
* config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-256-21/+158
* Sync with 1.7.11.1Junio C Hamano2012-06-212-1/+11
|\
| * Git 1.7.11.1v1.7.11.1Junio C Hamano2012-06-214-3/+13
* | The first batch for 1.7.12Junio C Hamano2012-06-212-1/+56
* | Merge branch 'jk/maint-t1304-setfacl'Junio C Hamano2012-06-211-10/+9
|\ \
| * | t1304: improve setfacl prerequisite setupJeff King2012-06-071-10/+9
* | | Merge branch 'vr/help-per-platform'Junio C Hamano2012-06-212-1/+16
|\ \ \
| * | | help: use HTML as the default help format on WindowsVincent van Ravesteijn2012-06-062-1/+16
* | | | Merge branch 'jc/ls-files-i-dir'Junio C Hamano2012-06-216-10/+109
|\ \ \ \
| * | | | dir.c: make excluded() file scope staticJunio C Hamano2012-06-052-2/+1
| * | | | unpack-trees.c: use path_excluded() in check_ok_to_remove()Junio C Hamano2012-06-052-1/+11
| * | | | builtin/add.c: use path_excluded()Junio C Hamano2012-06-051-1/+5
| * | | | path_excluded(): update API to less cache-entry centricJunio C Hamano2012-06-053-15/+30
| * | | | ls-files -i: micro-optimize path_excluded()Junio C Hamano2012-06-031-0/+18
| * | | | ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano2012-06-033-6/+59
* | | | | Merge branch 'jk/version-string'Junio C Hamano2012-06-218-9/+46
|\ \ \ \ \
| * | | | | http: get default user-agent from git_user_agentJeff King2012-06-032-5/+3
| * | | | | version: add git_user_agent functionJeff King2012-06-033-0/+26
| * | | | | move git_version_string into version.cJeff King2012-06-037-5/+18
* | | | | | Merge branch 'jc/request-pull-match-tagname'Junio C Hamano2012-06-211-7/+22
|\ \ \ \ \ \
| * | | | | | request-pull: really favor a matching tagJunio C Hamano2012-06-011-7/+22
* | | | | | | Merge branch 'jk/clone-local'Junio C Hamano2012-06-213-12/+27
|\ \ \ \ \ \ \
| * | | | | | | clone: allow --no-local to turn off local optimizationsJeff King2012-05-303-6/+18
| * | | | | | | docs/clone: mention that --local may be ignoredJeff King2012-05-301-7/+10
* | | | | | | | Merge branch 'jc/bundle-complete-notice'Junio C Hamano2012-06-211-6/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | tweak "bundle verify" of a complete historyJunio C Hamano2012-06-041-6/+10
* | | | | | | | | Kick off post 1.7.11 cycleJunio C Hamano2012-06-211-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | docs: always define git-relative-html-prefix attributeJeff King2012-06-201-0/+2
* | | | | | | | git-commit-tree(1): update synopsisJunio C Hamano2012-06-191-1/+1
* | | | | | | | Documentation: spelling fixesMiklos Vajna2012-06-196-6/+6
* | | | | | | | Git 1.7.11v1.7.11Junio C Hamano2012-06-173-10/+6
* | | | | | | | Sync with 1.7.10.5Junio C Hamano2012-06-172-1/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Git 1.7.10.5v1.7.10.5maint-1.7.10Junio C Hamano2012-06-174-3/+16
| * | | | | | | | Do not autosquash in case of an implied interactive rebaseVincent van Ravesteijn2012-06-171-0/+1
| * | | | | | | | Merge branch 'js/maint-fast-export-mark-error' into maintJunio C Hamano2012-06-171-1/+1
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge git://github.com/git-l10n/git-poJunio C Hamano2012-06-152-703/+927
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | l10n: it.po: translate 212 new messagesMarco Paolone2012-06-142-703/+927
* | | | | | | | | | | Merge branch 'as/diff-shortstat-ignore-binary'Junio C Hamano2012-06-152-1/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | diff: Only count lines in show_shortstatsAlexander Strasser2012-06-152-1/+13
* | | | | | | | | | | | perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, tooJonathan Nieder2012-06-151-7/+24
* | | | | | | | | | | | perl/Makefile.PL: warn about duplicate module list in perl/MakefileJonathan Nieder2012-06-151-0/+4
* | | | | | | | | | | | Merge branch 'rj/gitweb-test-sans-date-parser'Junio C Hamano2012-06-131-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitweb: Skip 'modification times' tests when no date parser availableRamsay Jones2012-06-121-7/+14
* | | | | | | | | | | | | Merge branch 'fc/git-complete-helper-fix'Junio C Hamano2012-06-132-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \