Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compat/fnmatch/fnmatch.c: give a fall-back definition for NULL | Junio C Hamano | 2011-05-26 | 1 | -0/+4 |
* | Merge branch 'jc/bigfile' | Junio C Hamano | 2011-05-26 | 7 | -31/+164 |
|\ | |||||
| * | Bigfile: teach "git add" to send a large file straight to a pack | Junio C Hamano | 2011-05-14 | 2 | -1/+110 |
| * | index_fd(): split into two helper functions | Junio C Hamano | 2011-05-09 | 1 | -11/+31 |
| * | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 2011-05-09 | 6 | -23/+27 |
* | | Merge branch 'js/log-abbrev-commit-config' | Junio C Hamano | 2011-05-26 | 6 | -9/+85 |
|\ \ | |||||
| * | | Add log.abbrevCommit config variable | Jay Soffian | 2011-05-18 | 6 | -8/+84 |
| * | | "git log -h": typofix misspelled 'suppress' | Jay Soffian | 2011-05-18 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-05-26 | 6 | -8/+6 |
|\ \ \ | |||||
| * | | | init/clone: remove short option -L and document --separate-git-dir | Nguyen Thai Ngoc Duy | 2011-05-25 | 6 | -8/+6 |
* | | | | gitweb: Refactor reading and parsing config file into read_config_file | Jakub Narebski | 2011-05-25 | 1 | -8/+20 |
* | | | | sh-18n: quell "unused variable" warning | Michael J Gruber | 2011-05-25 | 1 | -2/+2 |
* | | | | doc: discuss textconv versus external diff drivers | Jeff King | 2011-05-25 | 1 | -0/+31 |
* | | | | Update 1.7.6 draft release notes | Junio C Hamano | 2011-05-23 | 1 | -1/+29 |
* | | | | Merge branch 'tr/add-i-no-escape' | Junio C Hamano | 2011-05-23 | 1 | -0/+19 |
|\ \ \ \ | |||||
| * | | | | add -i: ignore terminal escape sequences | Thomas Rast | 2011-05-18 | 1 | -0/+19 |
* | | | | | Merge branch 'jm/maint-diff-words-with-sbe' | Junio C Hamano | 2011-05-23 | 2 | -2/+36 |
|\ \ \ \ \ | |||||
| * | | | | | do not read beyond end of malloc'd buffer | Jim Meyering | 2011-05-20 | 2 | -2/+36 |
* | | | | | | Merge branch 'js/mingw-shutdown' | Junio C Hamano | 2011-05-23 | 2 | -0/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Windows: add a wrapper for the shutdown() system call | Johannes Sixt | 2011-05-18 | 2 | -0/+10 |
* | | | | | | | Merge branch 'ms/ls-remote-exit-with-status' | Junio C Hamano | 2011-05-23 | 3 | -3/+40 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ls-remote: the --exit-code option reports "no matching refs" | Michael Schubert | 2011-05-18 | 3 | -3/+40 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mg/config-symbolic-constants' | Junio C Hamano | 2011-05-23 | 4 | -21/+38 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | config: Give error message when not changing a multivar | Michael J Gruber | 2011-05-18 | 1 | -1/+6 |
| * | | | | | | | config: define and document exit codes | Michael J Gruber | 2011-05-18 | 3 | -20/+32 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'ab/i18n-scripts-basic' | Junio C Hamano | 2011-05-23 | 7 | -1/+602 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefile: add xgettext target for *.sh files | Ævar Arnfjörð Bjarmason | 2011-05-15 | 1 | -1/+5 |
| * | | | | | | | git-sh-i18n.sh: add GIT_GETTEXT_POISON support | Ævar Arnfjörð Bjarmason | 2011-05-15 | 1 | -9/+21 |
| * | | | | | | | git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappers | Ævar Arnfjörð Bjarmason | 2011-05-15 | 4 | -0/+61 |
| * | | | | | | | git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext() | Ævar Arnfjörð Bjarmason | 2011-05-15 | 5 | -0/+524 |
* | | | | | | | | Merge branch 'jc/magic-pathspec' | Junio C Hamano | 2011-05-23 | 10 | -31/+276 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | setup.c: Fix some "symbol not declared" sparse warnings | Ramsay Jones | 2011-05-18 | 1 | -2/+2 |
| * | | | | | | | | t3703: Skip tests using directory name ":" on Windows | Johannes Sixt | 2011-05-13 | 1 | -2/+6 |
| * | | | | | | | | revision.c: leave a note for "a lone :" enhancement | Junio C Hamano | 2011-05-12 | 1 | -0/+14 |
| * | | | | | | | | Merge branch 'jc/maint-1.6.6-pathspec-stdin-and-cmdline' | Junio C Hamano | 2011-05-12 | 2 | -52/+45 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t3703, t4208: add test cases for magic pathspec | Nguyễn Thái Ngọc Duy | 2011-05-10 | 3 | -0/+93 |
| * | | | | | | | | | rev/path disambiguation: further restrict "misspelled index entry" diag | Junio C Hamano | 2011-05-10 | 1 | -2/+11 |
| * | | | | | | | | | fix overslow :/no-such-string-ever-existed diagnostics | Junio C Hamano | 2011-05-10 | 3 | -13/+14 |
| * | | | | | | | | | fix overstrict :<path> diagnosis | Junio C Hamano | 2011-05-10 | 1 | -1/+1 |
| * | | | | | | | | | grep: use get_pathspec() correctly | Junio C Hamano | 2011-05-10 | 1 | -7/+1 |
| * | | | | | | | | | pathspec: drop "lone : means no pathspec" from get_pathspec() | Junio C Hamano | 2011-05-10 | 1 | -3/+0 |
| * | | | | | | | | | Revert "magic pathspec: add ":(icase)path" to match case insensitively" | Junio C Hamano | 2011-05-10 | 2 | -32/+6 |
| * | | | | | | | | | magic pathspec: add ":(icase)path" to match case insensitively | Junio C Hamano | 2011-04-09 | 2 | -6/+32 |
| * | | | | | | | | | magic pathspec: futureproof shorthand form | Junio C Hamano | 2011-04-09 | 3 | -8/+18 |
| * | | | | | | | | | magic pathspec: add tentative ":/path/from/top/level" pathspec support | Junio C Hamano | 2011-04-07 | 2 | -3/+126 |
* | | | | | | | | | | Merge branch 'jk/blame-line-porcelain' | Junio C Hamano | 2011-05-23 | 4 | -10/+131 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | blame: add --line-porcelain output format | Jeff King | 2011-05-10 | 4 | -2/+45 |
| * | | | | | | | | | | blame: refactor porcelain output | Jeff King | 2011-05-10 | 1 | -9/+16 |
| * | | | | | | | | | | add tests for various blame formats | Jeff King | 2011-05-10 | 1 | -0/+71 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-05-21 | 2 | -1/+16 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | |