summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Show usage string for 'git cherry -h'Jonathan Nieder2009-11-091-0/+3
* Show usage string for 'git grep -h'Jonathan Nieder2009-11-091-0/+7
* Retire fetch--tool helper to contrib/examplesJonathan Nieder2009-11-094-3/+0
* Merge branch 'maint'Junio C Hamano2009-11-081-0/+1
|\
| * Add intermediate build products to .gitignoreJonathan Nieder2009-11-081-0/+1
* | Merge branch 'jc/commit-s-subject-is-not-a-footer'Junio C Hamano2009-11-062-1/+10
|\ \
| * | builtin-commit.c: fix logic to omit empty line before existing footersJunio C Hamano2009-11-062-1/+10
* | | pack-objects: move thread autodetection closer to relevant codeNicolas Pitre2009-11-051-5/+2
* | | Merge branch 'maint'Junio C Hamano2009-11-044-7/+13
|\ \ \ | | |/ | |/|
| * | Fix documentation grammar typoGisle Aas2009-11-041-1/+1
| * | Allow curl helper to work without a local repositoryDaniel Barkalow2009-11-031-1/+4
| * | Require a struct remote in transport_get()Daniel Barkalow2009-11-032-5/+8
| * | Merge branch 'bg/clone-doc' into maintJunio C Hamano2009-11-011-13/+13
| |\ \
* | \ \ 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