summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/maint-diffstat-summary' into maintJunio C Hamano2012-09-201-6/+4
|\
| * Revert diffstat back to EnglishNguyễn Thái Ngọc Duy2012-09-141-6/+4
* | Merge branch 'jw/doc-commit-title' into maintJunio C Hamano2012-09-207-22/+31
|\ \
| * | Documentation: describe subject more preciselyJeremy White2012-09-137-22/+31
* | | Merge branch 'dg/run-command-child-cleanup' into maintJunio C Hamano2012-09-201-6/+7
|\ \ \
| * | | run-command.c: fix broken list iteration in clear_child_for_cleanupDavid Gould2012-09-111-6/+7
* | | | Merge branch 'jc/mailinfo-RE' into maintJunio C Hamano2012-09-201-1/+3
|\ \ \ \
| * | | | mailinfo: strip "RE: " prefixJunio C Hamano2012-09-091-1/+3
* | | | | Merge branch 'sn/ls-remote-get-url-doc' into maintJunio C Hamano2012-09-202-1/+6
|\ \ \ \ \
| * | | | | ls-remote: document the '--get-url' optionStefan Naewe2012-09-072-1/+6
* | | | | | Merge branch 'nd/log-n-doc' into maintJunio C Hamano2012-09-202-5/+4
|\ \ \ \ \ \
| * | | | | | doc: move rev-list option -<n> from git-log.txt to rev-list-options.txtNguyễn Thái Ngọc Duy2012-09-062-5/+4
* | | | | | | Merge branch 'nd/maint-remote-remove' into maintJunio C Hamano2012-09-205-9/+10
|\ \ \ \ \ \ \
| * | | | | | | remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-065-9/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Documentation: Document signature showing optionsStephen Boyd2012-09-202-0/+7
* | | | | | | completion: fix shell expansion of itemsFelipe Contreras2012-09-201-1/+8
* | | | | | | Git 1.7.12.1v1.7.12.1Junio C Hamano2012-09-183-2/+14
* | | | | | | Merge branch 'er/doc-fast-import-done' into maintJunio C Hamano2012-09-181-1/+7
|\ \ \ \ \ \ \
| * | | | | | | fast-import: document the --done optionEric S. Raymond2012-08-221-1/+7
* | | | | | | | Merge branch 'jk/config-warn-on-inaccessible-paths' into maintJunio C Hamano2012-09-186-10/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano2012-09-131-1/+1
| * | | | | | | | warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano2012-08-214-3/+11
| * | | | | | | | attr: warn on inaccessible attribute filesJeff King2012-08-211-1/+4
| * | | | | | | | gitignore: report access errors of exclude filesJeff King2012-08-211-2/+4
| * | | | | | | | config: warn on inaccessible filesJeff King2012-08-214-7/+18
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Doc: Improve shallow depth wordingPhilip Oakley2012-09-181-2/+4
* | | | | | | | Documentation/git-filter-branch: Move note about effect of removing commitsAndreas Schwab2012-09-181-10/+9
* | | | | | | | t/perf: add "trash directory" to .gitignoreRamkumar Ramachandra2012-09-171-2/+3
* | | | | | | | Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers2012-09-171-1/+1
* | | | | | | | git-jump: ignore (custom) prefix in diff modeMischa POSLAWSKY2012-09-171-2/+2
* | | | | | | | Documentation: indent-with-non-tab uses "equivalent tabs" not 8Wesley J. Landaker2012-09-171-2/+3
* | | | | | | | completion: add --no-edit to git-commitYacine Belkadi2012-09-161-1/+2
* | | | | | | | Draft release notes to 1.7.12.1Junio C Hamano2012-09-141-47/+69
* | | | | | | | Merge branch 'sb/send-email-reconfirm-fix' into maintJunio C Hamano2012-09-141-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | send-email: initial_to and initial_reply_to are both optionalStephen Boyd2012-09-061-2/+4
* | | | | | | | | Merge branch 'jc/send-email-reconfirm' into maintJunio C Hamano2012-09-141-3/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | send-email: validate & reconfirm interactive responsesJunio C Hamano2012-08-141-3/+13
* | | | | | | | | Merge branch 'mz/cherry-pick-cmdline-order' into maintJunio C Hamano2012-09-148-11/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cherry-pick/revert: respect order of revisions to pickMartin von Zweigbergk2012-08-303-3/+7
| * | | | | | | | | demonstrate broken 'git cherry-pick three one two'Martin von Zweigbergk2012-08-301-0/+15
| * | | | | | | | | teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk2012-08-306-9/+40
* | | | | | | | | | Sync with 1.7.11.7Junio C Hamano2012-09-1413-14/+147
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Git 1.7.11.7v1.7.11.7maint-1.7.11Junio C Hamano2012-09-144-3/+50
| * | | | | | | | | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' into maint-1.7.11Junio C Hamano2012-09-142-1/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | log: fix --quiet synonym for -sJeff King2012-08-282-1/+13
| * | | | | | | | | | Merge branch 'jc/maint-ident-missing-human-name' into maint-1.7.11Junio C Hamano2012-09-142-3/+20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2012-08-312-3/+20
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'rj/test-regex' into maint-1.7.11Junio C Hamano2012-09-144-0/+27
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | test-regex: Add a test to check for a bug in the regex routinesRamsay Jones2012-09-024-0/+27
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'da/gitk-reload-tag-contents' into maint-1.7.11Junio C Hamano2012-09-141-8/+9
| |\ \ \ \ \ \ \ \ \ \