Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse-options: add new function "usage_msg_opt" | Christian Couder | 2009-05-31 | 3 | -1/+13 |
* | builtin-replace: teach "git replace" to actually replace | Christian Couder | 2009-05-31 | 2 | -1/+59 |
* | Add new "git replace" command | Christian Couder | 2009-05-31 | 5 | -0/+120 |
* | environment: add global variable to disable replacement | Christian Couder | 2009-05-31 | 9 | -0/+35 |
* | mktag: call "check_sha1_signature" with the replacement sha1 | Christian Couder | 2009-05-31 | 2 | -3/+16 |
* | replace_object: add a test case | Christian Couder | 2009-05-31 | 1 | -0/+75 |
* | object: call "check_sha1_signature" with the replacement sha1 | Christian Couder | 2009-05-31 | 1 | -4/+5 |
* | sha1_file: add a "read_sha1_file_repl" function | Christian Couder | 2009-05-31 | 2 | -3/+12 |
* | replace_object: add mechanism to replace objects found in "refs/replace/" | Christian Couder | 2009-05-31 | 4 | -3/+125 |
* | refs: add a "for_each_replace_ref" function | Christian Couder | 2009-05-31 | 2 | -0/+6 |
* | Merge branch 'sb/opt-filename' | Junio C Hamano | 2009-05-31 | 52 | -96/+144 |
|\ | |||||
| * | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 2009-05-25 | 9 | -33/+59 |
| * | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 51 | -64/+86 |
| * | Merge branch 'jc/mktree' into sb/opt-filename | Junio C Hamano | 2009-05-25 | 7 | -135/+280 |
| |\ | |||||
| * \ | Merge branch 'sb/format-patch-parseopt' into sb/opt-filename | Junio C Hamano | 2009-05-25 | 1 | -100/+160 |
| |\ \ | |||||
| * \ \ | Merge branch 'sb/show-branch-parse-options' into sb/opt-filename | Junio C Hamano | 2009-05-25 | 3 | -71/+84 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into sb/opt-filename | Junio C Hamano | 2009-05-25 | 448 | -6304/+16187 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jc/solaris-0811' | Junio C Hamano | 2009-05-31 | 2 | -1/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV | Junio C Hamano | 2009-05-22 | 1 | -1/+3 |
| * | | | | | | Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6 | Junio C Hamano | 2009-05-22 | 1 | -0/+2 |
* | | | | | | | Merge branch 'sb/show-branch-parse-options' | Junio C Hamano | 2009-05-31 | 3 | -71/+84 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | show-branch: migrate to parse-options API | Stephen Boyd | 2009-05-22 | 1 | -62/+63 |
| * | | | | | | Merge branch 'mh/show-branch-color' into sb/show-branch-parse-options | Junio C Hamano | 2009-05-22 | 4 | -5/+66 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's | Stephen Boyd | 2009-05-22 | 2 | -9/+21 |
* | | | | | | | | Merge branch 'mm/apply-double-slash' | Junio C Hamano | 2009-05-31 | 1 | -6/+20 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | apply: handle filenames with double slashes better | Michal Marek | 2009-05-24 | 1 | -6/+20 |
* | | | | | | | | | Merge branch 'sb/format-patch-parseopt' | Junio C Hamano | 2009-05-31 | 1 | -100/+160 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | format-patch: migrate to parse-options API | Stephen Boyd | 2009-05-17 | 1 | -97/+158 |
* | | | | | | | | | Merge branch 'jc/mktree' | Junio C Hamano | 2009-05-31 | 7 | -135/+280 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | mktree: validate entry type in input | Josh Micich | 2009-05-16 | 1 | -10/+33 |
| * | | | | | | | | mktree --batch: build more than one tree object | Josh Micich | 2009-05-16 | 2 | -8/+40 |
| * | | | | | | | | mktree --missing: updated usage message and man page | Josh Micich | 2009-05-16 | 2 | -4/+11 |
| * | | | | | | | | mktree --missing: allow missing objects | Junio C Hamano | 2009-05-10 | 2 | -4/+19 |
| * | | | | | | | | t1010: add mktree test | Junio C Hamano | 2009-05-10 | 1 | -0/+61 |
| * | | | | | | | | mktree: do not barf on a submodule commit | Junio C Hamano | 2009-05-10 | 1 | -1/+8 |
| * | | | | | | | | builtin-mktree.c: use a helper function to handle one line of input | Junio C Hamano | 2009-05-10 | 1 | -40/+42 |
| * | | | | | | | | mktree: use parse-options | Junio C Hamano | 2009-05-10 | 1 | -10/+10 |
| * | | | | | | | | build-in git-mktree | Junio C Hamano | 2009-05-10 | 4 | -12/+10 |
* | | | | | | | | | Merge branch 'ew/svn-test-and-old-i18n' | Junio C Hamano | 2009-05-31 | 17 | -93/+91 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | t9139 uses ancient, backwards-compatible iconv names | Eric Wong | 2009-05-30 | 17 | -93/+91 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | t8005: fix typo, it's ISO-8859-5, not KOI8-R | Brandon Casey | 2009-05-27 | 1 | -1/+1 |
| | * | | | | | | | | | t8005: convert CP1251 character set to ISO8859-5 | Brandon Casey | 2009-05-22 | 3 | -15/+15 |
| | * | | | | | | | | | t8005: use more portable character encoding names | Brandon Casey | 2009-05-22 | 1 | -3/+3 |
| | * | | | | | | | | | t5100: use ancient encoding syntax for backwards compatibility | Brandon Casey | 2009-05-18 | 2 | -20/+20 |
| | * | | | | | | | | | t9301: use ISO8859-1 rather than ISO-8859-1 | Brandon Casey | 2009-05-18 | 1 | -1/+1 |
| | * | | | | | | | | | t3901: Use ISO8859-1 instead of ISO-8859-1 for backward compatibility | Brandon Casey | 2009-05-18 | 1 | -20/+20 |
| | * | | | | | | | | | t3901: avoid negation on right hand side of '|' | Brandon Casey | 2009-05-18 | 1 | -1/+1 |
| | * | | | | | | | | | builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback encoding | Brandon Casey | 2009-05-18 | 1 | -1/+1 |
| | * | | | | | | | | | builtin-mailinfo.c: compare character encodings case insensitively | Brandon Casey | 2009-05-18 | 1 | -4/+2 |
| | * | | | | | | | | | Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility | Brandon Casey | 2009-05-18 | 4 | -6/+6 |