summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* run-command: encode signal death as a positive integerJeff King2013-01-064-7/+5
* fix compilation with NO_PTHREADSJeff King2013-01-051-1/+1
* launch_editor: propagate signals from editor to gitJeff King2012-12-021-1/+4
* run-command: do not warn about child death from terminalJeff King2012-12-021-1/+2
* launch_editor: ignore terminal signals while editor has controlPaul Fox2012-12-021-1/+8
* launch_editor: refactor to use start/finish_commandJeff King2012-12-021-1/+9
* run-command: drop silent_exec_failure arg from wait_or_whineJeff King2012-12-021-4/+3
* Merge branch 'tj/maint-doc-commit-sign'Jeff King2012-11-041-1/+5
|\
| * Add -S, --gpg-sign option to manpage of "git commit"Tom Jones2012-10-291-1/+5
* | Merge branch 'pp/maint-doc-pager-config'Jeff King2012-11-041-4/+4
|\ \
| * | Documentation: improve the example of overriding LESS via core.pagerPatrick Palka2012-10-291-4/+4
| |/
* | Merge branch 'km/maint-doc-git-reset'Jeff King2012-11-041-4/+4
|\ \
| * | doc: git-reset: make "<mode>" optionalKrzysztof Mazur2012-10-291-4/+4
| |/
* | Merge branch 'tb/maint-t9200-case-insensitive'Jeff King2012-11-041-1/+1
|\ \
| * | Fix t9200 on case insensitive file systemsTorsten Bögershausen2012-10-281-1/+1
| |/
* | Merge branch 'rf/maint-mailmap-off-by-one'Jeff King2012-11-041-1/+1
|\ \
| * | mailmap: avoid out-of-bounds memory accessRomain Francoise2012-10-281-1/+1
| |/
* | Merge branch 'gb/maint-doc-svn-log-window-size'Jeff King2012-11-041-0/+7
|\ \
| * | Document git-svn fetch --log-window-size parameterGunnlaugur Þór Briem2012-10-261-0/+7
| |/
* | Merge branch 'sz/maint-submodule-reference-arg'Jeff King2012-11-041-1/+0
|\ \
| * | submodule add: fix handling of --reference=<repo> optionStefan Zager2012-10-261-1/+0
| |/
* | Merge branch 'sl/maint-configure-messages'Jeff King2012-11-041-2/+2
|\ \
| * | configure: fix some output messageStefano Lattarini2012-10-251-2/+2
| |/
* | Merge branch 'po/maint-refs-replace-docs'Jeff King2012-11-041-0/+6
|\ \
| * | Doc repository-layout: Show refs/replacePhilip Oakley2012-10-251-0/+6
| |/
* | Merge branch 'ph/pull-rebase-detached'Jeff King2012-11-041-0/+1
|\ \
| * | git-pull: Avoid merge-base on detached headPhil Hord2012-10-251-0/+1
* | | Merge branch 'mm/maint-doc-remote-tracking'Jeff King2012-11-044-6/+6
|\ \ \
| * | | Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy2012-10-254-6/+6
| | |/ | |/|
* | | Merge branch 'rs/branch-del-symref'Jeff King2012-10-292-26/+68
|\ \ \
| * | | branch: show targets of deleted symrefs, not sha1sRené Scharfe2012-10-182-11/+13
| * | | branch: skip commit checks when deleting symref branchesRené Scharfe2012-10-182-2/+17
| * | | branch: delete symref branch, not its targetRené Scharfe2012-10-182-1/+12
| * | | branch: factor out delete_branch_config()René Scharfe2012-10-181-5/+10
| * | | branch: factor out check_branch_commit()René Scharfe2012-10-181-12/+21
* | | | Merge branch 'nd/status-long'Jeff King2012-10-293-6/+30
|\ \ \ \
| * | | | status: add --long output format optionJeff King2012-10-183-6/+30
| |/ / /
* | | | Merge branch 'jk/sh-setup-in-filter-branch'Jeff King2012-10-293-54/+59
|\ \ \ \
| * | | | filter-branch: use git-sh-setup's ident parsing functionsJeff King2012-10-182-35/+16
| * | | | git-sh-setup: refactor ident-parsing functionsJeff King2012-10-181-19/+43
| |/ / /
* | | | Merge branch 'nd/grep-true-path'Jeff King2012-10-294-17/+51
|\ \ \ \
| * | | | grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy2012-10-124-17/+51
* | | | | Merge branch 'jk/maint-http-init-not-in-result-handler'Jeff King2012-10-293-14/+12
|\ \ \ \ \
| * | | | | http: do not set up curl auth after a 401Jeff King2012-10-123-7/+4
| * | | | | remote-curl: do not call run_slot repeatedlyJeff King2012-10-121-7/+8
* | | | | | Merge branch 'jc/grep-pcre-loose-ends'Jeff King2012-10-297-129/+225
|\ \ \ \ \ \
| * | | | | | log: honor grep.* configurationJunio C Hamano2012-10-091-1/+7
| * | | | | | log --grep: accept --basic-regexp and --perl-regexpJunio C Hamano2012-10-092-0/+14
| * | | | | | log --grep: use the same helper to set -E/-F options as "git grep"Junio C Hamano2012-10-092-2/+8
| * | | | | | revisions: initialize revs->grep_filter using grep_init()Junio C Hamano2012-10-092-2/+9