aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* receive-pack: redirect unpack-objects stdout to /dev/nullJeff King2012-09-21
* Merge branch 'nd/maint-diffstat-summary' into maintJunio C Hamano2012-09-20
|\
| * Revert diffstat back to EnglishNguyễn Thái Ngọc Duy2012-09-14
* | Merge branch 'jw/doc-commit-title' into maintJunio C Hamano2012-09-20
|\ \
| * | Documentation: describe subject more preciselyJeremy White2012-09-13
* | | Merge branch 'dg/run-command-child-cleanup' into maintJunio C Hamano2012-09-20
|\ \ \
| * | | run-command.c: fix broken list iteration in clear_child_for_cleanupDavid Gould2012-09-11
* | | | Merge branch 'jc/mailinfo-RE' into maintJunio C Hamano2012-09-20
|\ \ \ \
| * | | | mailinfo: strip "RE: " prefixJunio C Hamano2012-09-09
* | | | | Merge branch 'sn/ls-remote-get-url-doc' into maintJunio C Hamano2012-09-20
|\ \ \ \ \
| * | | | | ls-remote: document the '--get-url' optionStefan Naewe2012-09-07
* | | | | | Merge branch 'nd/log-n-doc' into maintJunio C Hamano2012-09-20
|\ \ \ \ \ \
| * | | | | | doc: move rev-list option -<n> from git-log.txt to rev-list-options.txtNguyễn Thái Ngọc Duy2012-09-06
* | | | | | | Merge branch 'nd/maint-remote-remove' into maintJunio C Hamano2012-09-20
|\ \ \ \ \ \ \
| * | | | | | | remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-06
| | |_|/ / / / | |/| | | | |
* | | | | | | Documentation: Document signature showing optionsStephen Boyd2012-09-20
* | | | | | | completion: fix shell expansion of itemsFelipe Contreras2012-09-20
* | | | | | | Git 1.7.12.1v1.7.12.1Junio C Hamano2012-09-18
* | | | | | | Merge branch 'er/doc-fast-import-done' into maintJunio C Hamano2012-09-18
|\ \ \ \ \ \ \
| * | | | | | | fast-import: document the --done optionEric S. Raymond2012-08-22
* | | | | | | | Merge branch 'jk/config-warn-on-inaccessible-paths' into maintJunio C Hamano2012-09-18
|\ \ \ \ \ \ \ \
| * | | | | | | | attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano2012-09-13
| * | | | | | | | warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano2012-08-21
| * | | | | | | | attr: warn on inaccessible attribute filesJeff King2012-08-21
| * | | | | | | | gitignore: report access errors of exclude filesJeff King2012-08-21
| * | | | | | | | config: warn on inaccessible filesJeff King2012-08-21
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Doc: Improve shallow depth wordingPhilip Oakley2012-09-18
* | | | | | | | Documentation/git-filter-branch: Move note about effect of removing commitsAndreas Schwab2012-09-18
* | | | | | | | t/perf: add "trash directory" to .gitignoreRamkumar Ramachandra2012-09-17
* | | | | | | | Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers2012-09-17
* | | | | | | | git-jump: ignore (custom) prefix in diff modeMischa POSLAWSKY2012-09-17
* | | | | | | | Documentation: indent-with-non-tab uses "equivalent tabs" not 8Wesley J. Landaker2012-09-17
* | | | | | | | completion: add --no-edit to git-commitYacine Belkadi2012-09-16
* | | | | | | | Draft release notes to 1.7.12.1Junio C Hamano2012-09-14
* | | | | | | | Merge branch 'sb/send-email-reconfirm-fix' into maintJunio C Hamano2012-09-14
|\ \ \ \ \ \ \ \
| * | | | | | | | send-email: initial_to and initial_reply_to are both optionalStephen Boyd2012-09-06
* | | | | | | | | Merge branch 'jc/send-email-reconfirm' into maintJunio C Hamano2012-09-14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | send-email: validate & reconfirm interactive responsesJunio C Hamano2012-08-14
* | | | | | | | | Merge branch 'mz/cherry-pick-cmdline-order' into maintJunio C Hamano2012-09-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cherry-pick/revert: respect order of revisions to pickMartin von Zweigbergk2012-08-30
| * | | | | | | | | demonstrate broken 'git cherry-pick three one two'Martin von Zweigbergk2012-08-30
| * | | | | | | | | teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk2012-08-30
* | | | | | | | | | Sync with 1.7.11.7Junio C Hamano2012-09-14
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Git 1.7.11.7v1.7.11.7Junio C Hamano2012-09-14
| * | | | | | | | | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' into maint-1.7.11Junio C Hamano2012-09-14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | log: fix --quiet synonym for -sJeff King2012-08-28
| * | | | | | | | | | Merge branch 'jc/maint-ident-missing-human-name' into maint-1.7.11Junio C Hamano2012-09-14
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2012-08-31
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'rj/test-regex' into maint-1.7.11Junio C Hamano2012-09-14
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | test-regex: Add a test to check for a bug in the regex routinesRamsay Jones2012-09-02
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |