Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cp/textconv-cat-file' | Junio C Hamano | 2010-06-27 | 1 | -0/+11 |
|\ | |||||
| * | sha1_name: add get_sha1_with_context() | Clément Poulain | 2010-06-18 | 1 | -0/+11 |
* | | Merge branch 'eb/core-eol' | Junio C Hamano | 2010-06-21 | 1 | -1/+21 |
|\ \ | |||||
| * | | Add "core.eol" config variable | Eyvind Bernhardsen | 2010-06-06 | 1 | -0/+13 |
| * | | Add per-repository eol normalization | Eyvind Bernhardsen | 2010-05-19 | 1 | -1/+8 |
* | | | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -8/+8 |
|\ \ \ | |_|/ |/| | | |||||
| * | | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 1 | -8/+8 |
* | | | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 2010-05-21 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Allow parse_pack_index on temporary files | Shawn O. Pearce | 2010-04-19 | 1 | -1/+1 |
| * | | | Introduce close_pack_index to permit replacement | Shawn O. Pearce | 2010-04-19 | 1 | -0/+1 |
| * | | | Merge branch 'gb/maint-submodule-env' into maint | Junio C Hamano | 2010-03-08 | 1 | -0/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 2010-03-08 | 1 | -0/+4 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'ld/discovery-limit-to-fs' (early part) | Junio C Hamano | 2010-05-21 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config.c: remove static keyword from git_env_bool() | Lars R. Damerow | 2010-03-28 | 1 | -0/+1 |
* | | | | | | | Merge branch 'ar/config-from-command-line' | Junio C Hamano | 2010-05-21 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Complete prototype of git_config_from_parameters() | Thomas Rast | 2010-05-21 | 1 | -1/+1 |
| * | | | | | | | Allow passing of configuration parameters in the command line | Alex Riesen | 2010-03-28 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'sd/log-decorate' | Junio C Hamano | 2010-05-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git_config_maybe_bool() | Junio C Hamano | 2010-02-17 | 1 | -0/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'cw/ws-indent-with-tab' | Junio C Hamano | 2010-05-08 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dst | Chris Webb | 2010-04-04 | 1 | -1/+1 |
| * | | | | | | | | whitespace: add tab-in-indent error class | Chris Webb | 2010-04-02 | 1 | -0/+1 |
* | | | | | | | | | make commit_tree a library function | Jeff King | 2010-04-01 | 1 | -0/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | fix const-correctness of write_sha1_file | Jeff King | 2010-04-01 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'cc/cherry-pick-ff' | Junio C Hamano | 2010-03-28 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | builtin/merge: make checkout_fast_forward() non static | Junio C Hamano | 2010-03-06 | 1 | -0/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | notes: implement helpers needed for note copying during rewrite | Thomas Rast | 2010-03-12 | 1 | -0/+2 |
| * | | | | | | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | 1 | -0/+1 |
* | | | | | | | Merge branch 'fl/askpass' | Junio C Hamano | 2010-03-20 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | git-core: Support retrieving passwords with GIT_ASKPASS | Frank Li | 2010-03-04 | 1 | -0/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'gb/maint-submodule-env' | Junio C Hamano | 2010-03-07 | 1 | -0/+9 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Refactor list of of repo-local env vars | Giuseppe Bilotta | 2010-02-24 | 1 | -0/+9 |
| |/ / / / | |||||
* | | | | | Merge branch 'nd/root-git' | Junio C Hamano | 2010-03-07 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Move offset_1st_component() to path.c | Nguyễn Thái Ngọc Duy | 2010-02-16 | 1 | -0/+1 |
| * | | | | | Merge branch 'jc/maint-reflog-bad-timestamp' into maint | Junio C Hamano | 2010-02-10 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 2010-03-07 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. | Matthieu Moy | 2010-02-22 | 1 | -0/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Make 'git var GIT_PAGER' always print the configured pager | Jonathan Nieder | 2010-02-14 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'jc/maint-reflog-bad-timestamp' | Junio C Hamano | 2010-01-27 | 1 | -1/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | approxidate_careful() reports errorneous date string | Junio C Hamano | 2010-01-26 | 1 | -1/+2 |
| * | | | Merge branch 'mm/config-pathname-tilde-expand' into maint | Junio C Hamano | 2009-12-03 | 1 | -0/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jc/maint-blank-at-eof' into maint | Junio C Hamano | 2009-11-15 | 1 | -1/+3 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jc/fix-tree-walk' | Junio C Hamano | 2010-01-24 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | unpack-trees.c: prepare for looking ahead in the index | Junio C Hamano | 2010-01-07 | 1 | -0/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'il/branch-set-upstream' | Junio C Hamano | 2010-01-22 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Add branch --set-upstream | Ilari Liusvaara | 2010-01-18 | 1 | -0/+1 |
* | | | | | | Merge branch 'ap/merge-backend-opts' | Junio C Hamano | 2010-01-20 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make "subtree" part more orthogonal to the rest of merge-recursive. | Junio C Hamano | 2010-01-17 | 1 | -0/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jc/cache-unmerge' | Junio C Hamano | 2010-01-20 | 1 | -0/+4 |
|\ \ \ \ \ \ |