aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* log: do not shorten decoration names too earlyJunio C Hamano2015-05-13
* log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano2015-05-13
* log: decorate HEAD with branch nameJunio C Hamano2015-03-10
* Merge branch 'jc/decorate-leaky-separator-color' into HEADJunio C Hamano2015-03-10
|\
| * log --decorate: do not leak "commit" color into the next itemJunio C Hamano2015-03-04
| * Documentation/config.txt: simplify boolean description in the syntax sectionJunio C Hamano2015-03-04
| * Documentation/config.txt: describe 'color' value type in the "Values" sectionJunio C Hamano2015-03-04
| * Documentation/config.txt: have a separate "Values" sectionJunio C Hamano2015-03-04
| * Documentation/config.txt: describe the structure first and then meaningJunio C Hamano2015-03-04
| * Documentation/config.txt: explain multi-valued variables onceJunio C Hamano2015-03-04
| * Documentation/config.txt: avoid unnecessary negationJunio C Hamano2015-03-04
* | Git 2.3.2v2.3.2Junio C Hamano2015-03-06
* | Merge branch 'rj/no-xopen-source-for-cygwin' into maintJunio C Hamano2015-03-06
|\ \
| * | git-compat-util.h: remove redundant codeRamsay Jones2015-02-22
* | | Merge branch 'rs/simple-cleanups' into maintJunio C Hamano2015-03-06
|\ \ \
| * | | sha1_name: use strlcpy() to copy stringsRené Scharfe2015-02-22
| * | | pretty: use starts_with() to check for a prefixRené Scharfe2015-02-22
| * | | for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe2015-02-22
| * | | connect: use strcmp() for string comparisonRené Scharfe2015-02-22
* | | | Merge branch 'mm/am-c-doc' into maintJunio C Hamano2015-03-06
|\ \ \ \
| * | | | Documentation/git-am.txt: mention mailinfo.scissors config variableMatthieu Moy2015-02-20
| * | | | Documentation/config.txt: document mailinfo.scissorsMatthieu Moy2015-02-20
* | | | | Merge branch 'ew/svn-maint-fixes' into maintJunio C Hamano2015-03-06
|\ \ \ \ \
| * | | | | Git::SVN::*: avoid premature FileHandle closureKyle J. McKay2015-02-26
| * | | | | git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo2015-02-26
* | | | | | Merge branch 'km/send-email-getopt-long-workarounds' into maintJunio C Hamano2015-03-06
|\ \ \ \ \ \
| * | | | | | git-send-email.perl: support no- prefix with older GetOptionsKyle J. McKay2015-02-16
* | | | | | | Prepare for 2.3.2Junio C Hamano2015-03-05
* | | | | | | Merge branch 'sb/plug-leak-in-make-cache-entry' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \
| * | | | | | | read-cache.c: free cache entry when refreshing failsStefan Beller2015-02-17
* | | | | | | | Merge branch 'jk/fast-import-die-nicely-fix' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \
| * | | | | | | | fast-import: avoid running end_packfile recursivelyJeff King2015-02-10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'es/blame-commit-info-fix' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin/blame: destroy initialized commit_info onlyEric Sunshine2015-02-10
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'ab/merge-file-prefix' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \
| * | | | | | | | merge-file: correctly open files when in a subdirAleksander Boruch-Gruszecki2015-02-11
| |/ / / / / / /
* | | | | | | | Merge branch 'ps/submodule-sanitize-path-upon-add' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \
| * | | | | | | | git-submodule.sh: fix '/././' path normalizationPatrick Steinhardt2015-02-02
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \
| * | | | | | | | sha1_file: fix iterating loose alternate objectsJonathon Mah2015-02-09
| * | | | | | | | for_each_loose_file_in_objdir: take an optional strbuf pathJeff King2015-02-09
* | | | | | | | | Merge branch 'tc/curl-vernum-output-broken-in-7.11' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Makefile: handle broken curl version number in version checkTom G. Christensen2015-02-03
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'es/squelch-openssl-warnings-on-macosx' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIREDKyle J. McKay2015-02-09
* | | | | | | | | | Merge branch 'jc/conf-var-doc' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CodingGuidelines: describe naming rules for configuration variablesJunio C Hamano2015-02-02
| * | | | | | | | | | config.txt: mark deprecated variables more prominentlyJunio C Hamano2015-01-28
| * | | | | | | | | | config.txt: clarify that add.ignore-errors is deprecatedJunio C Hamano2015-01-28
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'av/wincred-with-at-in-username-fix' into maintJunio C Hamano2015-03-05
|\ \ \ \ \ \ \ \ \ \