summaryrefslogtreecommitdiffstats
path: root/log-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-23remote: reorganize check_pattern_match()Felipe Contreras1-29/+30
2012-02-23remote: use a local variable in match_push_refs()Felipe Contreras1-9/+10
2012-02-16Update draft release notes to 1.7.9.2Junio C Hamano2-1/+28
2012-02-16man: rearrange git synopsis to fit in 80 linesZbigniew Jędrzejewski-Szmek1-3/+3
2012-02-16completion: --list option for git-branchRalf Thielow1-1/+1
2012-02-14Git 1.7.9.1v1.7.9.1Junio C Hamano3-2/+14
2012-02-13Update draft release notes to 1.7.9.1Junio C Hamano1-3/+19
2012-02-13t: use sane_unset instead of unsetÆvar Arnfjörð Bjarmason6-10/+10
2012-02-13Remove Git's support for smoke testingÆvar Arnfjörð Bjarmason3-133/+1
2012-02-13Makefile: Change the default compiler from "gcc" to "cc"Ævar Arnfjörð Bjarmason1-1/+1
2012-02-13Makefile: introduce CHARSET_LIB to link with -lcharsetДилян Палаузов3-0/+16
2012-02-13Update draft release notes to 1.7.10Junio C Hamano1-1/+40
2012-02-13gitweb: Harden and improve $project_filter page titleJakub Narebski1-1/+1
2012-02-13refs: remove the extra_refs APIMichael Haggerty2-30/+1
2012-02-13clone: do not add alternate references to extra_refsMichael Haggerty1-12/+0
2012-02-13everything_local(): mark alternate refs as completeMichael Haggerty2-1/+7
2012-02-13fetch-pack.c: inline insert_alternate_refs()Michael Haggerty1-6/+1
2012-02-13fetch-pack.c: rename some parameters from "path" to "refname"Michael Haggerty1-5/+5
2012-02-13clone.c: move more code into the "if (refs)" conditionalMichael Haggerty1-19/+20
2012-02-13t5700: document a failure of alternates to affect fetchMichael Haggerty1-3/+31
2012-02-13"git pull" doesn't know "--edit"Linus Torvalds1-2/+6
2012-02-10mergetools/meld: Use --help output to detect --output supportJonathan Nieder1-1/+1
2012-02-10Update draft release notes to 1.7.10Junio C Hamano1-1/+22
2012-02-10Update draft release notes to 1.7.9.1Junio C Hamano1-0/+17
2012-02-10ctype: implement islower/isupper macroNamhyung Kim1-0/+15
2012-02-10ctype.c only wants git-compat-util.hNamhyung Kim1-1/+1
2012-02-09Explicitly set X to avoid potential build breakageMichael Palimaka1-0/+3
2012-02-09merge: do not launch an editor on "--no-edit $tag"Junio C Hamano2-3/+19
2012-02-09Makefile: fix syntax for older makeJohannes Sixt1-2/+4
2012-02-09tag: do not show non-tag contents with "-n"Junio C Hamano2-10/+25
2012-02-08cache-tree: update API to take abitrary flagsNguyễn Thái Ngọc Duy5-20/+19
2012-02-07Update draft release notes to 1.7.10Junio C Hamano1-1/+12
2012-02-07commit: ignore intent-to-add entries instead of refusingJunio C Hamano2-6/+8
2012-02-07drop odd return value semantics from userdiff_configJeff King5-37/+12
2012-02-07add -e: do not show difference in a submodule that is merely dirtyJohannes Schindelin1-0/+1
2012-02-07git checkout -b: allow switching out of an unborn branchJunio C Hamano2-1/+29
2012-02-07completion: simplify __gitcomp and __gitcomp_nl implementationsFelipe Contreras1-16/+3
2012-02-07completion: use ls -1 instead of rolling a loop to do that ourselvesFelipe Contreras1-37/+2
2012-02-07completion: work around zsh option propagation bugFelipe Contreras1-3/+6
2012-02-06mailmap: always return a plain mail address from map_user()Junio C Hamano1-8/+10
2012-02-06fsck: give accurate error message on empty loose object filesMatthieu Moy1-0/+5
2012-02-06tag: die when listing missing or corrupt objectsJeff King1-1/+5
2012-02-06tag: fix output of "tag -n" when errors occurJeff King1-32/+34
2012-02-06Fix build problems related to profile-directed optimizationTheodore Ts'o2-22/+48
2012-02-06Prepare for 1.7.9.1Junio C Hamano2-1/+20
2012-02-06completion: --edit and --no-edit for git-mergeAdrian Weimann1-1/+1
2012-02-06Git 1.7.6.6v1.7.6.6Junio C Hamano2-2/+3
2012-02-06imap-send: remove dead codeJeff King1-23/+0
2012-02-06branch --edit-description: protect against mistyped branch nameJunio C Hamano2-4/+52
2012-02-06Drop system includes from inet_pton/inet_ntop compatibility wrappersBen Walton2-12/+0