Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attr: make sure we have an xdg path before using it | Jeff King | 2012-07-24 | 2 | -5/+13 |
* | test-lib.sh: unset XDG_CONFIG_HOME | Jeff King | 2012-07-24 | 1 | -0/+1 |
* | config: fix several access(NULL) calls | Matthieu Moy | 2012-07-16 | 2 | -6/+14 |
* | config: write to $XDG_CONFIG_HOME/git/config file when appropriate | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 3 | -5/+33 |
* | Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 4 | -8/+44 |
* | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 4 | -3/+41 |
* | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 6 | -21/+158 |
* | Sync with 1.7.11.1 | Junio C Hamano | 2012-06-21 | 2 | -1/+11 |
|\ | |||||
| * | Git 1.7.11.1v1.7.11.1 | Junio C Hamano | 2012-06-21 | 4 | -3/+13 |
* | | The first batch for 1.7.12 | Junio C Hamano | 2012-06-21 | 2 | -1/+56 |
* | | Merge branch 'jk/maint-t1304-setfacl' | Junio C Hamano | 2012-06-21 | 1 | -10/+9 |
|\ \ | |||||
| * | | t1304: improve setfacl prerequisite setup | Jeff King | 2012-06-07 | 1 | -10/+9 |
* | | | Merge branch 'vr/help-per-platform' | Junio C Hamano | 2012-06-21 | 2 | -1/+16 |
|\ \ \ | |||||
| * | | | help: use HTML as the default help format on Windows | Vincent van Ravesteijn | 2012-06-06 | 2 | -1/+16 |
* | | | | Merge branch 'jc/ls-files-i-dir' | Junio C Hamano | 2012-06-21 | 6 | -10/+109 |
|\ \ \ \ | |||||
| * | | | | dir.c: make excluded() file scope static | Junio C Hamano | 2012-06-05 | 2 | -2/+1 |
| * | | | | unpack-trees.c: use path_excluded() in check_ok_to_remove() | Junio C Hamano | 2012-06-05 | 2 | -1/+11 |
| * | | | | builtin/add.c: use path_excluded() | Junio C Hamano | 2012-06-05 | 1 | -1/+5 |
| * | | | | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 2012-06-05 | 3 | -15/+30 |
| * | | | | ls-files -i: micro-optimize path_excluded() | Junio C Hamano | 2012-06-03 | 1 | -0/+18 |
| * | | | | ls-files -i: pay attention to exclusion of leading paths | Junio C Hamano | 2012-06-03 | 3 | -6/+59 |
* | | | | | Merge branch 'jk/version-string' | Junio C Hamano | 2012-06-21 | 8 | -9/+46 |
|\ \ \ \ \ | |||||
| * | | | | | http: get default user-agent from git_user_agent | Jeff King | 2012-06-03 | 2 | -5/+3 |
| * | | | | | version: add git_user_agent function | Jeff King | 2012-06-03 | 3 | -0/+26 |
| * | | | | | move git_version_string into version.c | Jeff King | 2012-06-03 | 7 | -5/+18 |
* | | | | | | Merge branch 'jc/request-pull-match-tagname' | Junio C Hamano | 2012-06-21 | 1 | -7/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | request-pull: really favor a matching tag | Junio C Hamano | 2012-06-01 | 1 | -7/+22 |
* | | | | | | | Merge branch 'jk/clone-local' | Junio C Hamano | 2012-06-21 | 3 | -12/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | clone: allow --no-local to turn off local optimizations | Jeff King | 2012-05-30 | 3 | -6/+18 |
| * | | | | | | | docs/clone: mention that --local may be ignored | Jeff King | 2012-05-30 | 1 | -7/+10 |
* | | | | | | | | Merge branch 'jc/bundle-complete-notice' | Junio C Hamano | 2012-06-21 | 1 | -6/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | tweak "bundle verify" of a complete history | Junio C Hamano | 2012-06-04 | 1 | -6/+10 |
* | | | | | | | | | Kick off post 1.7.11 cycle | Junio C Hamano | 2012-06-21 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | docs: always define git-relative-html-prefix attribute | Jeff King | 2012-06-20 | 1 | -0/+2 |
* | | | | | | | | git-commit-tree(1): update synopsis | Junio C Hamano | 2012-06-19 | 1 | -1/+1 |
* | | | | | | | | Documentation: spelling fixes | Miklos Vajna | 2012-06-19 | 6 | -6/+6 |
* | | | | | | | | Git 1.7.11v1.7.11 | Junio C Hamano | 2012-06-17 | 3 | -10/+6 |
* | | | | | | | | Sync with 1.7.10.5 | Junio C Hamano | 2012-06-17 | 2 | -1/+14 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Git 1.7.10.5v1.7.10.5maint-1.7.10 | Junio C Hamano | 2012-06-17 | 4 | -3/+16 |
| * | | | | | | | | Do not autosquash in case of an implied interactive rebase | Vincent van Ravesteijn | 2012-06-17 | 1 | -0/+1 |
| * | | | | | | | | Merge branch 'js/maint-fast-export-mark-error' into maint | Junio C Hamano | 2012-06-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge git://github.com/git-l10n/git-po | Junio C Hamano | 2012-06-15 | 2 | -703/+927 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | l10n: it.po: translate 212 new messages | Marco Paolone | 2012-06-14 | 2 | -703/+927 |
* | | | | | | | | | | | Merge branch 'as/diff-shortstat-ignore-binary' | Junio C Hamano | 2012-06-15 | 2 | -1/+13 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | diff: Only count lines in show_shortstats | Alexander Strasser | 2012-06-15 | 2 | -1/+13 |
* | | | | | | | | | | | | perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too | Jonathan Nieder | 2012-06-15 | 1 | -7/+24 |
* | | | | | | | | | | | | perl/Makefile.PL: warn about duplicate module list in perl/Makefile | Jonathan Nieder | 2012-06-15 | 1 | -0/+4 |
* | | | | | | | | | | | | Merge branch 'rj/gitweb-test-sans-date-parser' | Junio C Hamano | 2012-06-13 | 1 | -7/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | gitweb: Skip 'modification times' tests when no date parser available | Ramsay Jones | 2012-06-12 | 1 | -7/+14 |
* | | | | | | | | | | | | | Merge branch 'fc/git-complete-helper-fix' | Junio C Hamano | 2012-06-13 | 2 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |