aboutsummaryrefslogtreecommitdiff
path: root/blame.c
Commit message (Expand)AuthorAge
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-09
|\
| * diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
| * diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
| * diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
* | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
|/
* Merge branch 'js/blame-lib'Junio C Hamano2017-07-31
|\
| * blame: fix memory corruption scrambling revision name in error messageSZEDER Gábor2017-07-24
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \
| * | coccinelle: make use of the "expression" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-24
|\ \ \
| * | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-13
| |/ /
* | | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ \ | |/ / |/| |
* | | Merge branch 'js/blame-lib'Junio C Hamano2017-06-05
|\ \ \ | |/ / |/| / | |/
| * blame: move entry prepend to libgitJeff Smith2017-05-25
| * blame: move scoreboard setup to libgitJeff Smith2017-05-25
| * blame: move scoreboard-related methods to libgitJeff Smith2017-05-25
| * blame: move fake-commit-related methods to libgitJeff Smith2017-05-25
| * blame: move origin-related methods to libgitJeff Smith2017-05-25
|/
* git-pickaxe: retire pickaxeJunio C Hamano2006-11-08
* Merge branch 'jc/pickaxe'Junio C Hamano2006-11-07
|\
| * git-blame: add internal statistics to count read blobs.Junio C Hamano2006-11-05
* | Merge branch 'maint'Junio C Hamano2006-10-30
|\ \
| * | Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano2006-10-30
| |/
* | blame: Document and add help text for -f, -n, and -pJunio C Hamano2006-10-12
* | git-blame --porcelainJunio C Hamano2006-10-06
* | blame.c: move code to output metainfo into a separate function.Junio C Hamano2006-10-05
* | git-blame: --show-number (and -n)Junio C Hamano2006-10-05
* | git-blame: --show-name (and -f)Junio C Hamano2006-10-05
* | blame.c: whitespace and formatting clean-up.Junio C Hamano2006-10-05
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-23
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* blame.c return cleanupDavid Rientjes2006-08-14
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-03
* Call setup_git_directory() earlyLinus Torvalds2006-07-28
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-10
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* Cast pointers to `void *' when used in a format.Florian Forster2006-06-18
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-17
* blame: Add --time to produce raw timestampsFredrik Kuivinen2006-06-16
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-29
* blame: Fix path pruningFredrik Kuivinen2006-05-03
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-10
* Merge branch 'jc/blame' into nextJunio C Hamano2006-04-07
|\
| * blame -S <ancestry-file>Junio C Hamano2006-04-07
* | Merge branch 'master' into nextJunio C Hamano2006-04-05
|\ \ | |/ |/|
| * blame.c: fix completely broken ancestry traversal.Junio C Hamano2006-04-05
* | blame: use built-in xdiffJunio C Hamano2006-04-05
|/
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04