summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compat/fnmatch/fnmatch.c: give a fall-back definition for NULLJunio C Hamano2011-05-261-0/+4
* Merge branch 'jc/bigfile'Junio C Hamano2011-05-267-31/+164
|\
| * Bigfile: teach "git add" to send a large file straight to a packJunio C Hamano2011-05-142-1/+110
| * index_fd(): split into two helper functionsJunio C Hamano2011-05-091-11/+31
| * index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-096-23/+27
* | Merge branch 'js/log-abbrev-commit-config'Junio C Hamano2011-05-266-9/+85
|\ \
| * | Add log.abbrevCommit config variableJay Soffian2011-05-186-8/+84
| * | "git log -h": typofix misspelled 'suppress'Jay Soffian2011-05-181-1/+1
* | | Merge branch 'maint'Junio C Hamano2011-05-266-8/+6
|\ \ \
| * | | init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-256-8/+6
* | | | gitweb: Refactor reading and parsing config file into read_config_fileJakub Narebski2011-05-251-8/+20
* | | | sh-18n: quell "unused variable" warningMichael J Gruber2011-05-251-2/+2
* | | | doc: discuss textconv versus external diff driversJeff King2011-05-251-0/+31
* | | | Update 1.7.6 draft release notesJunio C Hamano2011-05-231-1/+29
* | | | Merge branch 'tr/add-i-no-escape'Junio C Hamano2011-05-231-0/+19
|\ \ \ \
| * | | | add -i: ignore terminal escape sequencesThomas Rast2011-05-181-0/+19
* | | | | Merge branch 'jm/maint-diff-words-with-sbe'Junio C Hamano2011-05-232-2/+36
|\ \ \ \ \
| * | | | | do not read beyond end of malloc'd bufferJim Meyering2011-05-202-2/+36
* | | | | | Merge branch 'js/mingw-shutdown'Junio C Hamano2011-05-232-0/+10
|\ \ \ \ \ \
| * | | | | | Windows: add a wrapper for the shutdown() system callJohannes Sixt2011-05-182-0/+10
* | | | | | | Merge branch 'ms/ls-remote-exit-with-status'Junio C Hamano2011-05-233-3/+40
|\ \ \ \ \ \ \
| * | | | | | | ls-remote: the --exit-code option reports "no matching refs"Michael Schubert2011-05-183-3/+40
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'mg/config-symbolic-constants'Junio C Hamano2011-05-234-21/+38
|\ \ \ \ \ \ \
| * | | | | | | config: Give error message when not changing a multivarMichael J Gruber2011-05-181-1/+6
| * | | | | | | config: define and document exit codesMichael J Gruber2011-05-183-20/+32
| |/ / / / / /
* | | | | | | Merge branch 'ab/i18n-scripts-basic'Junio C Hamano2011-05-237-1/+602
|\ \ \ \ \ \ \
| * | | | | | | Makefile: add xgettext target for *.sh filesÆvar Arnfjörð Bjarmason2011-05-151-1/+5
| * | | | | | | git-sh-i18n.sh: add GIT_GETTEXT_POISON supportÆvar Arnfjörð Bjarmason2011-05-151-9/+21
| * | | | | | | git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappersÆvar Arnfjörð Bjarmason2011-05-154-0/+61
| * | | | | | | git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()Ævar Arnfjörð Bjarmason2011-05-155-0/+524
* | | | | | | | Merge branch 'jc/magic-pathspec'Junio C Hamano2011-05-2310-31/+276
|\ \ \ \ \ \ \ \
| * | | | | | | | setup.c: Fix some "symbol not declared" sparse warningsRamsay Jones2011-05-181-2/+2
| * | | | | | | | t3703: Skip tests using directory name ":" on WindowsJohannes Sixt2011-05-131-2/+6
| * | | | | | | | revision.c: leave a note for "a lone :" enhancementJunio C Hamano2011-05-121-0/+14
| * | | | | | | | Merge branch 'jc/maint-1.6.6-pathspec-stdin-and-cmdline'Junio C Hamano2011-05-122-52/+45
| |\ \ \ \ \ \ \ \
| * | | | | | | | | t3703, t4208: add test cases for magic pathspecNguyễn Thái Ngọc Duy2011-05-103-0/+93
| * | | | | | | | | rev/path disambiguation: further restrict "misspelled index entry" diagJunio C Hamano2011-05-101-2/+11
| * | | | | | | | | fix overslow :/no-such-string-ever-existed diagnosticsJunio C Hamano2011-05-103-13/+14
| * | | | | | | | | fix overstrict :<path> diagnosisJunio C Hamano2011-05-101-1/+1
| * | | | | | | | | grep: use get_pathspec() correctlyJunio C Hamano2011-05-101-7/+1
| * | | | | | | | | pathspec: drop "lone : means no pathspec" from get_pathspec()Junio C Hamano2011-05-101-3/+0
| * | | | | | | | | Revert "magic pathspec: add ":(icase)path" to match case insensitively"Junio C Hamano2011-05-102-32/+6
| * | | | | | | | | magic pathspec: add ":(icase)path" to match case insensitivelyJunio C Hamano2011-04-092-6/+32
| * | | | | | | | | magic pathspec: futureproof shorthand formJunio C Hamano2011-04-093-8/+18
| * | | | | | | | | magic pathspec: add tentative ":/path/from/top/level" pathspec supportJunio C Hamano2011-04-072-3/+126
* | | | | | | | | | Merge branch 'jk/blame-line-porcelain'Junio C Hamano2011-05-234-10/+131
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | blame: add --line-porcelain output formatJeff King2011-05-104-2/+45
| * | | | | | | | | | blame: refactor porcelain outputJeff King2011-05-101-9/+16
| * | | | | | | | | | add tests for various blame formatsJeff King2011-05-101-0/+71
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-05-212-1/+16
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |