aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2017-02-01
* attr.c: simplify macroexpand_one()Junio C Hamano2017-02-01
* attr.c: mark where #if DEBUG ends more clearlyJunio C Hamano2017-02-01
* attr.c: complete a sentence in a commentJunio C Hamano2017-02-01
* attr.c: explain the lack of attr-name syntax check in parse_attr()Junio C Hamano2017-02-01
* attr.c: update a stale comment on "struct match_attr"Junio C Hamano2017-02-01
* attr.c: use strchrnul() to scan for one lineJunio C Hamano2017-02-01
* commit.c: use strchrnul() to scan for one lineJunio C Hamano2017-02-01
* Fifth batch 2.12Junio C Hamano2017-01-10
* Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-10
|\
| * worktree: initialize return value for submodule_uses_worktreesStefan Beller2016-12-27
| * submodule: add absorb-git-dir functionStefan Beller2016-12-12
| * move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-12
| * worktree: check if a submodule uses worktreesStefan Beller2016-12-12
| * test-lib-functions.sh: teach test_commit -C <dir>Stefan Beller2016-12-09
| * submodule helper: support super prefixStefan Beller2016-12-09
| * submodule: use absolute path for computing relative path connectingStefan Beller2016-12-09
* | Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano2017-01-10
|\ \
| * | diff: retire "compaction" heuristicsJunio C Hamano2016-12-23
* | | Merge branch 'nd/config-misc-fixes'Junio C Hamano2017-01-10
|\ \ \
| * | | config.c: handle lock file in error case in git_config_rename_...Nguyễn Thái Ngọc Duy2016-12-22
| * | | config.c: rename label unlock_and_outNguyễn Thái Ngọc Duy2016-12-20
| * | | config.c: handle error case for fstat() callsNguyễn Thái Ngọc Duy2016-12-20
* | | | Merge branch 'jc/abbrev-autoscale-config'Junio C Hamano2017-01-10
|\ \ \ \
| * | | | config.abbrev: document the new default that auto-scalesJunio C Hamano2016-12-22
| | |/ / | |/| |
* | | | Merge branch 'mh/fast-import-notes-fix-new'Junio C Hamano2017-01-10
|\ \ \ \
| * | | | fast-import: properly fanout notes when tree is importedMike Hommey2016-12-20
* | | | | Merge branch 'jc/git-open-cloexec'Junio C Hamano2017-01-10
|\ \ \ \ \
| * | | | | sha1_file: stop opening files with O_NOATIMEJunio C Hamano2016-11-02
| * | | | | git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallbackJunio C Hamano2016-11-02
| * | | | | git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano2016-10-28
* | | | | | Merge branch 'jc/compression-config'Junio C Hamano2017-01-10
|\ \ \ \ \ \
| * | | | | | compression: unify pack.compression configuration parsingJunio C Hamano2016-11-15
* | | | | | | Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano2017-01-10
|\ \ \ \ \ \ \
| * | | | | | | upload-pack: optionally allow fetching any sha1David Turner2016-11-18
| * | | | | | | remote-curl: don't hang when a server dies before any outputDavid Turner2016-11-18
| |/ / / / / /
* | | | | | | Merge branch 'mm/gc-safety-doc'Junio C Hamano2017-01-10
|\ \ \ \ \ \ \
| * | | | | | | git-gc.txt: expand discussion of races with other processesMatt McCutchen2016-11-16
* | | | | | | | Merge branch 'mm/push-social-engineering-attack-doc'Junio C Hamano2017-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: mention transfer data leaks in more placesMatt McCutchen2016-11-14
| |/ / / / / / /
* | | | | | | | Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Junio C Hamano2017-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: do not redundantly calculate tag refmapJonathan Tan2016-11-11
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/latin-1'Junio C Hamano2017-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | utf8: accept "latin-1" as ISO-8859-1Junio C Hamano2016-09-26
| * | | | | | | | utf8: refactor code to decide fallback encodingJunio C Hamano2016-09-26
| |/ / / / / / /
* | | | | | | | Fourth batch for 2.12Junio C Hamano2016-12-27
* | | | | | | | Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-27
|\ \ \ \ \ \ \ \
| * | | | | | | | lockfile: move REPORT_ON_ERROR bit elsewhereJunio C Hamano2016-12-27
* | | | | | | | | Merge branch 'js/mingw-isatty'Junio C Hamano2016-12-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mingw: replace isatty() hackJeff Hostetler2016-12-22