Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 18 | -320/+360 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 2013-08-06 | 1 | -3/+16 | |
| * | | | | | | | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 2013-08-06 | 1 | -1/+9 | |
| * | | | | | | | mv: move submodules using a gitfile | Jens Lehmann | 2013-07-30 | 1 | -4/+15 | |
| * | | | | | | | mv: move submodules together with their work trees | Jens Lehmann | 2013-07-30 | 1 | -47/+52 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | rm: do not set a variable twice without intermediate reading. | Stefan Beller | 2013-07-23 | 1 | -1/+0 | |
| * | | | | | | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -3/+5 | |
| * | | | | | | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -3/+8 | |
| * | | | | | | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -2/+2 | |
| * | | | | | | rename field "raw" to "_raw" in struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 | |
| * | | | | | | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -18/+16 | |
| * | | | | | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -14/+7 | |
| * | | | | | | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -10/+11 | |
| * | | | | | | convert common_prefix() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -2/+2 | |
| * | | | | | | convert add_files_to_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -5/+8 | |
| * | | | | | | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -4/+6 | |
| * | | | | | | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -10/+9 | |
| * | | | | | | convert report_path_error to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -17/+18 | |
| * | | | | | | checkout: convert read_tree_some to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -6/+3 | |
| * | | | | | | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -25/+18 | |
| * | | | | | | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 5 | -7/+7 | |
| * | | | | | | reset: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -10/+16 | |
| * | | | | | | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -58/+45 | |
| * | | | | | | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -13/+22 | |
| * | | | | | | ls-files: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -33/+13 | |
| * | | | | | | rm: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+12 | |
| * | | | | | | checkout: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -13/+21 | |
| * | | | | | | rerere: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -3/+5 | |
| * | | | | | | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -4/+5 | |
| * | | | | | | commit: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+9 | |
| * | | | | | | clean: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -7/+10 | |
| * | | | | | | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+2 | |
| * | | | | | | parse_pathspec: add special flag for max_depth feature | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+2 | |
| * | | | | | | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -6/+15 | |
| * | | | | | | pathspec: add copy_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -6/+7 | |
| * | | | | | | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -0/+4 | |
| * | | | | | | clean: remove unused variable "seen" | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+2 | |
* | | | | | | | Merge branch 'es/blame-L-twice' | Junio C Hamano | 2013-09-09 | 1 | -43/+50 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | blame: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 2013-08-06 | 1 | -1/+4 | |
| * | | | | | | | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 2013-08-06 | 1 | -1/+1 | |
| * | | | | | | | blame: accept multiple -L ranges | Eric Sunshine | 2013-08-06 | 1 | -32/+47 | |
| * | | | | | | | blame: inline one-line function into its lone caller | Eric Sunshine | 2013-08-06 | 1 | -14/+3 | |
* | | | | | | | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-09-09 | 1 | -1/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optim | Jeff King | 2013-08-05 | 1 | -1/+30 | |
* | | | | | | | | | Merge branch 'es/blame-L-more' | Junio C Hamano | 2013-09-09 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | blame: fix -L bounds checking bug | Eric Sunshine | 2013-08-05 | 1 | -2/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | 4 | -0/+42 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | send-pack: fix parsing of --force-with-lease option | Junio C Hamano | 2013-08-02 | 1 | -1/+1 | |
| * | | | | | | | | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 | 1 | -0/+5 | |
| * | | | | | | | | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 | 2 | -0/+10 |