summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-09tag: add --points-at list optionTom Grennan3-2/+93
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
2012-02-06merge: do not create a signed tag merge under --ff-only optionJunio C Hamano2-1/+15
2012-02-04Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy69-118/+168
2012-02-04parse_date(): '@' prefix forces git-timestampJunio C Hamano4-2/+32
2012-02-04parse_date(): allow ancient git-timestampJunio C Hamano1-0/+29
2012-02-04git.spec: Workaround localized messages not put in any RPMJakub Narebski1-0/+1
2012-02-04t0300: use write_script helperJeff King1-6/+2
2012-02-04tests: add write_script helper functionJunio C Hamano1-0/+9
2012-02-03prompt: fall back to terminal if askpass failsJeff King1-7/+17
2012-02-03prompt: clean up strbuf usageJeff King1-2/+1
2012-02-03gitweb: Allow UTF-8 encoded CGI query parameters and path_infoJakub Narebski1-8/+8
2012-02-03standardize and improve lookup rules for external local reposJeff King5-5/+109
2012-02-02vcs-svn: suppress a -Wtype-limits warningJonathan Nieder1-3/+3
2012-02-02vcs-svn: allow import of > 4GiB filesJonathan Nieder3-14/+26
2012-02-02vcs-svn: rename check_overflow arguments for clarityRamsay Jones1-7/+7
2012-02-02grep: pre-load userdiff drivers when threadedJeff King1-4/+6
2012-02-02grep: load file data after checking binary-nessJeff King1-3/+3
2012-02-02grep: respect diff attributes for binary-nessJeff King3-2/+39
2012-02-02grep: cache userdiff_driver in grep_sourceJeff King2-6/+20
2012-02-02grep: drop grep_buffer's "name" parameterJeff King3-4/+3
2012-02-02convert git-grep to use grep_source interfaceJeff King1-119/+23
2012-02-02grep: refactor the concept of "grep source" into an objectJeff King2-34/+186
2012-02-02grep: move sha1-reading mutex into low-level codeJeff King3-23/+29
2012-02-02grep: make locking flag globalJeff King3-11/+13
2012-02-02i18n: format_tracking_info "Your branch is behind" messageJiang Xin1-11/+21