summaryrefslogtreecommitdiffstats
path: root/archive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-14gitweb: link to "git describe"'d commits in log messagesÆvar Arnfjörð Bjarmason1-2/+16
2016-10-14gitweb: link to 7-char+ SHA-1s, not only 8-char+Ævar Arnfjörð Bjarmason1-1/+1
2016-10-14gitweb: fix a typo in a commentÆvar Arnfjörð Bjarmason1-1/+1
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King4-4/+112
2016-10-14worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker2-0/+10
2016-10-12merge-base: handle --fork-point without reflogJeff King2-0/+9
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano7-20/+17
2016-10-12gpg-interface: use more status lettersMichael J Gruber4-6/+34
2016-10-12t1512: become resilient to GETTEXT_POISON buildVasco Almeida1-1/+1
2016-10-12l10n: de.po: translate 260 new messagesRalf Thielow1-2387/+2783
2016-10-11upload-pack: use priority queue in reachable() checkJeff King1-6/+7
2016-10-11Start preparing for 2.10.2Junio C Hamano2-1/+46
2016-10-11contrib: add credential helper for libsecretMantas Mikulėnas2-0/+395
2016-10-11reset: fix usageJohannes Schindelin1-1/+1
2016-10-11pretty: fix document link for color specificationRené Scharfe1-1/+2
2016-10-11mergetool: honor -O<orderfile>David Aguilar3-6/+40
2016-10-11mergetool: honor diff.orderFileDavid Aguilar3-15/+53
2016-10-11mergetool: move main program flow into a main() functionDavid Aguilar1-87/+93
2016-10-11mergetool: add copyrightDavid Aguilar1-0/+1
2016-10-11documentation: improve submodule.<name>.{url, path} descriptionStefan Beller1-5/+6
2016-10-11configure.ac: improve description of NO_REGEX testJakub Narębski1-6/+7
2016-10-10Ninth batch for 2.11Junio C Hamano1-23/+40
2016-10-10tmp-objdir: do not migrate files starting with '.'Jeff King1-1/+1
2016-10-10tmp-objdir: put quarantine information in the environmentJeff King2-0/+3
2016-10-10receive-pack: quarantine objects until pre-receive acceptsJeff King2-1/+76
2016-10-10tmp-objdir: introduce API for temporary object directoriesJeff King3-0/+328
2016-10-10check_connected: accept an env argumentJeff King2-0/+6
2016-10-10alternates: use fspathcmp to detect duplicatesJeff King3-1/+20
2016-10-10sha1_file: always allow relative paths to alternatesJeff King2-8/+23
2016-10-10count-objects: report alternates via verbose modeJeff King3-0/+25
2016-10-10fill_sha1_file: write into a strbufJeff King1-24/+10
2016-10-10alternates: store scratch buffer as strbufJeff King3-18/+32
2016-10-10fill_sha1_file: write "boring" charactersJeff King1-7/+5
2016-10-10alternates: use a separate scratch spaceJeff King6-37/+24
2016-10-10alternates: encapsulate alt->base mungingJeff King1-6/+13
2016-10-10alternates: provide helper for allocating alternateJeff King3-15/+26
2016-10-10alternates: provide helper for adding to alternates listJeff King3-23/+25
2016-10-10link_alt_odb_entry: refactor string handlingJeff King1-38/+45
2016-10-10link_alt_odb_entry: handle normalize_path errorsJeff King3-2/+37
2016-10-10t5613: clarify "too deep" recursion testsJeff King1-8/+19
2016-10-10ls-files: add pathspec matching for submodulesBrandon Williams5-13/+175
2016-10-10ls-files: pass through safe options for --recurse-submodulesBrandon Williams2-7/+39
2016-10-10ls-files: optionally recurse into submodulesBrandon Williams4-40/+208
2016-10-10git: make super-prefix optionBrandon Williams4-0/+46
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe4-20/+15
2016-10-10remove unnecessary NULL check before free(3)René Scharfe2-2/+6
2016-10-10files_read_raw_ref: prevent infinite retry loops in generalJeff King1-0/+7
2016-10-10files_read_raw_ref: avoid infinite loop on broken symlinksJeff King2-1/+11
2016-10-07wt-status: begin error messages with lower-caseJohannes Schindelin1-3/+3
2016-10-07wt-status: teach has_{unstaged,uncommitted}_changes() about submodulesJohannes Schindelin3-11/+14