summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set FD_CLOEXEC properly when O_CLOEXEC is not supportedew/fd-cloexec-fixEric Wong2017-07-171-3/+3
* git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallbackJunio C Hamano2016-11-021-5/+19
* git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano2016-10-283-28/+21
* read-cache: make sure file handles are not inherited by child processesls/git-open-cloexecLars Schneider2016-10-251-1/+8
* sha1_file: open window into packfiles with O_CLOEXECLars Schneider2016-10-251-4/+9
* sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-254-9/+9
* Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-1712-222/+308
|\
| * alternates: use fspathcmp to detect duplicatesJeff King2016-10-103-1/+20
| * sha1_file: always allow relative paths to alternatesJeff King2016-10-102-8/+23
| * count-objects: report alternates via verbose modeJeff King2016-10-103-0/+25
| * fill_sha1_file: write into a strbufJeff King2016-10-101-24/+10
| * alternates: store scratch buffer as strbufJeff King2016-10-103-18/+32
| * fill_sha1_file: write "boring" charactersJeff King2016-10-101-7/+5
| * alternates: use a separate scratch spaceJeff King2016-10-106-37/+24
| * alternates: encapsulate alt->base mungingJeff King2016-10-101-6/+13
| * alternates: provide helper for allocating alternateJeff King2016-10-103-15/+26
| * alternates: provide helper for adding to alternates listJeff King2016-10-103-23/+25
| * link_alt_odb_entry: refactor string handlingJeff King2016-10-101-38/+45
| * link_alt_odb_entry: handle normalize_path errorsJeff King2016-10-103-2/+37
| * t5613: clarify "too deep" recursion testsJeff King2016-10-101-8/+19
| * t5613: do not chdir in main processJeff King2016-10-031-59/+33
| * t5613: whitespace/style cleanupsJeff King2016-10-031-52/+62
| * t5613: use test_must_failJeff King2016-10-031-6/+6
| * t5613: drop test_valid_repo functionJeff King2016-10-031-12/+7
| * t5613: drop reachable_via functionJeff King2016-10-031-10/+0
* | Merge branch 'nd/commit-p-doc'Junio C Hamano2016-10-171-2/+4
|\ \
| * | git-commit.txt: clarify --patch mode with pathspecnd/commit-p-docDuy Nguyen2016-10-051-2/+4
* | | Merge branch 'jk/clone-copy-alternates-fix'Junio C Hamano2016-10-171-2/+5
|\ \ \
| * | | clone: detect errors in normalize_path_copyjk/clone-copy-alternates-fixJeff King2016-10-051-2/+5
| |/ /
* | | Merge branch 'dt/http-empty-auth'Junio C Hamano2016-10-171-1/+1
|\ \ \
| * | | http: http.emptyauth should allow empty (not just NULL) usernamesdt/http-empty-authDavid Turner2016-10-041-1/+1
* | | | Sync with maintJunio C Hamano2016-10-111-0/+45
|\ \ \ \
| * | | | Start preparing for 2.10.2Junio C Hamano2016-10-112-1/+46
| * | | | Merge branch 'jk/verify-packfile-gently' into maintJunio C Hamano2016-10-111-5/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/worktree-config' into maintJunio C Hamano2016-10-111-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano2016-10-112-8/+30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rs/git-gui-use-modern-git-merge-syntax' into maintJunio C Hamano2016-10-111-6/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'kd/mailinfo-quoted-string' into maintJunio C Hamano2016-10-116-33/+159
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pb/rev-list-reverse-with-count' into maintJunio C Hamano2016-10-111-2/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jc/blame-abbrev' into maintJunio C Hamano2016-10-111-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/graph-padding-fix' into maintJunio C Hamano2016-10-111-4/+12
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sg/ref-filter-parse-optim' into maintJunio C Hamano2016-10-111-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/copy-array' into maintJunio C Hamano2016-10-117-9/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dt/mailinfo' into maintJunio C Hamano2016-10-111-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | Ninth batch for 2.11Junio C Hamano2016-10-101-23/+40
* | | | | | | | | | | | | | | | Merge branch 'jc/blame-reverse'Junio C Hamano2016-10-103-5/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."jc/blame-reverseJunio C Hamano2016-06-142-2/+41
| * | | | | | | | | | | | | | | | blame: improve diagnosis for "--reverse NEW"Junio C Hamano2016-06-142-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-1023-224/+890
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-1315-6/+132