aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'ef/checkout-empty' into maintJunio C Hamano2012-05-14
|\
| * checkout: do not corrupt HEAD on empty repoErik Faye-Lund2012-05-08
* | Merge branch 'jk/maint-tformat-with-z' into maintJunio C Hamano2012-05-14
|\ \
| * | log-tree: the previous one is still not quite rightJunio C Hamano2012-05-01
| * | log-tree: use custom line terminator in line termination modeJan Krüger2012-05-01
* | | Merge branch 'js/checkout-detach-count' into maintJunio C Hamano2012-05-14
|\ \ \
| * | | checkout (detached): truncate list of orphaned commits at the new HEADJohannes Sixt2012-05-04
| * | | t2020-checkout-detach: check for the number of orphaned commitsJohannes Sixt2012-05-04
* | | | Merge branch 'ef/maint-clone-progress-fix' into maintJunio C Hamano2012-05-14
|\ \ \ \
| * \ \ \ Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress...Junio C Hamano2012-05-07
| |\ \ \ \
| | * | | | clone: fix progress-regressionErik Faye-Lund2012-05-07
| | | |/ / | | |/| |
* | | | | link to gitmodules page at the beginning of git-submodule documentationHeiko Voigt2012-05-14
* | | | | pack-protocol: fix first-want separator in the examplesCarlos Martín Nieto2012-05-14
* | | | | Git 1.7.10.2v1.7.10.2Junio C Hamano2012-05-11
* | | | | Merge branch 'jc/diff-algo-cleanup' into maintJunio C Hamano2012-05-11
|\ \ \ \ \
| * | | | | xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano2012-02-19
| * | | | | xdiff: remove XDL_PATCH_* macrosJunio C Hamano2012-02-19
* | | | | | Merge branch 'ct/advise-push-default' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \
| * | | | | | Fix httpd tests that broke when non-ff push advice changedChristopher Tiwald2012-04-12
| * | | | | | clean up struct ref's nonfastforward fieldJeff King2012-03-26
| * | | | | | push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-19
* | | | | | | Merge branch 'js/fast-import-test-9300' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \ \
| * | | | | | | t9300-fast-import: avoid 'exit' in test_expect_success snippetsJohannes Sixt2012-04-20
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/repack-no-explode-objects-from-old-pack' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \ \
| * | | | | | | gc: use argv-array for sub-commandsJeff King2012-04-18
| * | | | | | | argv-array: add a new "pushl" methodJeff King2012-04-18
| * | | | | | | argv-array: refactor empty_argv initializationJeff King2012-04-18
| * | | | | | | gc: do not explode objects which will be immediately prunedJeff King2012-04-11
| |/ / / / / /
* | | | | | | Merge branch 'ah/maint-grep-double-init' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \ \
| * | | | | | | grep.c: remove redundant line of codeAngus Hammond2012-05-07
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'fa/maint-config-doc' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \ \
| * | | | | | | Documentation/git-config: describe and clarify "--local <file>" optionFlorian Achleitner2012-05-07
| |/ / / / / /
* | | | | | | Merge branch 'rs/unpack-trees-leakfix' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \ \
| * | | | | | | unpack-trees: plug minor memory leakRené Scharfe2012-04-10
| * | | | | | | unpack-trees: don't perform any index operation if we're not mergingRené Scharfe2012-04-10
* | | | | | | | Merge branch 'sl/test-wc-l-line-count' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rl/show-empty-prefix' into maintJunio C Hamano2012-05-11
|\ \ \ \ \ \ \ \
| * | | | | | | | rev-parse --show-prefix: add in trailing newlineRoss Lagerwall2012-04-10
| |/ / / / / / /
* | | | | | | | document submdule.$name.update=none option for gitmodulesHeiko Voigt2012-05-11
* | | | | | | | Update draft release notes to 1.7.10.2Junio C Hamano2012-05-10
* | | | | | | | Merge branch 'mm/include-userpath' into maintJunio C Hamano2012-05-10
|\ \ \ \ \ \ \ \
| * | | | | | | | config: expand tildes in include.path variableJeff King2012-04-29
| |/ / / / / / /
* | | | | | | | Merge branch 'cc/fix-missing-va-end-in-revert' into maintJunio C Hamano2012-05-10
|\ \ \ \ \ \ \ \
| * | | | | | | | revert: add missing va_endChristian Couder2012-04-21
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'bw/test-fix-grep-gnuism' into maintJunio C Hamano2012-05-10
|\ \ \ \ \ \ \ \
| * | | | | | | | t9400: fix gnuism in grepJunio C Hamano2012-04-19
* | | | | | | | | Merge branch 'jk/http-backend-keep-committer-ident-env' into maintJunio C Hamano2012-05-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | http-backend: respect existing GIT_COMMITTER_* variablesJeff King2012-03-30
* | | | | | | | | | Merge branch 'nl/rebase-i-cheat-sheet' into maintJunio C Hamano2012-05-10
|\ \ \ \ \ \ \ \ \ \