summaryrefslogtreecommitdiffstats
path: root/strbuf.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-23Git 1.7.9.2v1.7.9.2Junio C Hamano2-2/+3
2012-02-23Documentation/merge-options.txt: group "ff" related options togetherJunio C Hamano1-11/+11
2012-02-22completion: use tabs for indentationPhilip Jägenstedt1-4/+4
2012-02-22completion: remove stale "to submit patches" documentationPhilip Jägenstedt1-12/+0
2012-02-22Update draft release notes to 1.7.9.2Junio C Hamano1-16/+55
2012-02-21Ignore SIGPIPE when running a filter driverJehan Bing1-0/+5
2012-02-21completion: Allow dash as the first character for __git_ps1Christian Hammerl1-1/+1
2012-02-20Update draft release notes to 1.7.9.2Junio C Hamano1-0/+3
2012-02-20configure: don't use -lintl when there is no gettext supportJohn Szakmeister1-8/+12
2012-02-20remote: fix set-branches usage and documentationPhilip Jägenstedt2-2/+2
2012-02-20gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski2-1/+41
2012-02-17refresh_index: do not show unmerged path that is outside pathspecJunio C Hamano2-2/+24
2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski2-2/+11
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-14diff --stat: show bars of same length for paths with same amount of changesJunio C Hamano1-7/+20
2012-02-14Git 1.7.9.1v1.7.9.1Junio C Hamano3-2/+14
2012-02-14pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek3-22/+38
2012-02-13do not override receive-pack errorsClemens Buchacher2-11/+35
2012-02-13t5541: check error message against the real port number usedClemens Buchacher1-1/+1
2012-02-13push/fetch/clone --no-progress suppresses progress outputClemens Buchacher7-21/+28
2012-02-13git rev-list: fix invalid typecastClemens Buchacher2-2/+28
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-10mergetools/meld: Use --help output to detect --output supportJonathan Nieder1-1/+1
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-07commit: ignore intent-to-add entries instead of refusingJunio C Hamano2-6/+8
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