summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Teach --stdin option to "log" familyJunio C Hamano2009-11-207-22/+20
* read_revision_from_stdin(): use strbufJunio C Hamano2009-11-201-8/+10
* Merge branch 'jn/show-normalized-refs'Junio C Hamano2009-11-021-0/+0
|\
| * t1402: Make test executableStephen Boyd2009-11-021-0/+0
* | Merge branch 'maint'Junio C Hamano2009-11-011-0/+1
|\ \
| * | Makefile: add compat/bswap.h to LIB_HDmitry V. Levin2009-11-011-0/+1
* | | Revert "Don't create the $GIT_DIR/branches directory on init"Junio C Hamano2009-10-311-0/+1
* | | fixup tr/stash-format mergeJunio C Hamano2009-10-3019-79/+192
|\ \ \
| * | | stash list: drop the default limit of 10 stashesThomas Rast2009-10-192-7/+1
| * | | stash list: use new %g formats instead of sedThomas Rast2009-10-191-2/+1
| * | | Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-197-3/+86
| * | | reflog-walk: refactor the branch@{num} formattingThomas Rast2009-10-191-22/+32
| * | | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-1912-46/+72
* | | | Merge branch 'js/diff-verbose-submodule'Junio C Hamano2009-10-307-0/+411
|\ \ \ \
| * | | | add tests for git diff --submoduleJens Lehmann2009-10-231-0/+260
| * | | | Add the --submodule option to the diff option familyJohannes Schindelin2009-10-196-0/+151
* | | | | Merge branch 'jc/checkout-auto-track'Junio C Hamano2009-10-303-21/+83
|\ \ \ \ \
| * | | | | git checkout --no-guessJunio C Hamano2009-10-211-0/+5
| * | | | | DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz"Junio C Hamano2009-10-181-3/+57
| * | | | | check_filename(): make verify_filename() callable without dyingJunio C Hamano2009-10-182-18/+21
* | | | | | Merge branch 'jn/show-normalized-refs'Junio C Hamano2009-10-303-6/+111
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | check-ref-format: simplify --print implementationJonathan Nieder2009-10-121-2/+23
| * | | | | git check-ref-format --printJunio C Hamano2009-10-123-6/+46
| * | | | | Add tests for git check-ref-formatJonathan Nieder2009-10-121-0/+44
* | | | | | Merge branch 'jc/maint-1.6.3-graft-trailing-space'Junio C Hamano2009-10-301-2/+2
|\ \ \ \ \ \
| * | | | | | info/grafts: allow trailing whitespaces at the end of lineJunio C Hamano2009-10-141-2/+2
* | | | | | | Merge branch 'ak/bisect-reset-to-switch'Junio C Hamano2009-10-302-10/+21
|\ \ \ \ \ \ \
| * | | | | | | bisect reset: Allow resetting to any commit, not just a branchAnders Kaseorg2009-10-132-10/+21
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'tr/maint-roff-quote'Junio C Hamano2009-10-303-0/+28
|\ \ \ \ \ \ \
| * | | | | | | Quote ' as \(aq in manpagesThomas Rast2009-10-223-0/+28
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ja/fetch-doc'Junio C Hamano2009-10-303-67/+76
|\ \ \ \ \ \ \
| * | | | | | | Documentation/merge-options.txt: order options in alphabetical groupsJari Aalto2009-10-221-43/+45
| * | | | | | | Documentation/git-pull.txt: Add subtitles above included option filesJari Aalto2009-10-221-0/+7
| * | | | | | | Documentation/fetch-options.txt: order options alphabeticallyJari Aalto2009-10-211-24/+24
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'cb/doc-fetch-pull-merge'Junio C Hamano2009-10-303-45/+66
|\ \ \ \ \ \ \
| * | | | | | | modernize fetch/merge/pull examplesClemens Buchacher2009-10-213-45/+66
| |/ / / / / /
* | | | | | | Merge branch 'maint'Junio C Hamano2009-10-303-8/+24
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | clone: detect extra argumentsJonathan Nieder2009-10-301-1/+6
| * | | | | | clone: fix help on optionsJunio C Hamano2009-10-301-2/+4
| * | | | | | push: fix typo in usageJeff King2009-10-301-1/+1
| * | | | | | More precise description of 'git describe --abbrev'Gisle Aas2009-10-301-4/+13
* | | | | | | t915{0,1}: use $TEST_DIRECTORYJeff King2009-10-302-2/+4
* | | | | | | Make t9150 and t9151 test scripts executableMichael J Gruber2009-10-302-0/+0
* | | | | | | Don't create the $GIT_DIR/branches directory on initRobin Rosenberg2009-10-301-1/+0
* | | | | | | Make the MSVC projects use PDB/IDB files named after the projectSebastian Schuberth2009-10-301-0/+4
* | | | | | | Use faster byte swapping when compiling with MSVCSebastian Schuberth2009-10-301-0/+10
* | | | | | | Merge branch 'maint'Junio C Hamano2009-10-283-5/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | help -a: do not unnecessarily look for a repositoryJohannes Schindelin2009-10-281-3/+3
| * | | | | | Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-282-1/+7
| |\ \ \ \ \ \
| | * | | | | | rebase -i: more graceful handling of invalid commandsJan Krüger2009-10-271-1/+6