summaryrefslogtreecommitdiffstats
path: root/git-archimport.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-22Documentation: fix missing text for rev-parse --verifybrian m. carlson1-1/+1
2014-07-16annotate: use argv_arrayRené Scharfe1-7/+5
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg2-2/+2
2014-02-13Git 1.8.5.5v1.8.5.5Junio C Hamano5-4/+42
2014-02-05Git 1.8.5.4v1.8.5.4Junio C Hamano4-3/+52
2014-01-27tree_entry_interesting: match against all pathspecsAndy Spencer2-1/+14
2014-01-23repack: propagate pack-objects options as stringsJeff King1-11/+11
2014-01-23repack: make parsed string options const-correctJeff King1-1/+1
2014-01-23repack: fix typo in max-pack-size optionJeff King1-1/+1
2014-01-17git-svn: workaround for a bug in svn serf backendRoman Kagan1-2/+8
2014-01-16send-email: /etc/ssl/certs/ directory may not be usable as ca_pathRuben Kerkhof1-1/+2
2014-01-16revision: propagate flag bits from tags to pointeesJunio C Hamano2-6/+13
2014-01-16revision: mark contents of an uninteresting tree uninterestingJunio C Hamano2-8/+23
2014-01-15interpret_branch_name: find all possible @-marksJeff King2-9/+32
2014-01-15interpret_branch_name: avoid @{upstream} past colonJeff King2-0/+19
2014-01-15interpret_branch_name: always respect "namelen" parameterJeff King2-8/+24
2014-01-15interpret_branch_name: rename "cp" variable to "at"Jeff King1-5/+5
2014-01-15interpret_branch_name: factor out upstream handlingJeff King1-31/+52
2014-01-15fetch-pack: do not filter out one-level refsJeff King2-1/+12
2014-01-14Documentation: "git pull" does not have the "-m" optionJunio C Hamano1-3/+6
2014-01-14Documentation: exclude irrelevant options from "git pull"Junio C Hamano1-2/+2
2014-01-13Git 1.8.5.3v1.8.5.3Junio C Hamano4-3/+31
2014-01-13pack-heuristics.txt: mark up the file header properlyThomas Ackermann1-2/+2
2014-01-10mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes Sixt1-0/+2
2014-01-07stash: handle specifying stashes with $IFSØystein Walle2-7/+19
2014-01-06Documentation/gitmodules: Only 'update' and 'url' are requiredW. Trevor King1-0/+2
2014-01-03l10n: de.po: fix translation of 'prefix'Ralf Thielow1-8/+8
2014-01-03gc: notice gc processes run by other usersKyle J. McKay1-1/+1
2014-01-02Revert "prompt: clean up strbuf usage"Jeff King1-1/+2
2013-12-30for-each-ref: remove unused variableRamkumar Ramachandra1-2/+1
2013-12-30merge-base --octopus: reduce the result from get_octopus_merge_bases()Junio C Hamano2-1/+40
2013-12-30merge-base: separate "--independent" codepath into its own helperJunio C Hamano1-6/+25
2013-12-28Remove the line length limit for graft filesJohannes Schindelin4-10/+45
2013-12-26add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy2-1/+20
2013-12-20log: properly handle decorations with chained tagsbrian m. carlson2-0/+17
2013-12-20daemon: be strict at parsing parameters --[no-]informative-errorsNguyễn Thái Ngọc Duy1-2/+2
2013-12-18get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failureJunio C Hamano1-7/+30
2013-12-17Git 1.8.5.2v1.8.5.2Junio C Hamano4-3/+24
2013-12-17cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty1-4/+2
2013-12-12cat-file: handle --batch format with missing type/sizeJeff King2-1/+32
2013-12-12cat-file: pass expand_data to print_object_or_dieJeff King1-10/+11
2013-12-09git_connect(): use common return pointTorsten Bögershausen1-58/+50
2013-12-09connect.c: refactor url parsingTorsten Bögershausen5-37/+48
2013-12-09git_connect(): refactor the port handling for sshTorsten Bögershausen3-49/+17
2013-12-09git fetch: support host:/~repoTorsten Bögershausen3-17/+33
2013-12-09t5500: add test cases for diag-urlTorsten Bögershausen1-0/+59
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen4-3/+41
2013-12-09git_connect: factor out discovery of the protocol and its partsJohannes Sixt1-27/+53
2013-12-09git_connect: remove artificial limit of a remote commandJohannes Sixt1-6/+1