summaryrefslogtreecommitdiffstats
path: root/tempfile.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-27RelNotes: the eleventh batchJunio C Hamano1-0/+41
2017-12-27sequencer.c: drop 'const' from function return typeJunio C Hamano1-1/+1
2017-12-19RelNotes: the tenth batchJunio C Hamano1-0/+46
2017-12-14RelNotes: minor typo fixes in 2.16.0 draftTodd Zullinger1-2/+2
2017-12-13RelNotes: the ninth batchJunio C Hamano1-0/+31
2017-12-13transport: remove unused "push" in vtableJonathan Tan2-9/+1
2017-12-13install-doc-quick: allow specifying what ref to installRandall S. Becker2-6/+8
2017-12-12t/helper: ignore everything but sourcesStefan Beller1-38/+4
2017-12-12travis-ci: use 'set -x' in 'ci/*' scripts for extra tracing outputSZEDER Gábor1-1/+1
2017-12-12travis-ci: set GIT_TEST_HTTPD in 'ci/lib-travisci.sh'SZEDER Gábor2-2/+2
2017-12-12travis-ci: move setting environment variables to 'ci/lib-travisci.sh'SZEDER Gábor2-17/+22
2017-12-12travis-ci: introduce a $jobname variable for 'ci/*' scriptsSZEDER Gábor3-10/+15
2017-12-12submodule: convert get_next_submodule to not rely on the_indexBrandon Williams3-15/+22
2017-12-12submodule: used correct index in is_staging_gitmodules_okBrandon Williams2-3/+4
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams4-5/+5
2017-12-12format: create docs for pretty.hOlga Telezhnaya1-0/+44
2017-12-12format: create pretty.h fileOlga Telezhnaya6-84/+92
2017-12-12clone: support 'clone --shared' from a worktreeEric Sunshine2-1/+8
2017-12-08transport-helper: plug strbuf and string_list leaksRené Scharfe1-2/+5
2017-12-08t0027: Adapt the new MIX tests to WindowsTorsten Bögershausen1-8/+9
2017-12-08doc: reword gitworkflows.txt for neutralityDaniel Bensoussan1-2/+2
2017-12-08decorate: clean up and document APIJonathan Tan8-25/+146
2017-12-08cvsimport: apply shell-quoting regex globallyJeff King1-1/+1
2017-12-08docs/pretty-formats: mention commas in %(trailers) syntaxJeff King1-5/+7
2017-12-08builtin/branch: strip refs/heads/ using skip_prefixKaartic Sivaraam1-4/+11
2017-12-08branch: update warning message shown when copying a misnamed branchKaartic Sivaraam1-1/+1
2017-12-08branch: group related arguments of create_branch()Kaartic Sivaraam4-7/+8
2017-12-08branch: improve documentation and naming of create_branch() parametersKaartic Sivaraam2-3/+8
2017-12-07worktree: invoke post-checkout hook (unless --no-checkout)Eric Sunshine3-7/+47
2017-12-07strbuf: release memory on read error in strbuf_read_once()René Scharfe1-0/+3
2017-12-07fmt-merge-msg: avoid leaking strbuf in shortlog()René Scharfe1-1/+2
2017-12-07am: release strbuf after use in split_mail_mbox()René Scharfe1-3/+7
2017-12-07launch_editor(): indicate that Git waits for user inputLars Schneider4-0/+30
2017-12-07setup.c: fix comment about order of .git directory discoverySZEDER Gábor1-1/+1
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams2-0/+19
2017-12-06add worktree.guessRemote config optionThomas Gummerer4-2/+56
2017-12-06worktree: add --guess-remote flag to add subcommandThomas Gummerer3-0/+46
2017-12-06trace: improve performance while category is disabledGennady Kupava2-20/+42
2017-12-06RelNotes: the eighth batchJunio C Hamano1-13/+45
2017-12-06Prepare for 2.15.2Junio C Hamano2-1/+48
2017-12-06t2020: test variations that matterJunio C Hamano1-3/+3
2017-12-06t4013: test new output from diff --abbrev --rawAnn T Ropea15-1/+253
2017-12-06diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 valueAnn T Ropea1-1/+7
2017-12-06t4013: prepare for upcoming "diff --raw --abbrev" output format changeAnn T Ropea1-6/+23
2017-12-06checkout: describe_detached_head: remove ellipsis after committishAnn T Ropea3-3/+132
2017-12-05hashmap: adjust documentation to reflect realityJohannes Schindelin1-31/+29
2017-12-05Documentation/git-clone: improve description for submodule recursingStefan Beller1-8/+11
2017-12-05t3404: add test case for abbreviated commandsLiam Beguin1-0/+22
2017-12-05rebase -i: learn to abbreviate command namesLiam Beguin4-2/+38
2017-12-05rebase -i -x: add exec commands via the rebase--helperLiam Beguin4-23/+47