Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | When adding files to the index, add support for case-independent matches | Linus Torvalds | 2008-04-09 | 1 | -7/+5 | |
| | * | | | | | | | | | Make unpack-tree update removed files before any updated files | Linus Torvalds | 2008-04-09 | 1 | -2/+7 | |
| | * | | | | | | | | | Make branch merging aware of underlying case-insensitive filsystems | Linus Torvalds | 2008-04-09 | 2 | -1/+27 | |
| | * | | | | | | | | | Add 'core.ignorecase' option | Linus Torvalds | 2008-04-09 | 4 | -1/+8 | |
| | * | | | | | | | | | Make hash_name_lookup able to do case-independent lookups | Linus Torvalds | 2008-04-09 | 4 | -6/+52 | |
| | * | | | | | | | | | Make "index_name_exists()" return the cache_entry it found | Linus Torvalds | 2008-04-09 | 3 | -8/+8 | |
| | * | | | | | | | | | Move name hashing functions into a file of its own | Linus Torvalds | 2008-04-09 | 5 | -77/+95 | |
| | * | | | | | | | | | Make unpack_trees_options bit flags actual bitfields | Linus Torvalds | 2008-04-09 | 1 | -10/+10 | |
* | | | | | | | | | | | rev-parse --verify: do not output anything on error | Christian Couder | 2008-05-11 | 2 | -24/+26 | |
* | | | | | | | | | | | rev-parse: fix using "--default" with "--verify" | Christian Couder | 2008-05-11 | 2 | -6/+7 | |
* | | | | | | | | | | | rev-parse: add test script for "--verify" | Christian Couder | 2008-05-11 | 1 | -0/+114 | |
* | | | | | | | | | | | Add svn-compatible "blame" output format to git-svn | Steven Grimm | 2008-05-11 | 2 | -15/+55 | |
* | | | | | | | | | | | mergetool: Make ECMerge use the settings as specified by the user in the GUI | Sebastian Schuberth | 2008-05-11 | 1 | -2/+2 | |
* | | | | | | | | | | | git-format-patch: add --no-binary to omit binary changes in the patch. | Caio Marcelo de Oliveira Filho | 2008-05-11 | 2 | -1/+10 | |
* | | | | | | | | | | | Allow tracking branches to set up rebase by default. | Dustin Sallings | 2008-05-11 | 6 | -1/+294 | |
* | | | | | | | | | | | git-svn: fix cloning of HTTP URLs with '+' in their path | Eric Wong | 2008-05-11 | 3 | -4/+42 | |
* | | | | | | | | | | | alloc_ref_from_str(): factor out a common pattern of alloc_ref from string | Krzysztof Kowalczyk | 2008-05-11 | 6 | -27/+19 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-05-08 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-05-08 | 2 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | / / / / / | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull" | Dustin Sallings | 2008-05-08 | 1 | -1/+2 | |
| | * | | | | | | | doc: clarify definition of "update" for git-add -u | Jeff King | 2008-05-08 | 1 | -1/+3 | |
* | | | | | | | | | Merge branch 'sg/merge-options' (early part) | Junio C Hamano | 2008-05-08 | 11 | -81/+186 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | merge, pull: add '--(no-)log' command line option | SZEDER Gábor | 2008-04-12 | 5 | -7/+36 | |
| * | | | | | | | | fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variable | SZEDER Gábor | 2008-04-12 | 4 | -13/+75 | |
| * | | | | | | | | add 'merge.stat' config variable | SZEDER Gábor | 2008-04-12 | 3 | -1/+6 | |
| * | | | | | | | | merge, pull: introduce '--(no-)stat' option | SZEDER Gábor | 2008-04-12 | 6 | -21/+40 | |
| * | | | | | | | | doc: moved merge.* config variables into separate merge-config.txt | SZEDER Gábor | 2008-04-12 | 3 | -43/+33 | |
* | | | | | | | | | Merge branch 'db/learn-HEAD' | Junio C Hamano | 2008-05-08 | 10 | -29/+79 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make ls-remote http://... list HEAD, like for git://... | Daniel Barkalow | 2008-04-26 | 5 | -2/+43 | |
| * | | | | | | | | | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 2008-04-26 | 6 | -27/+36 | |
* | | | | | | | | | | Merge branch 'jn/webfeed' | Junio C Hamano | 2008-05-08 | 2 | -25/+104 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | gitweb: Use feed link according to current view | Jakub Narebski | 2008-04-26 | 2 | -25/+104 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'cc/help' | Junio C Hamano | 2008-05-08 | 4 | -28/+233 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | documentation: web--browse: add a note about konqueror | Christian Couder | 2008-04-26 | 1 | -1/+23 | |
| * | | | | | | | | | | documentation: help: add info about "man.<tool>.cmd" config var | Christian Couder | 2008-04-26 | 2 | -5/+48 | |
| * | | | | | | | | | | help: use "man.<tool>.cmd" as custom man viewer command | Christian Couder | 2008-04-26 | 1 | -18/+40 | |
| * | | | | | | | | | | documentation: help: add "man.<tool>.path" config variable | Christian Couder | 2008-04-26 | 2 | -0/+13 | |
| * | | | | | | | | | | help: use man viewer path from "man.<tool>.path" config var | Christian Couder | 2008-04-26 | 1 | -19/+124 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'dm/cherry-pick-s' | Junio C Hamano | 2008-05-08 | 3 | -7/+23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Allow cherry-pick (and revert) to add signoff line | Dan McGee | 2008-04-26 | 3 | -7/+23 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'lt/dirmatch-optim' | Junio C Hamano | 2008-05-08 | 1 | -2/+20 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Optimize match_pathspec() to avoid fnmatch() | Linus Torvalds | 2008-04-26 | 1 | -2/+20 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | compat-util: avoid macro redefinition warning | Johannes Sixt | 2008-05-08 | 1 | -0/+3 | |
* | | | | | | | | | | compat/fopen.c: avoid clobbering the system defined fopen macro | Brandon Casey | 2008-05-08 | 1 | -1/+12 | |
* | | | | | | | | | | Documentation: bisect: add a few "git bisect run" examples | Christian Couder | 2008-05-08 | 1 | -0/+49 | |
* | | | | | | | | | | Documentation/config.txt: Add git-gui options | Gustaf Hendeby | 2008-05-08 | 1 | -0/+30 | |
* | | | | | | | | | | Documentation: improve "add", "pull" and "format-patch" examples | Christian Couder | 2008-05-06 | 3 | -69/+108 | |
* | | | | | | | | | | Be more careful with objects directory permissions on clone | Mark Hills | 2008-05-06 | 1 | -1/+4 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jc/lstat' | Junio C Hamano | 2008-05-05 | 2 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | diff-files: mark an index entry we know is up-to-date as such | Junio C Hamano | 2008-04-12 | 1 | -2/+5 |