summaryrefslogtreecommitdiffstats
path: root/fast-import.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-20Convert struct object to object_idbrian m. carlson54-256/+256
2015-11-20Add several uses of get_object_hash.brian m. carlson61-253/+253
2015-11-20object: introduce get_object_hash macro.brian m. carlson1-0/+2
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson4-8/+8
2015-11-20push_refs_with_export: convert to struct object_idbrian m. carlson1-4/+4
2015-11-20get_remote_heads: convert to struct object_idbrian m. carlson1-10/+12
2015-11-20parse_fetch: convert to use struct object_idbrian m. carlson1-6/+6
2015-11-20add_sought_entry_mem: convert to struct object_idbrian m. carlson1-6/+8
2015-11-20Convert struct ref to use object_id.brian m. carlson18-151/+151
2015-11-20sha1_file: introduce has_object_file helper.brian m. carlson2-0/+8
2015-11-10git-svn: improve rebase/mkdirs performanceDair Grant1-8/+76
2015-11-06Eleventh batch for 2.7Junio C Hamano1-0/+10
2015-11-05Git 2.6.3v2.6.3Junio C Hamano4-3/+115
2015-11-05t5509: add basic tests for hideRefsLukas Fleischer1-0/+41
2015-11-05hideRefs: add support for matching full refsLukas Fleischer5-16/+52
2015-11-05upload-pack: strip refs before calling ref_is_hidden()Lukas Fleischer1-3/+3
2015-11-05config.txt: document the semantics of hideRefs with namespacesLukas Fleischer1-0/+8
2015-11-04gc: remove garbage .idx files from pack dirDoug Kelly2-1/+22
2015-11-04t5304: test cleaning pack garbageDoug Kelly1-0/+21
2015-11-04Tenth batch for 2.7Junio C Hamano1-0/+28
2015-11-03daemon: plug memory leakRené Scharfe1-0/+1
2015-11-03run-command: factor out child_process_clear()René Scharfe3-6/+17
2015-11-02http: use off_t to store partial file sizeJeff King1-4/+4
2015-11-02http.c: use CURLOPT_RANGE for range requestsDavid Turner2-22/+12
2015-11-01checkout: add --progress optionEdmundo Carmona Antoranz2-2/+18
2015-11-01mailinfo: fix passing wrong address to git_mailinfo_configNguyễn Thái Ngọc Duy1-1/+1
2015-11-01show-branch: use argv_array for default argumentsRené Scharfe1-16/+8
2015-11-01wt-status: use skip_prefix() to get rid of magic string length constantsRené Scharfe1-21/+15
2015-11-01wt-status: don't skip a magical number of characters blindlyRené Scharfe1-1/+1
2015-11-01wt-status: avoid building bogus branch name with detached HEADRené Scharfe2-7/+10
2015-11-01wt-status: exit early using goto in wt_shortstatus_print_tracking()René Scharfe1-8/+5
2015-11-01t7060: add test for status --branch on a detached HEADRené Scharfe1-0/+14
2015-10-30blame: allow blame --reverse --first-parent when it makes senseMax Kirillov2-3/+31
2015-10-30blame: extract find_single_finalMax Kirillov1-12/+17